Forum: ASP.NET Sep 14th, 2004 |
| Replies: 2 Views: 2,336 |
Forum: ASP.NET Sep 11th, 2004 |
| Replies: 2 Views: 4,221 |
Forum: ASP.NET Sep 7th, 2004 |
| Replies: 2 Views: 2,336 Application State question How do I reference an application state variable from a .net component class?
I know how to do it from a web page, eg. application("myVariable"). But this doesn't work in my business object. |
Forum: ASP.NET Sep 7th, 2004 |
| Replies: 2 Views: 4,221 Session_Start fires twice!! When I start up my application from within VS .NET the Sesssion_Start fires twice and my counter goes up by 2s. Why?
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
' Fires... |
Forum: ASP.NET Aug 10th, 2004 |
| Replies: 2 Views: 54,069 Re: ADO.NET Specified cast is not valid Sorry, still trying to get a handle on this stuff. If the following works for an SQL connection, why doesn't similar code work for oleDB?
Private objConn As SqlConnection
Private... |
Forum: ASP.NET Aug 6th, 2004 |
| Replies: 2 Views: 54,069 ADO.NET Specified cast is not valid Specified cast is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and... |