G
Guest
Hi,
I have an application written in ASP and I am converting to ASP.NET
in the old ASP page users can add items to a listbox control.
When the user hits the "submit" command button on the form.
It fires a stored procedure in the SQL Server Database.
The listbox items are converted into a comma delimited string and sent to
stored procedure. This SP constructs a temp table variable out of the
delimited string and then is joined to other physical tables in the database
to complete the query.
question:
is there neat new way to do this using ASP.NET in VB?
I'd like to be able to
leverage the power of the resources available to me over vbscript if possible.
Also it would solve the maximum character length of 8000 for the delimited
string,
thanks
Chris
I have an application written in ASP and I am converting to ASP.NET
in the old ASP page users can add items to a listbox control.
When the user hits the "submit" command button on the form.
It fires a stored procedure in the SQL Server Database.
The listbox items are converted into a comma delimited string and sent to
stored procedure. This SP constructs a temp table variable out of the
delimited string and then is joined to other physical tables in the database
to complete the query.
question:
is there neat new way to do this using ASP.NET in VB?
I'd like to be able to
leverage the power of the resources available to me over vbscript if possible.
Also it would solve the maximum character length of 8000 for the delimited
string,
thanks
Chris