Hi is it possible to do this:
Have a number of radtexboxes on a webpage declared something like this:
<telerik:RadTextBox Text='<%# ??? %>' ID="RadTextBox1" runat="server">
And then on an event [a button click for example] using Linq grab a row from my table and have it automatically populate all of the radtexboxes without having to do this a whole bunch of times:
radTextbox1.Text = MyTable.Column1
radTextbox2.Text = MyTable.Column2
and so on...
I guess I'm just asking is there a way to bind radtextboxes to a linq datasource and if so how.
Thanks.
Have a number of radtexboxes on a webpage declared something like this:
<telerik:RadTextBox Text='<%# ??? %>' ID="RadTextBox1" runat="server">
And then on an event [a button click for example] using Linq grab a row from my table and have it automatically populate all of the radtexboxes without having to do this a whole bunch of times:
radTextbox1.Text = MyTable.Column1
radTextbox2.Text = MyTable.Column2
and so on...
I guess I'm just asking is there a way to bind radtextboxes to a linq datasource and if so how.
Thanks.