Click here to Skip to main content
16,005,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSearch engin Pin
AnhTin22-Apr-07 17:56
AnhTin22-Apr-07 17:56 
AnswerRe: Search engin Pin
Christian Graus22-Apr-07 19:06
protectorChristian Graus22-Apr-07 19:06 
QuestionGrid View capturing table id to delete Pin
J Liang22-Apr-07 17:37
J Liang22-Apr-07 17:37 
AnswerRe: Grid View capturing table id to delete Pin
varshavmane22-Apr-07 18:36
varshavmane22-Apr-07 18:36 
GeneralRe: Grid View capturing table id to delete Pin
J Liang22-Apr-07 20:49
J Liang22-Apr-07 20:49 
GeneralRe: Grid View capturing table id to delete Pin
varshavmane22-Apr-07 23:33
varshavmane22-Apr-07 23:33 
GeneralRe: Grid View capturing table id to delete Pin
varshavmane22-Apr-07 23:35
varshavmane22-Apr-07 23:35 
GeneralRe: Grid View capturing table id to delete Pin
J Liang23-Apr-07 15:07
J Liang23-Apr-07 15:07 
Hi,

Thanks for the code, but what I did was I drag and drop the grid view from the Database Explorer, therefore I have none of those coding above that I can actually 'view' it physically.

The code I show you runs when I click on the delete button. Is there another way of getting the ID? As I tried to get part of your code into mine, I got this error
System.InvalidCastException: Unable to cast object of type 'ASP.staff_list_aspx' to type 'System.Web.UI.WebControls.GridViewRow'
from
oGridViewRow = CType(CType(Me.gvStaff, Control).NamingContainer, GridViewRow)

J Liang
Questionlock the user account Pin
hahii22-Apr-07 16:58
hahii22-Apr-07 16:58 
AnswerRe: lock the user account Pin
Christian Graus22-Apr-07 17:30
protectorChristian Graus22-Apr-07 17:30 
Questionpassing values to modal popup Pin
D.Sridhar22-Apr-07 16:30
D.Sridhar22-Apr-07 16:30 
AnswerRe: passing values to modal popup Pin
Christian Graus22-Apr-07 16:31
protectorChristian Graus22-Apr-07 16:31 
QuestionRe: passing values to modal popup Pin
D.Sridhar22-Apr-07 18:03
D.Sridhar22-Apr-07 18:03 
AnswerRe: passing values to modal popup Pin
Christian Graus22-Apr-07 18:58
protectorChristian Graus22-Apr-07 18:58 
QuestionSecurity in WebServices Pin
Joshi Rahul22-Apr-07 16:11
Joshi Rahul22-Apr-07 16:11 
AnswerRe: Security in WebServices Pin
Christian Graus22-Apr-07 16:23
protectorChristian Graus22-Apr-07 16:23 
QuestionASP.NET Designer like SharpDevelop Pin
Christopher Stratmann22-Apr-07 14:10
Christopher Stratmann22-Apr-07 14:10 
AnswerRe: ASP.NET Designer like SharpDevelop Pin
Tim Schwallie22-Apr-07 15:50
Tim Schwallie22-Apr-07 15:50 
GeneralRe: ASP.NET Designer like SharpDevelop Pin
Christopher Stratmann23-Apr-07 0:45
Christopher Stratmann23-Apr-07 0:45 
GeneralRe: ASP.NET Designer like SharpDevelop Pin
Tim Schwallie11-May-07 15:53
Tim Schwallie11-May-07 15:53 
AnswerRe: ASP.NET Designer like SharpDevelop Pin
Christian Graus22-Apr-07 16:30
protectorChristian Graus22-Apr-07 16:30 
Questionperformance issues with ajax Pin
D.Sridhar22-Apr-07 12:06
D.Sridhar22-Apr-07 12:06 
AnswerRe: performance issues with ajax Pin
Colin Angus Mackay22-Apr-07 12:53
Colin Angus Mackay22-Apr-07 12:53 
GeneralRe: performance issues with ajax Pin
D.Sridhar22-Apr-07 15:50
D.Sridhar22-Apr-07 15:50 
AnswerRe: performance issues with ajax Pin
Christian Graus22-Apr-07 16:29
protectorChristian Graus22-Apr-07 16:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.