ASP.NET client-side documentation

  • Thread starter Thread starter Dominic Feron
  • Start date Start date
D

Dominic Feron

Hi all,

I'm building a web application using script on the server side and some on
the client side (AJAX).

What I'm looking for is some documentation on all the properties and method
that can be accessed from the client-side of a web form object (like all the
properties and methods of a listbox object that can be accessed from
javascript).

Can anyone help me? Can't seem to find what I'm looking for on the web!
 
All ASP.NET Server Controls (Textbox, listbox, DataGridView, etc.) render as
HTML controls on the client. So, you need to study the HTML DOM.
Peter
 
Back
Top