Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Use Out Parameter in VB.NET Pin
Jagz W20-Jul-09 18:37
professionalJagz W20-Jul-09 18:37 
AnswerRe: How to Use Out Parameter in VB.NET Pin
r a m e s h20-Jul-09 18:58
r a m e s h20-Jul-09 18:58 
AnswerRe: How to Use Out Parameter in VB.NET Pin
Baran M20-Jul-09 19:00
Baran M20-Jul-09 19:00 
QuestionButton Pin
Rajni_pooni20-Jul-09 17:23
Rajni_pooni20-Jul-09 17:23 
AnswerRe: Button Pin
N a v a n e e t h20-Jul-09 17:46
N a v a n e e t h20-Jul-09 17:46 
AnswerRe: Button Pin
Christian Graus20-Jul-09 18:02
protectorChristian Graus20-Jul-09 18:02 
AnswerRe: Button Pin
Abhijit Jana20-Jul-09 18:12
professionalAbhijit Jana20-Jul-09 18:12 
QuestionConfirm popup Pin
scoffer20-Jul-09 16:04
scoffer20-Jul-09 16:04 
Hi all,

So its 3am and my brain seems to have gone to bed hours ago and left me with this nagging problem...

Basically what i'm trying to do is thus:

I have a gridview control on my page which has a delete button. When the delete button is pressed it comes up with a popup control to confirm the deletion. The best way i could figure out how to do this was by using the following within the columns

<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" CommandName="Delete" OnClientClick="return confirm('Are you sure you want to delete this item?');"   
Text="Delete"></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>


All fine and dandy and it works fine....however! The client now wants to customize the popup confirm box which from what i have found isn't possible using the confirm box. What i'm wondering is would i be able to create a new form that works like a popup in which i can change the text, background etc since it would be a regular page but then pass the "confirm" back to the other page.

i know this is the asp.net forum and what i'm looking for is probably in the form of javascript somewhere but figured i would try here first.

Thanks in advance!
AnswerRe: Confirm popup Pin
Christian Graus20-Jul-09 18:03
protectorChristian Graus20-Jul-09 18:03 
AnswerRe: Confirm popup Pin
Mogamboo_Khush_Hua20-Jul-09 19:26
Mogamboo_Khush_Hua20-Jul-09 19:26 
QuestionCrystal report gives error after publishing onto iis6.0 Pin
Manoranjan Sahoo20-Jul-09 15:19
Manoranjan Sahoo20-Jul-09 15:19 
QuestionTransaction-Sql Pin
Learner52020-Jul-09 13:29
Learner52020-Jul-09 13:29 
AnswerRe: Transaction-Sql Pin
Christian Graus20-Jul-09 13:43
protectorChristian Graus20-Jul-09 13:43 
AnswerRe: Transaction-Sql Pin
Zafar A khan 20-Jul-09 20:52
professionalZafar A khan 20-Jul-09 20:52 
QuestionASP.NET Forums download? [modified] Pin
NaNg1524120-Jul-09 9:00
NaNg1524120-Jul-09 9:00 
AnswerRe: ASP.NET Forums download? Pin
David Mujica20-Jul-09 9:40
David Mujica20-Jul-09 9:40 
QuestionProblem with global.asax Pin
AprNgp20-Jul-09 8:57
AprNgp20-Jul-09 8:57 
AnswerRe: Problem with global.asax Pin
pthalacker7-Aug-09 10:43
pthalacker7-Aug-09 10:43 
QuestionDynamically Creating WebServices Pin
BenClark20-Jul-09 6:05
BenClark20-Jul-09 6:05 
AnswerRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 7:33
professionalAbhijit Jana20-Jul-09 7:33 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 7:55
Ian McCaul20-Jul-09 7:55 
GeneralRe: Dynamically Creating WebServices Pin
BenClark20-Jul-09 8:24
BenClark20-Jul-09 8:24 
GeneralRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 8:40
professionalAbhijit Jana20-Jul-09 8:40 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 9:01
Ian McCaul20-Jul-09 9:01 
QuestionNested ListView Pin
megivimal20-Jul-09 4:50
megivimal20-Jul-09 4:50 

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.