The remote host closed the connection Error, how fix?
i am using elmah -> Elmah.axd in my project for finding errors.
there is an error like this :
i am using elmah -> Elmah.axd in my project for finding errors.
there is an error like this :
I have asp.net TextBox with ontextchanged event this is search text box in my application.
I’m using StructureMap in a web project for DI IOC. It works perfect, but I don’t have a clue how to write unit tests with StructureMap.
I am running one of the latest versions of Monodevelop on Linux Mint which used to work before I formatted my drive and made a fresh install. When I build my project it builds fine, but when I try to run it I get the following message:
I’m using ASP.NET Session State to keep track of logged in users on my site.
I have a gridview with a template field. In that template field is a checkbox. I have a submit button outside of the gridview to assign the records that were checked. On the postback no checkboxes register as being checked. Here is my Code:
I am using LdapAuthentication to log a user into Active Directory. I want to find all the groups that the user belongs to. I am using the following code:
I have a path string like c:usertesttest.jpg, how can I make it c:\user\test\test.jpg?
I have run into what seems to be a very famous problem: My updatepanel fires a full postback instead of a async postback. The normal solution is to give all controls you add dynamically an ID, which I have done, but I still get a full postback instead of my async postback…