Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to implement Audio Mixing on WebApplication Pin
raturi_raj17-Jul-07 8:29
raturi_raj17-Jul-07 8:29 
QuestionCall c# function in javascript tag Pin
keyboard warrior17-Jul-07 7:39
keyboard warrior17-Jul-07 7:39 
AnswerRe: Call c# function in javascript tag Pin
kubben17-Jul-07 8:09
kubben17-Jul-07 8:09 
Questionalert ,confirmation for a button click Pin
Archu13617-Jul-07 6:49
Archu13617-Jul-07 6:49 
AnswerRe: alert ,confirmation for a button click Pin
Vasudevan Deepak Kumar17-Jul-07 7:00
Vasudevan Deepak Kumar17-Jul-07 7:00 
GeneralRe: alert ,confirmation for a button click Pin
Archu13617-Jul-07 7:24
Archu13617-Jul-07 7:24 
Generalpls help me in this its very urgent Pin
leckey17-Jul-07 9:31
leckey17-Jul-07 9:31 
GeneralRe: alert ,confirmation for a button click Pin
sidbaruah17-Jul-07 18:38
sidbaruah17-Jul-07 18:38 
function fn()
{
var count="no of checkboxes";
var chked="false";
while(count>0)
{
var chk=document.getElementById("check_box_name");
if(chk.checked=="true")
{
chked="true";
}
count=count-1;
}
if(chked=="true")
return confirm("Do you want to save?");
else
alert("please check the chkboxes");
}
}


And yes do abide by the forum guidelines!!!

I was born dumb!!
Laugh | :laugh: Programming made me laughLaugh | :laugh: !!!
--sid--

QuestionShow link button on the Last row of Gridview only Pin
kjosh17-Jul-07 6:47
kjosh17-Jul-07 6:47 
AnswerRe: Show link button on the Last row of Gridview only Pin
kubben17-Jul-07 8:12
kubben17-Jul-07 8:12 
AnswerRe: Show link button on the Last row of Gridview only Pin
ballameharmurali17-Jul-07 20:05
ballameharmurali17-Jul-07 20:05 
QuestionCollapsible Panel Pin
kjosh17-Jul-07 6:15
kjosh17-Jul-07 6:15 
Questionpage is not working perfectly in IE7.0 Pin
popalzai17-Jul-07 5:30
popalzai17-Jul-07 5:30 
AnswerRe: page is not working perfectly in IE7.0 Pin
Vasudevan Deepak Kumar17-Jul-07 6:40
Vasudevan Deepak Kumar17-Jul-07 6:40 
GeneralRe: page is not working perfectly in IE7.0 Pin
popalzai17-Jul-07 22:12
popalzai17-Jul-07 22:12 
Questionregarding mailmessage.body Pin
Sebastian T Xavier17-Jul-07 4:53
Sebastian T Xavier17-Jul-07 4:53 
AnswerRe: regarding mailmessage.body Pin
Eduard Keilholz17-Jul-07 5:07
Eduard Keilholz17-Jul-07 5:07 
GeneralRe: regarding mailmessage.body Pin
Sebastian T Xavier17-Jul-07 6:38
Sebastian T Xavier17-Jul-07 6:38 
GeneralRe: regarding mailmessage.body Pin
Vasudevan Deepak Kumar17-Jul-07 6:40
Vasudevan Deepak Kumar17-Jul-07 6:40 
GeneralRe: regarding mailmessage.body Pin
Sebastian T Xavier17-Jul-07 7:00
Sebastian T Xavier17-Jul-07 7:00 
QuestionAdding footers in Ms-word Pin
manowj17-Jul-07 3:55
manowj17-Jul-07 3:55 
QuestionProblem Pin
.NET- India 17-Jul-07 3:49
.NET- India 17-Jul-07 3:49 
AnswerRe: Problem Pin
Vasudevan Deepak Kumar17-Jul-07 4:02
Vasudevan Deepak Kumar17-Jul-07 4:02 
AnswerRe: Problem Pin
Vipin.d17-Jul-07 4:12
Vipin.d17-Jul-07 4:12 
AnswerRe: Problem Pin
koolprasad200318-Jul-07 1:06
professionalkoolprasad200318-Jul-07 1:06 

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.