Hi Guys,
I am having a problem getting some text from a textbox inside the footerrow of a gridview if it is changed. I can get the actual text box using
gridview1.footerrow.findcontrol("control name")
but it gives me whatever value it was set to on load and not the changed text.
Here is my...
I have created 2 server controls. The first creates a listbox and the intention is for the second control to pick up the value.
My second control has:
Dim myControl1 As New Control
Get
myControl1 = CType(FindControl("testListBox"), ListBox)
'myControl2 = myControl1.ID...
I have a RngeControl within a FormView within a Panel which FindControl does not seam to be able to find. The FormView is exposed just find and othe r controls on the FormView are found with the FindControl.
Has anyone had a similar issue of not finding a RangeValidator with FindControl?:confused:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.