Adam
This user hasn't shared any profile information
Posts by Adam
ASP.Net Dynamic Controls (Part 2)
3Note: While this technique works and is valid you are best to use the proper method which utilizes proper HTML form submission, is standards compliant and accessible.
In the last installment I brought to light the issues involved with using dynamic controls in an ASP.Net page. For the most part it was simply background on the topic so that this second more interesting part would make sense. The final point was that in certain situations you needed to know the result of an event before you could create the dynamic controls which is not possible to do without some sort of hack. The controls must be created, at the latest, in Page_Load but the page events fire after that, dilemma. (more…)
ASP.Net Dynamic Controls (Part 1)
23If you have ever tried to work with dynamic controls in ASP.Net you’ve probably run afoul of the tons of limitations and pulled a good number of hairs out. It shouldn’t be this difficult should it? I don’t think so! The main issue with dynamic controls is that they don’t really fit into the ASP.Net Page framework since they don’t exist when ASP.Net is doing all its behind the scenes work. (more…)
Grand Opening
0In the theme of opening something than a week or two later having a grand opening I decided to do the same for this site. Today I rolled out a bunch of changes to the site template which I really like and I hope you will too. (more…)
dev|sushi: a new hope
2Welcome! This blog is the new home of my technical commentary which previously was peppered into my personal blog. It all started with a vision to completely redo that site from the ground up using 100% WordPress. I began by thinking about my audience (the best place to start). The majority of the readers are friends and family that really had no desire to wade through my sometimes long technical rants. This fact made it easy to decide to separate it out and create this new place. (more…)