Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Edwin Knoppert #1
Itemtemplate requires unique control's id's
Gridview:
I would like to use two (or more itemtemplates) having a label named like
Label1.
I find it odd that FindControl() on a CELL object (RowDatabound event) can
not distinguish the correct controls.
It seems to use the whole row to look for a control.
It would save time if i could use this without renumbering and preparing a
counter to enumerate the controls from event code.
??
Edwin Knoppert Guest
-
Unique Form inserting into many tables using unique id
I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or... -
Error Message: FindControl requires that controls have unique IDs.
I have a datagrid with a checkbox column, and dropdown list that does a autopostback. Basically, the dropdown list is a filter for the datagrid.... -
Loop and ID's
Hi, I'm trying to reference the row ID using a loop and query. I was thinking some thing like this would work (although it doesn't) <cfquery... -
Is there any value in ID's Wildcard S&R ?
I can think of no scenerio in which a wildcard search should not return the initial value of the searched character. As it works now, a wildcard S&R... -
control ID's
Hi, My web page loads the controls dynamically using Page.LoadControl("~/myControls/myControl.ascx") The control myControl.ascx contains...



Reply With Quote

