input form migrated from asp to asp.net

T

Tony WONG

there is an asp to input the phone & message

the phone input box can accept array data, such as 123456;234567;345678

there is vbscript to detect the phone field

if there are 3 phone, then there will be 3 records, and so on.

i wish to rewrite it to asp.net

Can i do it at the FormView control of asp.net or other ways in asp.net?

Grateful if you could give me some ideas.

Thanks a lot.

tony
 
A

Alexey Smirnov

there is an asp to input the phone & message

the phone input box can accept array data, such as 123456;234567;345678

there is vbscript to detect the phone field

if there are 3 phone, then there will be 3 records, and so on.

i wish to rewrite it to asp.net

Can i do it at the FormView control of asp.net or other ways in asp.net?

Grateful if you could give me some ideas.

Thanks a lot.

tony

For SQL Server you can create a stored procedure which would parse
value to insert multiple rows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top