quote: Originally posted by gianluigi
Hi,
Yes, but the parameters must be send in query.string (get method)
Post a link to test
Gianluigi
Can't send link - on an Intranet - I have a form that has the startdate in which I select - click on the go button and the response page is where the recordset is with the SQL statement
Select * From Table Where StartDate is >= Param1
Param1 is Request.Form("StartDate")
Then I have the Ajax Datagrid defined relating to the recordset - if I don't use the parameter and hard code the date all works fine
|
|
|