0
Hi,
Please find a nice article according to your requirement.
http://www.c-sharpcorner.com/UploadFile/ishbandhu2009/how-bind-user-control-data-on-button-click-with-modal-popup/
Abhishek
0
Hi,
Just high level approach:
- You can have QueryString parameter
- In the user control event where actual code is, just verify that if query string parameter value say login then only execute the code
- If it is log out the skip the user control code.
- This means your user control will be always there in master page.
I hope this will give an some idea to implement.
Thanks!
0
Dear,
I m attaching demo website accourding to your requiremet i hope it will helpful for you.Find the attached files.
I am using QueryString and WebUserControl properties to do that.