Home All Groups Group Topic Archive Search About

Binding controls with datasourse

Author
12 Dec 2005 12:16 PM
Roby Eisenbraun Martins
Hi,

   (ASP .NET 2005)
   I have a datasource set with select and update commands. I would like to
bind each field from the datasource to a textbox. Just like a dataset.
  Is it possible?
  How can I easy bind controls to a database and change some fields?

Author
12 Dec 2005 4:22 PM
S. Justin Gengo
Roby,

It sounds like the FormView control is what you need:

http://beta.asp.net/QuickStart/default.aspx

Check out all the tutorials on data access for 2005 I think they'll all be
helpful:

http://beta.asp.net/QuickStart/default.aspx

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
                            Nietzsche
Show quoteHide quote
"Roby Eisenbraun Martins" <RobyEisenbraunMart***@discussions.microsoft.com>
wrote in message news:A38DE8C7-4202-4A20-B3AB-95E88CD79FCB@microsoft.com...
>   Hi,
>
>   (ASP .NET 2005)
>   I have a datasource set with select and update commands. I would like to
> bind each field from the datasource to a textbox. Just like a dataset.
>  Is it possible?
>  How can I easy bind controls to a database and change some fields?

Bookmark and Share