Advertisement

07.03.2008 at 03:32PM PDT, ID: 23538372
[x]
Attachment Details

ID for BoundField?

Asked by knowlton in Programming for ASP.NET

You know how a DropDownList can have an ID ?

For example:


<asp:DropDownList DataSourceID="SqlDataSourceSkillStates" DataTextField="skillname" DataValueField="skill_state_id" ID="DropDownListSkillStates" runat="server"></asp:DropDownList>

////   ID="DropDownListSkillStates"



Can you have an ID for a BoundField in a GridView


<asp:BoundField DataField="user_skill_id" HeaderText="user_skill_id" SortExpression="user_skill_id" InsertVisible="False" ReadOnly="True" Visible="False" />


Or what would be the equivalent so that I could FindControl(  )   and reference a BoundField  ???
Start Free Trial
[+][-]07.03.2008 at 03:49PM PDT, ID: 21929966

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Programming for ASP.NET
Sign Up Now!
Solution Provided By: copyPasteGhost
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.03.2008 at 04:34PM PDT, ID: 21930148

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906