Click to See Complete Forum and Search --> : how to invoke javascript from server side scripting


nimmyjo
01-10-2007, 03:42 AM
how to create a yes or no menu using Javascript and invoke it fromserver side scripting

Chitra Xavier
01-11-2007, 01:57 AM
Hi....

Give runat="server" for the control which uses javascript
also refer to this link,Hope this will help U
http://msdn2.microsoft.com/en-us/library/aa479011.aspx

For craeting menus refer to this link
http://archive.devx.com/dhtml/articles/td041801/td041801-2.asp

Chitra Xavier
01-11-2007, 02:01 AM
Hi...
and also AJAX.NET is the best way to call javascript in server side.