ASP.Net dynamic code generation
ASP.Net supports dynamic code generation and compilation. Sometimes, you just need a quick and dirty solution. This is one such solution. It writes out a control script, loads...
ASP.Net supports dynamic code generation and compilation. Sometimes, you just need a quick and dirty solution. This is one such solution. It writes out a control script, loads...
After seeing someone post "here, here" in the ASP.Net forums for the umpteenth time, I had to find a way to vent my feelings about this annoyance. So...
If you have multiple controls in your ASP.Net, especially third-party ones, which in turn have a dependency on another third-party component, you are in for a world of...
Laverne Douglas asks: I would like to ask some questions about your site and how you implemented some of the features. But to be fair to all your...
I live in Adams Morgan, a multi-ethnic part of Washington, D.C. not far from the famed Dupont Circle and on the same street as the White House. Nearby...
I am working on implementing a WebDAV server for ASP.Net. Yes, I know this capability is built-into IIS6, but unfortunately, it requires that you enable WebDAV on the...
Many customers of my File Manager Pro module have asked for the ability to edit documents directly (i.e. click on an edit icon in the file listing in...
Order of events in the lifecycle of an ASP.Net page: Phase What a control needs to do Method or event to override Initialize Initialize settings needed during the...
Dharmesh Shah asks: I’m exploring the use of third-party controls (like Infragistics, ComponentArt, etc.) within my custom modules. My first round of experimentation with Infragistics seems to indicate...
I am continually baffled by how some people are always seeing conspiracies where none exists. The latest debacle was the launch of the DotNetNuke Online Help. Ignoring the...