I have a web app (.NET 3.5) which is sending notifications by email to users. In order to do this, I search Active Directory to find each person\'s email.
I have an unmanaged COM object, and I would like to call it from ASP.NET 3.5. Can I just call it like in C# or do I have to write something special in the web.config, or confi开发者_如何转开发gure th
I have updated a website 开发者_JAVA技巧i have made recently, using asp.net. The problem Im now encountering is this. If I send in the request parameters of a page: i.e.
Response.Redirect(\"Password_ret.aspx?userid=\"+TextBox1.Text); sends the data present in the text box to password_ret page
I have an ASP.NET 3.5 page which has multiple span elements with ID containing lblError. How can I get all the span elements whose开发者_如何学Python IDs contain lblError?$(\"span[id*=\'lblError\']\")
I want to set the tabIndex property for a row of textbox(s) that are created at run time (dynamically)
In my application I need to open a new window f开发者_如何学JAVAorm on click of a node in my TreeView control.
I have update button and after saving the record to database, I am displaying popup Msg using Javascript as below.
Having a problem with HttpWebRequest decoding my encoded URL. var requestUrl = \"https://www.google.com/webmasters/tools/feeds/http%3A%2F%2Fwww%2example%2Ecom%2F/crawlissues/\";
I understa开发者_开发问答nd that the default max stack size on ASP.NET was decreased to 256K instead of 1MB (see http://support.microsoft.com/kb/932909), how can I get it back to 1MB?You can use editb