Posts

Showing posts from January, 2008

ASP.NET 2.0 - Validation Control

I am currently working on converting an ASP page to ASP.NET 2.0 with C#. The reason to convert to ASP.NET 2.0 is because ASP.NET is the successor to Microsoft's ASP technology, which it will replaced ASP for web development. I'm impressed on the amount of things that ASP.NET can do. Basically I can develop a website similar to developing a Windows application, by simply drag and drop the buttons and controls. Yet, as easier as the software development wanted to be, the more complex it will be to learn the new technologies. I encountered problems with the validation controller in ASP.NET, of which I would assume that the Custom Validation control can be used to write my own customized validation procedures. I was right at 1 point, and wrong at the other end. Even though the name implied customize, yet if I tried to develop a validation procedure that's already being handled by another type of validation control, then it will not work. I supposed that the rational behin