Click LinkButton in .NET Usercontrol and transparently load another page
I have a .NET usercontrol on a page that displays member names. When someone clicks the name, outside of Umbraco I can server.transfer to another page with a usercontrol, passing along an ID via querystring.
How can I get this to work in Umbraco? a) how can I pass the ID value to another Umbraco page if I cannot use the querystring? How do I transfer to the other page without changing the URL in the browser?
Click LinkButton in .NET Usercontrol and transparently load another page
I have a .NET usercontrol on a page that displays member names. When someone clicks the name, outside of Umbraco I can server.transfer to another page with a usercontrol, passing along an ID via querystring.
How can I get this to work in Umbraco? a) how can I pass the ID value to another Umbraco page if I cannot use the querystring? How do I transfer to the other page without changing the URL in the browser?
is working on a reply...