Click here to Skip to main content
16,007,814 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP Menu Item Pin
gavthegenius28-Jun-07 5:48
gavthegenius28-Jun-07 5:48 
AnswerRe: ASP Menu Item Pin
martin_hughes28-Jun-07 7:29
martin_hughes28-Jun-07 7:29 
QuestionSystem Information Pin
oskardiazdeleon28-Jun-07 5:41
oskardiazdeleon28-Jun-07 5:41 
QuestionnLog Help needed Pin
Ridge Howison28-Jun-07 5:26
Ridge Howison28-Jun-07 5:26 
Questiondelete confirm in datagrid with vb asp.net Pin
DonVBguy28-Jun-07 4:56
DonVBguy28-Jun-07 4:56 
AnswerRe: delete confirm in datagrid with vb asp.net Pin
Fred_Smith28-Jun-07 7:42
Fred_Smith28-Jun-07 7:42 
GeneralRe: delete confirm in datagrid with vb asp.net Pin
DonVBguy28-Jun-07 10:21
DonVBguy28-Jun-07 10:21 
GeneralRe: delete confirm in datagrid with vb asp.net Pin
Fred_Smith28-Jun-07 10:46
Fred_Smith28-Jun-07 10:46 
Well it will do - it will run once for every row in your datagrid, as each row is created (or bound to the data) - that's what these events are; that's why theya re called what they are.

What you are trying to do is attach the appropriate javascript to each button, one on each row, so you want it run over and over like that! All you need to do is fugure out the right code to do it.

You are on the right tracks, but it's hard ot know exactly where you;re going wrong... there are lots of examples on the web about how to do the sort of thig you want. Type "datagrid delete confirm" into Google... or try this site:
http://www.datagridgirl.com/[^]

or this
http://www.4guysfromrolla.com/[^]

both have loads of great tutorials and examples....

Fred
Questionon focus out event for asp:textbox Pin
rahul.net1128-Jun-07 3:59
rahul.net1128-Jun-07 3:59 
AnswerRe: on focus out event for asp:textbox Pin
Senseicads28-Jun-07 4:55
Senseicads28-Jun-07 4:55 
GeneralRe: on focus out event for asp:textbox Pin
rahul.net1128-Jun-07 6:00
rahul.net1128-Jun-07 6:00 
GeneralRe: on focus out event for asp:textbox Pin
Senseicads28-Jun-07 6:02
Senseicads28-Jun-07 6:02 
GeneralRe: on focus out event for asp:textbox Pin
rahul.net1128-Jun-07 6:24
rahul.net1128-Jun-07 6:24 
GeneralRe: on focus out event for asp:textbox Pin
Senseicads28-Jun-07 6:44
Senseicads28-Jun-07 6:44 
GeneralRe: on focus out event for asp:textbox Pin
rahul.net1128-Jun-07 7:15
rahul.net1128-Jun-07 7:15 
QuestionRegular Expression for Date Pin
Khan.Bangash28-Jun-07 3:38
Khan.Bangash28-Jun-07 3:38 
AnswerRe: Regular Expression for Date Pin
Sathesh Sakthivel28-Jun-07 3:41
Sathesh Sakthivel28-Jun-07 3:41 
GeneralRe: Regular Expression for Date Pin
Khan.Bangash28-Jun-07 3:46
Khan.Bangash28-Jun-07 3:46 
GeneralRe: Regular Expression for Date Pin
Sathesh Sakthivel28-Jun-07 3:52
Sathesh Sakthivel28-Jun-07 3:52 
GeneralRe: Regular Expression for Date Pin
Khan.Bangash28-Jun-07 3:57
Khan.Bangash28-Jun-07 3:57 
GeneralRe: Regular Expression for Date Pin
Sathesh Sakthivel28-Jun-07 3:59
Sathesh Sakthivel28-Jun-07 3:59 
GeneralRe: Regular Expression for Date Pin
Khan.Bangash28-Jun-07 4:23
Khan.Bangash28-Jun-07 4:23 
GeneralRe: Regular Expression for Date Pin
Sathesh Sakthivel28-Jun-07 4:30
Sathesh Sakthivel28-Jun-07 4:30 
QuestionError when running app in VS 2005 Pin
macca2428-Jun-07 3:23
macca2428-Jun-07 3:23 
AnswerRe: Error when running app in VS 2005 Pin
Sathesh Sakthivel28-Jun-07 3:26
Sathesh Sakthivel28-Jun-07 3:26 

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.