I have application.aspx page contains tabcontainer with 6 tab panels.tabpanel contains the external user details.
I have two user 1. Internal 2. External
both users can can access same page.
when internal user logs in, search for user and from the search result goes to details of that user page. i.e application.aspx
for this i have used the ItemCommand event of list view and from this command event i redirect to application.aspx page using server.transfer();
this working fine.the URL never change. but when i navigate through the tabs in application pages the URL changes to that of application page. which i don't want. the URL should be the same as internal user.
Software Developer