Hi,
In my application I am having two parts one is user part and second one is Admin part.
In user part I am using so many controls like Panel, Wizard, Gridview, Textboxes, Labels.. to enter data. In my Admin part I am using the same screens that user used to enter data. In Admin part I am showing the enter data to him to approve.
So same screens are used in both user and Admin. So I want to develop one User control with all the above controls in user screen and want to use the User Control in the Admin part.
In User Control I am putting so many checkboxes buttons . How to handle those button events in the aspx application which is using the user control.
Thanks
In my application I am having two parts one is user part and second one is Admin part.
In user part I am using so many controls like Panel, Wizard, Gridview, Textboxes, Labels.. to enter data. In my Admin part I am using the same screens that user used to enter data. In Admin part I am showing the enter data to him to approve.
So same screens are used in both user and Admin. So I want to develop one User control with all the above controls in user screen and want to use the User Control in the Admin part.
In User Control I am putting so many checkboxes buttons . How to handle those button events in the aspx application which is using the user control.
Thanks