Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make data on the textbox go direct to datagrid after saved?

Status
Not open for further replies.

awinnn

MIS
Jul 21, 2003
166
0
0
MY
Hi,
I have 3 textboxes, datagrid and button. What i want to do is, when i enter data into the textboxes and click on the button, it will goes directly to the datagrid. Is there any sample?
any idea?
thanx in advance..;)
 
hi

are u saving that data to some table in database, if yes then set the datagrid's datasource to that table. For that u can either use Adodc Data Control or create a recordset.

If not sabing to database then use FlexGrid

coz its an unbound grid.

hth
gazal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top