HI Friends

HI Friends

From morning im trying this
Please help me out

I have a  <input name="Selected_0" value="" />
Note: the HTML control don't have the runat="server" not a server side

and i have <asp:TextBox ID="txtgetvalue" runat="server"></asp:TextBox>
Note: this is a server side

now the situation is i have 1-80 number of selection
im passing the value to the input through the javascript but at the same time i need to pass the value to the
server control i.e, <asp:TextBox ID="txtgetvalue" runat="server"></asp:TextBox>

Please suggest me for to pass the value through the javascript
its very urgent ...............