Quantcast
Channel: How do i access id value of gridview asp.net
Browsing latest articles
Browse All 8 View Live

Re: How do i access id value of gridview asp.net

Awesome!buckd30I got it working thanks also what is the best way with grid view to look up a forign key value with linq and show the name instead of id?.I'd suggest you to create a separate thread for...

View Article



Re: How do i access id value of gridview asp.net

I got it working thanks also what is the best way with grid view to look up a forign key value with linq and show the name instead of id?.

View Article

Re: How do i access id value of gridview asp.net

Again you need to set the DataKeyNames first then access it like this:if (e.CommandName == "Edit"){ int index = Convert.ToInt32(e.CommandArgument); int playerID =...

View Article

Re: How do i access id value of gridview asp.net

What is the value of "Key" and as I said my example i need to be able to ceck a guid how do i pass the rowindex in the button I am having edit and delete buttons theri.

View Article

Re: How do i access id value of gridview asp.net

buckd30 how do i set the datakeyname for a gridviewTo set the DataKeyNames:<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" DataKeyNames="SomeID">To set multiple IDs just...

View Article


Re: How do i access id value of gridview asp.net

Yes that is what I am after how do i set the datakeyname for a gridview though i was using telerik controls so have to go back to basics here mate. The value I am after is a guid though.

View Article

Re: How do i access id value of gridview asp.net

I'm not sure if I follow. What are you trying to achieve? Your current could should work to get the values except that I don't know what's the object "item" is. To get the id from GridView then you...

View Article

How do i access id value of gridview asp.net

I need to be able to find the row id value of the datasource in my gridview I was using telerik so i would have used the following code to acccess it but im ripping out the telerik controls for...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images