Karim
|
| Posted: 06/21/2002, 8:56 AM |
|
Is it possible to make a grid record updateable?
Thanks
Karim
|
|
|
 |
Ken Hardwick
|
| Posted: 06/21/2002, 9:39 AM |
|
See... http://www.gotocode.com/art.asp?art_id=50&
|
|
|
 |
Karim
|
| Posted: 06/21/2002, 12:46 PM |
|
Thanks
|
|
|
 |
Karim
|
| Posted: 06/21/2002, 1:24 PM |
|
That example works for CC but not CCS.. Hmmm
|
|
|
 |
Nicole
|
| Posted: 06/24/2002, 5:25 AM |
|
Karim,
in fact code is not identical for CC and CCS. But the approach is the same. In CCS you should create Grid form with textboxes and surround Grid html table with <form> tags in html editor. Have you successfully done it?
The next step is to create Open event for the page or form and place there almost the same code. Note, that to execute sql command use code
ASP
form_name.DataSource.Connection.execute ("sql command")
|
|
|
 |
|