D
David Lozzi
Howdy,
New to .Net 2.0 and I'm about to go back to 1.1! So many little changes are
driving me nuts. I have an ImageButton in a GridView template column. When
clicking the image, it should send to another page with a specified query
string. The images appear great. I have done the following scenarios, all
with no results
1) Use OnClick of button specifying sub. Sub simply either
response.redirect(page) or server.transfer(page,true) and nothing.
2) Use the OnRowCommand of the gridview, specify a sub, and use the same
code as #1.
3) Created a whole new image button outside of the gridview with the onclick
event and still nothing.
For each of these the page blinks like it posts back to the server but thats
it. I know I'm missing something but what????
THANK YOU!
New to .Net 2.0 and I'm about to go back to 1.1! So many little changes are
driving me nuts. I have an ImageButton in a GridView template column. When
clicking the image, it should send to another page with a specified query
string. The images appear great. I have done the following scenarios, all
with no results
1) Use OnClick of button specifying sub. Sub simply either
response.redirect(page) or server.transfer(page,true) and nothing.
2) Use the OnRowCommand of the gridview, specify a sub, and use the same
code as #1.
3) Created a whole new image button outside of the gridview with the onclick
event and still nothing.
For each of these the page blinks like it posts back to the server but thats
it. I know I'm missing something but what????
THANK YOU!