|
|
Posted 04 January 2010 -
Category VB.Net Sub Category Class
 
Datatable to record error messages inside a class.
|
Posted 20 January 2010 -
Category VB.Net Sub Category Class
 
This technique allows you to hold the value of a variable as a property persisting the state using viewstate on the page. Used to hold values on the page as postbacks occir. This is needed due to the stateless nature of the web page.
|