Forum: ASP.NET Mar 12th, 2008 |
| Replies: 0 Views: 4,938 Uploading a file to a specific folder inside the virtual directory. |
Forum: ASP.NET Mar 3rd, 2008 |
| Replies: 0 Views: 5,576 aspnet_regsql is a tool user for installing membership, role and personalization tables to Sql Server.
1. Porting all tables to Sql Server
2. Porting only membership tables to Sql Server
3.... |
Forum: ASP.NET Mar 2nd, 2008 |
| Replies: 0 Views: 5,153 Web site Administration Tool is accessible only from the hosting server. Many times programmers won't have direct access to the the hosting server. So knowledge of ASP.Net Membership classes is an... |
Forum: ASP.NET Sep 29th, 2006 |
| Replies: 10 Views: 25,163 But how to do the same in C#. For instance :
int hits = Int32.Parse(Application["Hits"]);
Will create a error
Error 2 Argument '1': cannot convert from 'object' to 'string' E:\Sh\ASP\cS... |