views:

34

answers:

2

Hi
I'm doing programming with ASP.NET . I have no idea how to use JavaScript in ASP.NET Server Side controls ( Totally uncomfortable with it ) . Do you mind introduce me some resource for folks like my type , please ?




Edit: Thank you , I appreciate any online resource either .

+2  A: 

For javascript you can refer

Professional JavaScript for Web Developers, 2nd Edition

Pro JavaScript Techniques by Jon Resig

All server side controls are rendered to the page as plain HTML controls, and you don't have to study anything special to handle those. You have to look for properties that are eventually applied to the control; like change in ids of controls placed in naming containers.

rahul