<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="true" OnTextChanged="TextBoxValueChanged" />
protected void TextBoxValueChanged(object sender, EventArgs e) { Response.Write(TextBox1.Text.Trim()); }
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
Login to post response