How to bind server controls by using ajaxPro method? how to get dynamic server controls on the javascript ?
-
I am using asp.net 2.0 and ajaxPro in my web application. 1. How can bind my dropdown inside ajaxPro method, without using HtmlTextWriter? Is it possible? All the server controls are null inside the ajaxPro method. 2. So, i have created dynamic server controls inside the ajaxPro method and used HtmlTextWriter and rendered in javascript. Here in javascript, i can't able to get this dynamic controls by using getElementId method. document.getElementId(asp.net control id + "ControlId"); but it returns null. thanx in advance! :)
Thanks & Regards, Jeneesh K. Velayudhan
-
I am using asp.net 2.0 and ajaxPro in my web application. 1. How can bind my dropdown inside ajaxPro method, without using HtmlTextWriter? Is it possible? All the server controls are null inside the ajaxPro method. 2. So, i have created dynamic server controls inside the ajaxPro method and used HtmlTextWriter and rendered in javascript. Here in javascript, i can't able to get this dynamic controls by using getElementId method. document.getElementId(asp.net control id + "ControlId"); but it returns null. thanx in advance! :)
Thanks & Regards, Jeneesh K. Velayudhan
Do not repost the same question to multiple forums :mad:
I know the language. I've read a book. - _Madmatt