G
Guest
I have a navigation user control navig.ascx that redirects to respective
pages based on webcontrols.linkbutton clicks using response.redirect.
I would like to control the look and feel of those link buttons. Once I
click the button, I would like to make it bold using instructions like
linkbutton.font.bold=true
This works as long as its NOT followed by response.redirect
For example:
linkbutton.font.bold=true;
response.redirect("mypage.aspx");
if I take out the response line, this works, with response line in the code,
the instruction does get executed but some how link button does not get
bolded.
"mypage.aspx" does host navig.ascx user control as other navigated pages.
Please help.
Thanks
Trisha
pages based on webcontrols.linkbutton clicks using response.redirect.
I would like to control the look and feel of those link buttons. Once I
click the button, I would like to make it bold using instructions like
linkbutton.font.bold=true
This works as long as its NOT followed by response.redirect
For example:
linkbutton.font.bold=true;
response.redirect("mypage.aspx");
if I take out the response line, this works, with response line in the code,
the instruction does get executed but some how link button does not get
bolded.
"mypage.aspx" does host navig.ascx user control as other navigated pages.
Please help.
Thanks
Trisha