Hi,
i'm trying to build a simple site navigation (using c#)... i
implemented a master page that shows a sidebar user control on the
left side, and a content page on the right.
i click the link on the sidebar which calls Redirect.
problem is that the whole page refreshes... i just want the right side
to update to a new content.
can anyone point me in the right direction to accomplish this?
btw, i'm trying to use ajax when possible to make the job easier...
but if i put the sidebar in an UpdatePanel (in hopes of avoiding a
refresh) it gives this error:
"Sys.WebForms.P ageRequestManag erParserErrorEx ception: The message
received from the server could not be parsed. Common causes for this
error are when the response is modified by calls to Response.Write( )"
Thanks for any info you can give!
i'm trying to build a simple site navigation (using c#)... i
implemented a master page that shows a sidebar user control on the
left side, and a content page on the right.
i click the link on the sidebar which calls Redirect.
problem is that the whole page refreshes... i just want the right side
to update to a new content.
can anyone point me in the right direction to accomplish this?
btw, i'm trying to use ajax when possible to make the job easier...
but if i put the sidebar in an UpdatePanel (in hopes of avoiding a
refresh) it gives this error:
"Sys.WebForms.P ageRequestManag erParserErrorEx ception: The message
received from the server could not be parsed. Common causes for this
error are when the response is modified by calls to Response.Write( )"
Thanks for any info you can give!
Comment