I want to create dynamic Server controls(like text box and hidden field) in my project so that i can fetch their value at server side using JavaScript so that processing does not get slow so I want to your suggestion that how can I perform this, Or their is another approach which we can follow for this.
Asked
Active
Viewed 40 times
0
-
you can use jquery ajax as an alternate approach. – AnandMohanAwasthi Jun 28 '13 at 05:29
-
Can you give me any link which can explain this much better way – Arjun Sharma Jun 28 '13 at 05:31
-
http://www.codeproject.com/Articles/36935/JavaScript-and-Server-Controls-101 – mck Jun 28 '13 at 05:33