Can I reuse HttpWebRequest without disconnecting from the server?
I’m trying to debug a specific issue with my ASP.NET application. The client runs the following code:
I’m trying to debug a specific issue with my ASP.NET application. The client runs the following code:
Hello how can i remove item from generic list here is my code im trying to do it right but i dont know where i make mistake;/
Please help me if you can.
I’m connecting to a web service from .NET, like:
I’m attempting upload multiple files in ASP.NET MVC and I have this simple foreach loop in my controller
I have to find a Control in an aspx page bound to a master page.
I need to execute the following command and pass the result to a label. I don’t know how can i do it using Reader. Someone can give me a hand?
I have looked around, but I have been unable to figure this out, some languages are read and written from right to left, instead of left to right. It seems like a no-brainer to be able to get the text direction from the CultureInfo object somehow, but I have not seen it anywhere. Am I missing something?
I have the following code in my aspx page:
I’ve specified the session timeout in web.config file. When the session is timeout I’m not getting redirect to the login page but I am getting an error saying object reference not set to an instance.