i have
var txt = document.getElementById("<%=txtname.ClientID%>");
i need to get teh value in textbox without ay postback
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.