I have a form, where new text boxes are generated by onclick event of a button. The function required to generate text boxes is written in Java Script. but i have to count no of text boxes generated, which can be counted only in java script. and i have to use that number in server side, this to work i wrote within script tag <script runat="server">. now i can read the variable ,( which is in client side ), in server side, but the code related to generate text box is now not working, its giving an error, object required.
please find a solution for that.
looking forward to hear from ur side.
Nudrat