wzuend
Posts: 7
|
| Posted: 02/21/2005, 9:37 AM |
|
Hi
I have a grid control with link datafield , where I pass the datafield "loadid" from my table to another page.
This works fine, but if I try to rename the variable name to s_Loadid, it still remains as loadid in the url.
I want to use s_loadid because the target page has a search option providing the same variable name.
This approach works fine in most cases, but not here. (maybe its because i use a MS-SQL View as datasource ?)
Environment MS-SQL / ASP
Thanks for any help
|
 |
 |
mrachow
Posts: 509
|
| Posted: 02/21/2005, 11:42 PM |
|
Please check the Href source of the link for the actual parameter name.
_________________
Best regards,
Michael |
 |
 |
|