Error!
Success!

By tag: ASPX

showing:  of
0
kicks

Mapping a different file extension for ASPX Pages in IIS 7.0  (Unpublished)

So just by adding a new handler (ASPNETLikeHandler above) to the System.WebServer/Handlers will cause IIS to see this extension and correctly execute the page. Note that we use the preCondition attribute to tell IIS that this handler should only be used when we are running in an Integrated Pipeline ...


Kicked By:
Drop Kicked By:
0
kicks

Boosting performance on aspx pages  (Unpublished)

Most of internet tutorials tells you to use Page Load event to bind your data to controls. What's happening when you have to rebind controls again because your data source is changed due to some event where you have to re bind controls.


Kicked By:
Drop Kicked By:
0
kicks

Dynamically adding controls to ASPX pages (web forms) and assigning ev  (Unpublished)

Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to ...


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET Resource Refactoring  (Unpublished)

Easy macros to help i18n your ASPX pages


Kicked By:
Drop Kicked By: