J
johnlei
In a aspx page, I add 2 User control, one for Search; One for diplay search
result. But how can I pass the params from search
control(click submit button) to the result control(execute the query with
params and diplay)?
I use this statement :
request.params("txtsearch") in result control
But the return always is : ""
result. But how can I pass the params from search
control(click submit button) to the result control(execute the query with
params and diplay)?
I use this statement :
request.params("txtsearch") in result control
But the return always is : ""