This morning I was trolling the ASP.NET Forums and saw this question about registering the Virtual Earth control (it is really not a control, but that is not relevant to this post) and realized I had the same issue just the other day. The person posting
Read More...
It seems like every week I see a person asking a question about either placing content in the ContentPlaceHolder control dynamically or from another URL in the www.asp.net forums. By URL they typically mean another page from another site. I think many
Read More...
I had to try something new the other day to solve a problem, setting the Click Event Handler of a button on a Master Page in the Content Page. Honestly I have never had the need, or at least not realized that I needed this functionality up to this point
Read More...
Over the past 8 months or so I have been working pretty steady with ASP.NET 2.0 and Visual Studio 2005. I thought I would drop an entry with 10 things you should either use or be aware of that I think really help my ASP.NET programming efficiency.
Read More...
Right before I went down with an illness a few weeks back I started working with the navigation controls in ASP.NET 2.0. I really wanted something that would be able to respond to any new page additions at the time they are added or changed. I did not want to have to create a sitemap file and write some code to update it, I really hate messing with XML to be honest.
Read More...