Stories recently tagged with 'ASPX'

JavaScript ShowModalDialog Aspx page_load event not fires(isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 3 years, 6 months ago

I was using javascript to show Popup window. In popup window I was loading .aspx page....... read more...

add a comment |category: |Views: 78

tags: another

Mapping a different file extension for ASPX Pages in IIS 7.0(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

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 Application Pool. read more...

add a comment |category: |Views: 22

tags: another

Boosting performance on aspx pages(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 3 years, 10 months ago

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. read more...

add a comment |category: |Views: 16

tags: another

Dynamically adding controls to ASPX pages (web forms) and assigning ev(dotnetzone.gr)

submitted by sotirisfsotirisf(315) 4 years, 3 months ago

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 cover this issue. read more...

add a comment |category: |Views: 33

tags: another

ASP.NET Resource Refactoring(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 5 months ago

Easy macros to help i18n your ASPX pages read more...

add a comment |category: |Views: 8

tags: another