Hi All,
How would I be able to figure out the controls on a single ASP.net Webforms by coding? Example:
I would use the following JScript with classic ASP page.
document.all.length
How would I do something like this in ASP.NET web forms using VBScript?
What I am trying to do here is to build my SQL statment based on the server controls found in a single form.
Thanks
How would I be able to figure out the controls on a single ASP.net Webforms by coding? Example:
I would use the following JScript with classic ASP page.
document.all.length
How would I do something like this in ASP.NET web forms using VBScript?
What I am trying to do here is to build my SQL statment based on the server controls found in a single form.
Thanks