Advertisement

1 - 10 of 22 containing alltags:("datakeys") (0.001 seconds)
hi, I have a datalist, i am displaying some product names, i want to retrieve the product ids. i know this is sillly but ive been struggling with this for the past 2 hours, can any1 help me? t...
Zones: ASP.Net ProgrammingDate Answered: 07/05/2004 Grade: A Views: 35
I have gridview which was working fine with DataKeys. I m not getting any values for DataKeys when i copied the same Gridview to Wizard control. Error Details: Index was out of range. Must...
Zones: ASP.Net ProgrammingDate Answered: 06/09/2006 Grade: A Views: 0
Greetings, Can someone tell me why when I build this Grid in ASP.NET it works perfect, and when I do the same thing in my code behind, I don't get any errors, but the grid doesn't show up on the pa...
Zones: ASP.Net ProgrammingDate Answered: 03/26/2006 Grade: A Views: 0
Can a GridView have several DataKeys defined? How do I add them?
Zones: ASP.Net ProgrammingDate Answered: 04/19/2006 Grade: A Views: 0
I want to run a sub when clicking a button in my grid. I want to use the datakey in the function. I'm doing this... Protected Sub grvOutGoingTradeStatus_RowCommand(ByVal sender As Object, ByVa...
Zones: Web DevelopmentDate Answered: 06/23/2006 Grade: A Views: 0
Hi All I have created a Gridview and added a command button (commandfield) with the command name 'unsub'. What I have been trying to acheive is to obtain the datakey value for the row that the c...
Zones: ASP.Net ProgrammingDate Answered: 02/04/2007 Grade: A Views: 112
Hi, ive got a gridview and on each row is a edit button (cmd_edit) how do i get the DataKey value for that row? this is what i have  protected void Click_Edit(object sender, EventArgs e)   ...
Zones: ASP.Net ProgrammingDate Answered: 05/09/2007 Grade: C Views: 4
Hi im trying to capture the datakey ID when i edit a record, for example i have 3 entries in my gridview and im using: for (int i = 0; i < gv_Log.Rows.Count; i++)                 {            ...
Zones: ASP.Net ProgrammingDate Answered: 05/14/2007 Grade: A Views: 0
Hi guys, I have a repeater that is populate via values in sql db. The repeater renders as follows Label - CheckBox MultiLine Textbox. Ok for each item created I display a check box that i...
Zones: C#Date Answered: 02/05/2005 Grade: B Views: 0
datagrid id="GridView1" DataKeyNames="UnitID,EquipID,WebType" 3 labels: lbl_unitid, lbl_equipid, lbl_webtype using the following to try and get the result i want---> display the datakeys from...
Zones: ASP.Net ProgrammingDate Answered: 02/03/2006 Grade: A Views: 342