Click here to Skip to main content
15,912,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How we read dll in asp.net +C# Pin
raju melveetilpurayil19-May-10 0:13
professionalraju melveetilpurayil19-May-10 0:13 
GeneralRe: How we read dll in asp.net +C# Pin
Gaurav Dudeja India19-May-10 0:28
Gaurav Dudeja India19-May-10 0:28 
QuestionVisual Studio 2008 Web App/ Service template Pin
TSKNaidu18-May-10 21:34
TSKNaidu18-May-10 21:34 
AnswerRe: Visual Studio 2008 Web App/ Service template Pin
Estys18-May-10 23:06
Estys18-May-10 23:06 
GeneralRe: Visual Studio 2008 Web App/ Service template Pin
TSKNaidu20-May-10 0:13
TSKNaidu20-May-10 0:13 
QuestionconfirmSave alert box,cancel button functionality not working Pin
Member 447022318-May-10 21:19
Member 447022318-May-10 21:19 
AnswerRe: confirmSave alert box,cancel button functionality not working Pin
banker_kiran18-May-10 23:42
banker_kiran18-May-10 23:42 
AnswerRe: confirmSave alert box,cancel button functionality not working Pin
Arindam Tewary18-May-10 23:43
professionalArindam Tewary18-May-10 23:43 
The code block written looks good and I used the same code block and found that clicking "cancel" working as expected. In your situation if it is not working then try following

(1) I suspect that following line might be creating problem and as a result you are not getting correct result.

<br />
<br />
document.getElementById('<%=Label22.ClientID %>').innerHTML = "Cancel";<br />
<br />

Change the line to check whether it can find that object as follows, ( I suspect that following line could give 'null' in your actual code block,

alert(document.getElementById('<%=Label22.ClientID %>'));


Let me know if it helps,
Thanks,
Arindam D Tewary

QuestionUpdate a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc18-May-10 21:06
grafiksinc18-May-10 21:06 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
Dinesh Mani18-May-10 21:31
Dinesh Mani18-May-10 21:31 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 12:33
grafiksinc19-May-10 12:33 
AnswerRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
Dinesh Mani19-May-10 21:16
Dinesh Mani19-May-10 21:16 
AnswerRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 21:23
grafiksinc19-May-10 21:23 
GeneralRe: Update a Database Using Dropdownlist in ASP VB.Net Pin
grafiksinc19-May-10 21:25
grafiksinc19-May-10 21:25 
QuestionHow to keep tag open in XML file if no data available? Pin
rahul.net1118-May-10 21:03
rahul.net1118-May-10 21:03 
QuestionRender a custom ASP.NET user control to excel ? Pin
Gagan111818-May-10 20:56
Gagan111818-May-10 20:56 
QuestionFinal Year Project Pin
Nasri8718-May-10 15:42
Nasri8718-May-10 15:42 
AnswerRe: Final Year Project Pin
Not Active18-May-10 15:52
mentorNot Active18-May-10 15:52 
AnswerRe: Final Year Project Pin
neal12318-May-10 19:02
neal12318-May-10 19:02 
AnswerRe: Final Year Project Pin
Sandeep Mewara18-May-10 19:33
mveSandeep Mewara18-May-10 19:33 
AnswerRe: Final Year Project Pin
Gaurav Dudeja India18-May-10 20:29
Gaurav Dudeja India18-May-10 20:29 
AnswerRe: Final Year Project Pin
Nasri872-Jun-10 20:45
Nasri872-Jun-10 20:45 
QuestionCouldn't understand this code Pin
netJP12L18-May-10 10:44
netJP12L18-May-10 10:44 
AnswerRe: Couldn't understand this code Pin
Not Active18-May-10 11:10
mentorNot Active18-May-10 11:10 
AnswerRe: Couldn't understand this code Pin
Yusuf18-May-10 14:03
Yusuf18-May-10 14:03 

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.