G
Guest
I have a very simple page that has a dataadapter which in turn loads a
recordset.
This has been created using drag and drop (VS.NET). I am passing a URL
parameter to the page. This is retreaved with Request.QueryString("hedordID").
How do i pass this to the dataadapter when the page is loaded. I'm really
trying to do this the visual studio way.
1. in Visual Studio i can set the value to a number, say 545 and it works.
2. i tried to set it using the Request.QueryString("hedordID") and i get a
run time error.
Is there an example of this some place or does anyone have a quick answer
for me?
recordset.
This has been created using drag and drop (VS.NET). I am passing a URL
parameter to the page. This is retreaved with Request.QueryString("hedordID").
How do i pass this to the dataadapter when the page is loaded. I'm really
trying to do this the visual studio way.
1. in Visual Studio i can set the value to a number, say 545 and it works.
2. i tried to set it using the Request.QueryString("hedordID") and i get a
run time error.
Is there an example of this some place or does anyone have a quick answer
for me?