Posted on: 10/1/2014 3:08:42 AM | Views : 486

Hi
I want to bind a normal textbox in twoway to a prop. [Not inside any databound control]
But what i have got by googled is
<asp:Textbox id="textbox1" text='<%# myString %>' runat="server" />
where mystring is a page behind prop. 
By using it, i can get eval funtionality [what ever the content in the prop is reflected in UI] ....

Is there any way to push the content of the textbox back to the binded prop.?
So i can access the contents of that textbox through its binded prop and without going to the textbox's text property...
Go to the complete details ...