i have
var txt = document.getElementById("<%=txtname.ClientID%>");
i need to get teh value in textbox without ay postback
Not possible. There is some logical problem in your code since other than this there's no way to get value client side
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.