B
Ben
I'm new to VS2008 (and ASP.NET in general).
I'm trying a simple example, i have a class that exposes a DataSet and
want to populate 2 textboxes on a web form...
how can i bind from the datasource? (and have it update it after
clicking a Save button)
I've seen some examples refer to a Bindings property, but i don't see
it exists in a Textbox object... there's only DataBind() and it takes
no params, and there's no DataSource property...
Thanks!
I'm trying a simple example, i have a class that exposes a DataSet and
want to populate 2 textboxes on a web form...
how can i bind from the datasource? (and have it update it after
clicking a Save button)
I've seen some examples refer to a Bindings property, but i don't see
it exists in a Textbox object... there's only DataBind() and it takes
no params, and there's no DataSource property...
Thanks!