Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: dynamic insertion of rows


Message #1 by "Sri priya" <priya_sridhar@r...> on Mon, 18 Feb 2002 11:13:08
I am doing a project wherein I need to insert multiple values  selected 

from a list box into a table. How do I perform dynamic insertion of rows 

into table ?
Message #2 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Mon, 18 Feb 2002 09:09:41 -0500
Do you want it to be Server side (ASP) or client side (JavaScript) ?



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

From: Sri priya [mailto:priya_sridhar@r...]

Sent: February 18, 2002 6:13 AM

To: ASP Web HowTo

Subject: [asp_web_howto] dynamic insertion of rows





I am doing a project wherein I need to insert multiple values  selected

from a list box into a table. How do I perform dynamic insertion of rows

into table ?




$subst('Email.Unsub').



Message #3 by "Sri priya" <priya_sridhar@r...> on Tue, 19 Feb 2002 04:27:24
Hi ,



On multiple selection of values from the list box I want the values to be 

dynamically inserted into the table at the serverside.Currently I am using 

SQL 7.0 stored procedures at the backend and ASP as the FE.



 Do you want it to be Server side (ASP) or client side (JavaScript) ?

> 

> -----Original Message-----

> From: Sri priya [mailto:priya_sridhar@r...]

> Sent: February 18, 2002 6:13 AM

> To: ASP Web HowTo

> Subject: [asp_web_howto] dynamic insertion of rows

> 

> 

> I am doing a project wherein I need to insert multiple values  selected

> from a list box into a table. How do I perform dynamic insertion of rows

> into table ?




> $subst('Email.Unsub').

> 


  Return to Index