Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here i just want to add a piece of code with in the web user controls added based on the user requirement so becoz of this reason submitting the common details should be done for every time.
In the web user control
i need a table with header row as common and nested table its.
from the next row Must be filled, if user want to another row by clicking on to a +button add a row to the above table

Plz help me
Posted

yes we can. for accessing you need to use the FindControl() method.
i.e.

VB
CType(ucTest.FindControl("txt_Test"),TextBox).Text = "Text Set from parent Control"


hope this will help you understanding.
 
Share this answer
 
Comments
sandhya.T 2011 25-Oct-11 1:33am    
CType(argu) is a pre defined method
Hi

This May help you

http://www.codeproject.com/Answers/268500/how-to-find-event-source-in-Page-load#answer1
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900