marcwolf
Posts: 361
|
| Posted: 07/26/2004, 8:41 PM |
|
A quick question.
I know all of the Client Side code snippets are available as XML files under the CCS directories... But are the common code templates available also.
I have looked but cannot find them.
What I need to do is to make a minor change to the Editable Grid ASP base code so that it will be generated into any furture projects etc.
I know I can modify this AFTER generation but that instantly invalidates the code block checksum and will never be regenerated.
Essentially I need to put a
DataSource.CurrentRow =i
in the InsertRows block so that I know what the underlyng RequestParams are for a row. This property IS exposed for updates and deletes.. but not for inserts
If I have a control on the grid that is not linked to a database column I cannot get its value when inserting a grid row... unless I interrogate the underlying RequestParams collection
Many Thanks
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|