Pat Friedl
|
| Posted: 04/05/2002, 1:10 PM |
|
This is fantastic. I've cranked out some very heavy pages in a matter of minutes. However, I've got a lot of custom scripting that I need to do for fields like onfocus, onchnage, onclick, etc on the client side. On the ASP side of things, I want to do some customized logic for displaying fields, images, etc.
Some of the things I'm trying to do are validate fields for certain formats and use alternate row colors for tables - that sort of thing. Help!
|
|
|
 |
Nicole
|
| Posted: 04/06/2002, 1:30 AM |
|
Pat,
all client side code should be located in header or footer sections of forms and pages. Some small examples could be found in CC sample projects. Refer to BugTrack example BugRecord page->Bugs form.
Put custom server side code to page or form events. In your case custom code to display images (or other fields) should go in Before Show event of the form. Refer to BookStore or EmplDir example to find it.
Here is link to alternate Grid colors example: http://www.gotocode.com/art.asp?art_id=94&
Format fields validation depends on when do you want to do it.
|
|
|
 |
|