Forum Moderators: open
can anyone help me on this.
I've noticed more and more of this since .Net started to increase in popularity. It's a problem with Microsoft's marketing. They push ASP.Net to Application Developers and infer that making a Web Application is just the same as making a Windows Application. However you're going to come unstuck pretty quickly unless you do some background reading regarding Web Development.
If you want to do it another way, one idea is to use some dhtml to creat a floating div that would contain your error messages. You'd have to fill the contents of that div on the postback and then set the visibility of the div and place it where you want on the screen....to much work in my opinion.