I have an asp.net page which changes passwords in the OU. Where do I set the user which actually runs my code?
I am trying to code for unzipping a file after uplo开发者_如何学Pythonading it on the sever and using following library to achieve this:
I want to use AutoCompleteExtender with textbox to auto complete user\'s entry from mysql database. but the problem when I run the code and enter a litter should call the webservice method but the pr
I am making a SOAP request using WCF to a third party service.The service requires that I sign the request, which I think I am doing but I get the error: Could not create SSL/TLS secure channelSo I am
I have an ASP.NET 3.5 web application project in which I\'m trying to implement a searchable gridview.I originally started the project as a web site and converted it to a web application.After convers
I\'m having problems using the updateprogress control in ASP.NET. I\'ve successfully created a small project using this control successfully, but when I created a simple .aspx page in my solution usin
I am experimenting with using xml as a database for small CMS, like gallery or staff profiles etc however being all subsonic minded i am stuck on how i bind my xml document to a modelclass
I\'m using an HTTPModule to do some simple work in the background of a web application.I\'m using a timer similar to what is described in this article:Using an HTTPModule to run a Background Service.
I have a ASP DropDownList with items added to it. All what I want is to make开发者_开发知识库 the selection after the page loaded empty so there is no a selected item.
I have a flash app built in ActionScript 3 utilizing a document class. I have followed the documentation for implementing 开发者_StackOverflow社区Omniture ActionSource tracking by adding the ActionSo