Click here to Skip to main content
15,920,031 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Upload Excel and read the contents Pin
Abhishek Sur9-Sep-09 12:11
professionalAbhishek Sur9-Sep-09 12:11 
Questiondynamic link button event in grid not firing in vb.net Pin
divyas19859-Sep-09 5:21
divyas19859-Sep-09 5:21 
AnswerRe: dynamic link button event in grid not firing in vb.net Pin
Manas Bhardwaj9-Sep-09 5:37
professionalManas Bhardwaj9-Sep-09 5:37 
AnswerRe: dynamic link button event in grid not firing in vb.net Pin
Abhijit Jana9-Sep-09 5:40
professionalAbhijit Jana9-Sep-09 5:40 
QuestionHandling Screen Maximizing ( when the user presses F11) Pin
VVRSN Acharyulu9-Sep-09 5:09
VVRSN Acharyulu9-Sep-09 5:09 
QuestionPopup with command arguments Pin
dotnetcsharpdev9-Sep-09 4:44
dotnetcsharpdev9-Sep-09 4:44 
AnswerRe: Popup with command arguments Pin
Abhijit Jana9-Sep-09 5:55
professionalAbhijit Jana9-Sep-09 5:55 
AnswerRe: Popup with command arguments Pin
dotnetcsharpdev9-Sep-09 22:44
dotnetcsharpdev9-Sep-09 22:44 
<pre>

<asp:TemplateField ShowHeader="False">
                        <itemtemplate>
                              <asp:LinkButton id="linkBtnSurrender"   runat="server" Text="Surrender" CommandName="Surrender" onclientclick="confirmation()" value = "Surrender"   CommandArgument='<%#Eval("SOVehicle.SOVehicleId") %>' ></asp:LinkButton>
                             
                          
                        </itemtemplate>
                  </asp:TemplateField>


</pre>


Is it possible to popup in javascript everytime this link button is clicked to confirm surrender yes no?
I am using command argument to pass the id of vehicle to be surrendered. the javascript functions pops up but irrespective of yes no the vehicle gets surrendered.
QuestionDynamic control in asp.net Pin
Amit Patel19859-Sep-09 3:56
Amit Patel19859-Sep-09 3:56 
AnswerRe: Dynamic control in asp.net Pin
Abhijit Jana9-Sep-09 4:02
professionalAbhijit Jana9-Sep-09 4:02 
QuestionConcurrency violation: the UpdateCommand affected 0 of the expected 1 records. Pin
EmZan9-Sep-09 3:56
EmZan9-Sep-09 3:56 
QuestionTab order issue Pin
Rahul Chitte9-Sep-09 3:21
Rahul Chitte9-Sep-09 3:21 
QuestionPoppup menu in HTML Pin
rummer9-Sep-09 3:01
rummer9-Sep-09 3:01 
AnswerRe: Poppup menu in HTML Pin
Blikkies9-Sep-09 3:05
professionalBlikkies9-Sep-09 3:05 
Questionbutton Pin
KhandelwalA9-Sep-09 1:39
KhandelwalA9-Sep-09 1:39 
AnswerRe: button [modified] Pin
sashidhar9-Sep-09 1:42
sashidhar9-Sep-09 1:42 
AnswerRe: button Pin
Abhishek Sur9-Sep-09 2:14
professionalAbhishek Sur9-Sep-09 2:14 
AnswerRe: button Pin
Not Active9-Sep-09 2:19
mentorNot Active9-Sep-09 2:19 
GeneralRe: button Pin
Abhijit Jana9-Sep-09 4:00
professionalAbhijit Jana9-Sep-09 4:00 
AnswerRe: button Pin
Arun Jacob9-Sep-09 2:23
Arun Jacob9-Sep-09 2:23 
AnswerRe: button Pin
Manas Bhardwaj9-Sep-09 2:30
professionalManas Bhardwaj9-Sep-09 2:30 
Questioncan't see the xsd file Pin
EmZan9-Sep-09 0:54
EmZan9-Sep-09 0:54 
AnswerRe: can't see the xsd file Pin
Abhishek Sur9-Sep-09 1:58
professionalAbhishek Sur9-Sep-09 1:58 
QuestionLanguage Translator in .net Pin
girishdonde9-Sep-09 0:30
girishdonde9-Sep-09 0:30 
AnswerRe: Language Translator in .net Pin
Abhishek Sur9-Sep-09 1:56
professionalAbhishek Sur9-Sep-09 1:56 

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.