Questions tagged [web-user-controls]
107 questions
-1
votes
2 answers
Getting ClientID from embedded user control
Within a page I have the following defined:
<%@ Register Src="MyLocationControl.ascx" TagName="MyLocationControl" TagPrefix="uc3" %>
While within MyLocationControl.ascx I have, a textbox field that will hold a collection of hidden values like name,…

treeNinja
- 165
- 1
- 3
- 9
-1
votes
1 answer
Lost GridView SelectIndexChanged at UserControl
I have a UserControl which contain GridView.I set AutoGenerateSelectButton is true for this GridView.
But it didn't work when I press Select inside UserControl.
Do you have anyidea?

Brian
- 163
- 2
- 18