Hi
in my page i have a asp:textbox controls but i am unable to get the value
my code is below
<asp:TextBox ID="text1" runat="server"
ontextchanged="text1_TextChanged" TextMode="MultiLine"
Width="200px"></asp:TextBox>
but in code behind text1.text it not taking the user input text it always shows blank
so how to get the textbox value