Hi,
I am trying to print out a c# windows form, visual studio 2005 suplies dinky controls such as PrintDocument and PrintPreview Control.... I assumed that to print the form it would just be a case of dropping them onto the form and basically hitting print. This does not seem to be the case...
Hi,
I am pretty new to .NET can anyone recommend some GOOD reading material to help me get to grips with the framework and how best it can be used.
Thanks
Yo
Hi,
I have a .net datagrid and have data from a database bound to it. It populates correctly but paging/edit/add and delete functions do not work - does anyone know why this may be?
Many thanks,
Yo
Hi,
Does anyone know how to write out quotes in a text file using the File class e.g
I want the file to say <?xml version="1.0"....>
I am currently doing this -
using (StreamWriter sw = File.CreateText(path))
{
sw.WriteLine("<?xml version='1.0'>");
}
this returns <?xml...
Hi,
I am using .Net and have a datagrid. I want to be able to page through the table of data in the grid. When I turn paging on the page numbers come up but the data dosent change page - anyone got any ideas???
Many thanks
Ioseph
Hi,
I have a web page and have about 10 text boxes to populate with data from a sql database. Can someone recommend the best way to pull all the contents out and place them in the correct fields at the same time. I would prefer not to write loads of select and execute scalar statements.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.