Forum: ASP.NET Jun 16th, 2009 |
| Replies: 3 Views: 726 View state is to store information temporarily. The life time is limited to the life time of the particular page. It is generally used to store the page fields.
Application state is global to the... |
Forum: ASP.NET Jun 14th, 2009 |
| Replies: 4 Views: 985 When you say I have "visual studio 2008 express" then I assume that you have a collection of all Express editions. Microsoft is providing ISO image of all these applications and the visual web... |
Forum: ASP.NET Jun 14th, 2009 |
| Replies: 4 Views: 985 There is no Visual Studio Express as far as I know. Microsoft has launched Visual Studio Express Editions in which VC# Express, VB.NET express, Visual Web Developer Express, etc are included.... |
Forum: ASP.NET Jun 12th, 2009 |
| Replies: 6 Views: 685 This should resolve the problem.
Visual Studio => Tools => Options => Database Tools => Design Time - Validation Database => Connection options
Set the sql server instance name to Blank. ... |
Forum: ASP.NET Jun 11th, 2009 |
| Replies: 4 Views: 1,644 itextsharp is a good option. You may check the sample code here.
http://ask4asp.net/post/creating-PDF-using-NET-itextsharp-component-vb-NET.aspx |