Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP DB skeleton I can use?


Message #1 by OTTAR@M... on Wed, 24 Jan 2001 15:20:41 +0100
I want to do the following:



1) Show a normal data entry form with possibillity to go prev.

/next/update/insert etc.



2) I would like to do some client side data verification (Javascript)



Anyone out there that has a good framework for 1) or 2) or both?



Anyone got any good working examples that works well? I've made a few

screenpictures that work, but I'm looking for something rather general, that

I can use on many different datasets without to much change.



Ottar







Message #2 by "Whitmore, Todd x78046" <WhitmorT@b...> on Wed, 24 Jan 2001 10:16:41 -0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C08619.276895A6

Content-Type: text/plain;

	charset="iso-8859-1"



the main problem you will have with prev/next is that the recordset has been

closed and destroyed by next time that your script is invoked. if you have a

unique key for your records, you can pass the current key to the script and

a query that does something like "primaryKey > currentValue" or "primaryKey

< currentValue"



-----Original Message-----

From: OTTAR@M... [mailto:OTTAR@M...]

Sent: Wednesday, January 24, 2001 9:21 AM

To: ASP Web HowTo

Subject: [asp_web_howto] ASP DB skeleton I can use?





I want to do the following:



1) Show a normal data entry form with possibillity to go prev.

/next/update/insert etc.



2) I would like to do some client side data verification (Javascript)



Anyone out there that has a good framework for 1) or 2) or both?



Anyone got any good working examples that works well? I've made a few

screenpictures that work, but I'm looking for something rather general, that

I can use on many different datasets without to much change.



Ottar









---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform.

Dedicated processor, RAM, and server resources provide dedicated server

performance at virtual server prices. Commercial components provided; custom

components allowed.




$subst('Email.Unsub')





  Return to Index