:: Forum >>

Integration with ASP

Am using asp for developing the web application.
Cn nybdy tell me how to use Grid control for displying the recordset.
yadnesh
Friday, August 12, 2005
look at the examples

then, what you do is create a comma delimited array from the database using asp and pass it back to the grid.

look at the xml request examples

would look something like

rs("value") & "," & rs("value2") & vbcrlf

the last bit is important
AcidRaZor
Friday, August 12, 2005
how to use it with asp.net
Sunday, August 21, 2005

This topic is archived.


Back to support forum

Forum search