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

ASP.NET

 
AnswerRe: To return an array from a javascript function Pin
RichardGrimmer12-Mar-07 6:50
RichardGrimmer12-Mar-07 6:50 
QuestionAjax Calendar Control within a Web User Control - problem [modified] Pin
Jools55712-Mar-07 0:51
Jools55712-Mar-07 0:51 
AnswerRe: Ajax Calendar Control within a Web User Control - problem Pin
Paddy Boyd12-Mar-07 1:56
Paddy Boyd12-Mar-07 1:56 
GeneralRe: Ajax Calendar Control within a Web User Control - problem Pin
Jools55712-Mar-07 2:47
Jools55712-Mar-07 2:47 
AnswerRe: Ajax Calendar Control within a Web User Control - problem Pin
badgrs12-Mar-07 2:01
badgrs12-Mar-07 2:01 
Questiondropdownlist to disply the name of the person log-in to the screen Pin
Oga M12-Mar-07 1:46
Oga M12-Mar-07 1:46 
QuestionReading Emails From MS Outlook Pin
Software_Guy_12312-Mar-07 1:08
Software_Guy_12312-Mar-07 1:08 
QuestionQuestion About GridView and DetailView Pin
Deepak the Cool12-Mar-07 0:57
Deepak the Cool12-Mar-07 0:57 
hi all

i m working into GridView and DetailView. In my GridView there r two Command Button at [0]index is Delete and [1]index is Edit. whn i click the Edit Button thn My DetailView Move on to Update mode and detail view controls are fill by the GridView Data. after tht i press the Enter key in my text box the Delete button Message pop up which is "Are u sure to delete this record?" i m using the objectdatasourc to bind the both of gridview and detailview.
so i want to prevent abut to show this Message popup in UpdateMode. The message Box is generted thru following code at gridview_rowCreated

ImageButton btn = e.Row.Cells[0].Controls[0] as ImageButton;
btn.OnClientClick = "if (confirm('Are you sure to delete this Package?') == false) return false;";

im using Asp.Net2005 with C#.
so any one can give some help and idea abut this scnerio.


thnx in advance

Smile | :)



Deepak

Smile a Lots,Its Costs Nothing

AnswerRe: Question About GridView and DetailView [modified] Pin
Imran Khan Pathan12-Mar-07 1:39
Imran Khan Pathan12-Mar-07 1:39 
AnswerRe: Question About GridView and DetailView Pin
SABhatti12-Mar-07 3:32
SABhatti12-Mar-07 3:32 
QuestionClear the content From the web page Pin
vengaqua12-Mar-07 0:39
vengaqua12-Mar-07 0:39 
AnswerRe: Clear the content From the web page Pin
N a v a n e e t h12-Mar-07 1:00
N a v a n e e t h12-Mar-07 1:00 
AnswerRe: Clear the content From the web page Pin
Deepak the Cool12-Mar-07 1:00
Deepak the Cool12-Mar-07 1:00 
AnswerRe: Clear the content From the web page Pin
badgrs12-Mar-07 1:56
badgrs12-Mar-07 1:56 
AnswerRe: Clear the content From the web page Pin
Imran Khan Pathan12-Mar-07 3:47
Imran Khan Pathan12-Mar-07 3:47 
Questionhow to pass querystring in url in datalist. Pin
monuSaini12-Mar-07 0:16
monuSaini12-Mar-07 0:16 
AnswerRe: how to pass querystring in url in datalist. [modified] Pin
N a v a n e e t h12-Mar-07 0:23
N a v a n e e t h12-Mar-07 0:23 
GeneralRe: how to pass querystring in url in datalist. Pin
monuSaini12-Mar-07 0:26
monuSaini12-Mar-07 0:26 
GeneralRe: how to pass querystring in url in datalist. Pin
N a v a n e e t h12-Mar-07 0:29
N a v a n e e t h12-Mar-07 0:29 
GeneralRe: how to pass querystring in url in datalist. Pin
monuSaini12-Mar-07 0:34
monuSaini12-Mar-07 0:34 
GeneralRe: how to pass querystring in url in datalist. Pin
Spunky Coder12-Mar-07 0:37
Spunky Coder12-Mar-07 0:37 
GeneralRe: how to pass querystring in url in datalist. Pin
monuSaini12-Mar-07 0:41
monuSaini12-Mar-07 0:41 
GeneralRe: how to pass querystring in url in datalist. Pin
serkanweb12-Mar-07 3:10
serkanweb12-Mar-07 3:10 
AnswerRe: how to pass querystring in url in datalist. Pin
N a v a n e e t h12-Mar-07 0:43
N a v a n e e t h12-Mar-07 0:43 
GeneralRe: how to pass querystring in url in datalist. Pin
monuSaini12-Mar-07 1:13
monuSaini12-Mar-07 1:13 

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.