Ajax DataGrid Support Product Page
Solved
Cell behavior for Go To URL doesn't work
Reported 16 Oct 2012 15:55:33
1
has this problem
16 Oct 2012 15:55:33 Steve Skinner posted:
I just purchased AJAX data grid this morning and tried using it on a site that uses MS SQL with classic ASP. I just have a simple table with one field that is clickable. The parameters use a dynamic ID variable from the recordset used with the data grid. After uploading all the required files and running it in the browser, it shows:Microsoft VBScript compilation error '800a03ea' Syntax error /wosys/workorders/archived-ajax.asp, line 237 Response.Write((WorkOrdersCompleted.Fields.Item(\"ID\").Value)) ------------------------------------------------^
Please advise.
Replies
Replied 17 Oct 2012 09:07:32
17 Oct 2012 09:07:32 Teodor Kuduschiev replied:
Hello,
Can you please paste the url you are giving in the "Go To URL" behavior?
Can you please paste the url you are giving in the "Go To URL" behavior?
Replied 17 Oct 2012 16:31:12
17 Oct 2012 16:31:12 Steve Skinner replied:
I figured out the problem. I was using the regular method for assigning dynamic values from a recordset. Obviously, with ajax, that has to be done differently. I found the other forum post about putting the ColumnIndex value in brackets {}.
Thanks.
Thanks.