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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_20971378.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21737566.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21789480.html
Can a GridView have several DataKeys defined?
How do I add them?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21819918.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21896210.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22140851.html
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)
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22550484.html
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++)
{
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22566183.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21281572.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21722893.html