i have
var txt = document.getElementById("<%=txtname.ClientID%>");
i need to get teh value in textbox without ay postback
ESC key will clear all the data hence you donot see it. Hence use onkeydown instead of onkeyup
ok thnaks atlast
its working
thansk a lot
how do i go abt positioning
i dont have any css
its in the code line that i gave u
That's what it is for. BackSpace also does the same think without code :)
ok but i have some other things also comming up in this script
i think u will get the text value while using this function in onblur event.
var txt = document.getElementById("<%=txtname.ClientID%>"); var value = txt.value
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.