|
|
 |
How to prevent page caching in ASP.net
|
Total Hit (2962) |
Web page caching is done by your browser in order to improve the performance of webpages but sometimes its required to load fresh copy of page everytime you hit the URL even using back button of your browser. In ASP.net this can be done by the following code.
«code LangId=2»Private Sub Page_Load(
....Read More |
Rating
 |
|
 |
How Do I...Access Active Directory?
|
Total Hit (2430) |
The Active Directory Service Interface (ADSI) accesses the capabilities of directory services from different network providers in a distributed computing environment to present a single set of directory service interfaces for managing network resources. Administrators and developers can use ADSI ser
....Read More |
Rating
 |
|
 |
How Do I...Modify Active Directory?
|
Total Hit (2415) |
The Active Directory Service Interface (ADSI) accesses the capabilities of directory services from different network providers in a distributed computing environment to present a single set of directory service interfaces for managing network resources. Administrators and developers can use ADSI ser
....Read More |
Rating
 |
|
|
|
 |
HttpUrlQuery Library
|
Total Hit (1273) |
A library for manipulating standard HTTP query strings. Very useful in dynamic applications where query string manipulation usually produces very ugly code that takes attention from developing main logic of an application.
|
Rating
 |
|
|