Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Reply
access to web control in the GridView
Old 09-07-2006, 05:39 PM access to web control in the GridView
Experienced Talker

Posts: 34
Trades: 0
how can I access to web control in the GridView and use it's value in codebehind structure. I know It will be somethng like this
"GridView_name.FindControl("x_FieldName")", but I do not know where to put it.I especially do not know how I should declare it.
below code is my webform code.and I want to access the "text" value in gridview in code behind.

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="id"
DataSourceID="SqlDataSource1">
<Columns>
<asp:BoundField DataField="text" HeaderText="text" SortExpression="text" />
<asp:BoundField DataField="id" HeaderText="id" InsertVisible="False" ReadOnly="True"
SortExpression="id" />
</Columns>
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:BConnStr %>"
SelectCommand="SELECT [text], [id] FROM [art]"></asp:SqlDataSource>
s2002 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-08-2006, 06:27 AM Re: access to web control in the GridView
Experienced Talker

Posts: 34
Trades: 0
I have found the solution.If you would like tell me to insert in here
s2002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to access to web control in the GridView
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37055 seconds with 12 queries