Back - Web Applications> Web Forms - Legacy
Adding a new user control Example .
1. Add new user control
2. Add Child Control
3. Add Desired Code behind algorithm
4. Drag user control from solution explorer to desired web page .
5. Baam .. now the user control is there .
Consideration
1. Accessing the properties .
- Add a public properties on the user control code behind . And Assign desired task on page_load .
example :
We may use it like this too
Back - Web Applications> Web Forms - Legacy
Published on : 27-Dec-2018
Legacy Published on : 17-Dec-2014
Ref no : DDN-L-WPUB-00001
Comments
Post a Comment