Peixe
|
| Posted: 02/12/2003, 6:57 AM |
|
Hi everybody. I have a simple question, i'm new to codecharge studio. Well to codecharge itself. Let's say that i already created an ASP page that has a grid and a recordset. By accident I forgot to add another field to the recordset or to the grid, how do I add a new field or a new column to the grid and to the recordset? I used to delete the entire page and create it from scratch. Can someone tell me where i can find info regarding my problem? Thanks i appreciate all your help.
Regards,
Peixe
|
|
|
 |
RonB
|
| Posted: 02/12/2003, 1:19 PM |
|
Just insert a new row, go to the form menu and add the control you need(label, texbox etc.) In the properties box (data) set the database column for that control. If you used a query for the recordset that specifically names the fields you'll have to add the new field in the select part of the query.
That's it.
Ron
|
|
|
 |
|