hi all,
I want to pass the value from a html control(input.. .text) to asp.net control(textbox ). And this should happen...whenev er the html control receives a value(don't want to use a button click event). How this can be possible. I don't want to make a html control as sever control(by adding... runat="server") .
Regards,
Royal
I want to pass the value from a html control(input.. .text) to asp.net control(textbox ). And this should happen...whenev er the html control receives a value(don't want to use a button click event). How this can be possible. I don't want to make a html control as sever control(by adding... runat="server") .
Regards,
Royal
Comment