Databinding to Textbox using C# and .NET
-
:)Hi guys, i am using c# in my web app for the first time and have no clue how to get retrieved records to bind to a textbox. i have successfully connected to the db and have databinded a few datagrids but i can't seem to get the textbox to show a value retrieved from the db. please could someone be kind enough to show me the correct way to go about this. thanks so much
-
:)Hi guys, i am using c# in my web app for the first time and have no clue how to get retrieved records to bind to a textbox. i have successfully connected to the db and have databinded a few datagrids but i can't seem to get the textbox to show a value retrieved from the db. please could someone be kind enough to show me the correct way to go about this. thanks so much
butchzn wrote: please could someone be kind enough to show me the correct way to go about this. I would suggest reading about the Control.DataBindings Property[^]. - Nick Parker
My Blog | My Articles