A method on the Control class in the .NET framework that finds a control from its id. The control is only found if it is within the calling control's naming container.
Questions tagged [findcontrol]
374 questions
0
votes
2 answers
Access a textbox in C# that is created on fly
My code generates an TextBox on the fly in C# (page_load function). Can I access it in the code later? It does give me compilation error and does not seem to work. Can someone verify ?
Code for additonal problem
aContent += "";
aContent +=…
|
![]()
RaShe
0
votes
1 answer
FindControl problemI have a problem regarding with FindControl.I'm using ASPxRoundPanel(with DXperience component) in a repeater. I have a textbox called "txtAdet ID" in ASPxRoundPanel. I just can't access inside the Textbox.And I got the following the error.
"Object…
![]()
MaxCoder88
0
votes
1 answer
Missing something nested in FindControl but always get NullLiterally have read and tried all solutions in Stackoverflow to no avail.
I am trying to get the value of different Dropdownlists genereated from a Repeater and another one just generated on the go, plain and simple.
![]()
Henry B
|