M
maximas_me
I have a search page ie. google. when user enter the text
and click submit, the application will run through the db
and return the result to a dataset. How could I pass the
dataset to another page that will display the results.
for example search.aspx have
dsdata = loaddata.getdata(sql)
how do you change the view to result.aspx and display
results.
and click submit, the application will run through the db
and return the result to a dataset. How could I pass the
dataset to another page that will display the results.
for example search.aspx have
dsdata = loaddata.getdata(sql)
how do you change the view to result.aspx and display
results.