Getting the control that posted back to asp.net application

Need to know which specific control posted back to your page? (Original article at http://geekswithblogs.net/mahesh/archive/2006/06/27/83264.aspx) /// <summary> /// Tells us which control posted back /// </summary> /// <returns></returns> public Control getPostBackControlName() { Control control = null; //first we will check…

ARGHH WordPress is playing up on me :(

Not a happy bunny this morning. I uploaded a long post this week regarding using the Windows Mixer control API and the formatting is so screwy it’s not true. Even the title does not appear on the summary page, rewritten…

URL Rewriting in Asp.net using URLRewriter

One way to get yourselves rated better in the search engines is to get rid of the basic aspx page and replace it with something much more descriptive so this article goes on how to use URLrewriting in your project.