Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to add the multiple dropdownlist to the tool box Pin
Member 1081788414-May-14 1:55
Member 1081788414-May-14 1:55 
QuestionRe: How to add the multiple dropdownlist to the tool box Pin
ZurdoDev16-May-14 4:52
professionalZurdoDev16-May-14 4:52 
AnswerRe: How to add the multiple dropdownlist to the tool box Pin
thatraja16-May-14 5:44
professionalthatraja16-May-14 5:44 
QuestionAbout selecting multiple option from dropdownlist items...mutiple name at a ti.i want to select a time Pin
Member 1081788414-May-14 1:41
Member 1081788414-May-14 1:41 
QuestionRe: About selecting multiple option from dropdownlist items...mutiple name at a ti.i want to select a time Pin
ZurdoDev16-May-14 4:52
professionalZurdoDev16-May-14 4:52 
AnswerRe: About selecting multiple option from dropdownlist items...mutiple name at a ti.i want to select a time Pin
thatraja16-May-14 5:40
professionalthatraja16-May-14 5:40 
QuestionConfirmation to a messagebox Pin
TuerelF14-May-14 1:14
TuerelF14-May-14 1:14 
AnswerRe: Confirmation to a messagebox Pin
jkirkerx14-May-14 12:56
professionaljkirkerx14-May-14 12:56 
Did you look at the sender object that calls the sub?

Oh, your talking about the Javascript.
You can't do it that way.

More like

Button calls JavaScript first by using a click event assigned to the button. if true is returned then the called function runs and deletes the user.

ASP.Net Button Code
OnClientClick="return deleteUser();"

Javascript Code
function deleteUser() {
if Confirm("Delete User") {
return true;
}
}
GeneralRe: Confirmation to a messagebox Pin
ZurdoDev16-May-14 4:53
professionalZurdoDev16-May-14 4:53 
QuestionDeployment Pin
Member 1022432313-May-14 21:49
Member 1022432313-May-14 21:49 
AnswerRe: Deployment Pin
Francis S Michael13-May-14 22:28
professionalFrancis S Michael13-May-14 22:28 
AnswerRe: Deployment Pin
PJ00313-May-14 22:31
professionalPJ00313-May-14 22:31 
AnswerRe: Deployment Pin
Francis S Michael13-May-14 22:56
professionalFrancis S Michael13-May-14 22:56 
QuestionChart Control Curve Fitting is not showing a full curve. Pin
Kandepu Rajesh13-May-14 20:11
Kandepu Rajesh13-May-14 20:11 
QuestionSet Width for modalpopup Pin
HK3313-May-14 2:23
HK3313-May-14 2:23 
AnswerRe: Set Width for modalpopup Pin
PJ00313-May-14 21:15
professionalPJ00313-May-14 21:15 
QuestionPerhaps Crazy Idea for a Summer Project: Intelligent Book Library and Online Ordering System Pin
QuadlessPyjack11-May-14 23:01
QuadlessPyjack11-May-14 23:01 
QuestionRe: Perhaps Crazy Idea for a Summer Project: Intelligent Book Library and Online Ordering System Pin
Richard MacCutchan11-May-14 23:17
mveRichard MacCutchan11-May-14 23:17 
AnswerAmazon has a SDK Pin
David Mujica12-May-14 10:08
David Mujica12-May-14 10:08 
QuestionGenerat PDF from aspx page. in asp.net with formating Pin
deepika wani11-May-14 20:39
deepika wani11-May-14 20:39 
QuestionGoogle Site - SMTP support? ASP.NET? Microsoft SQL server? Pin
Swab.Jat11-May-14 20:27
Swab.Jat11-May-14 20:27 
AnswerRe: Google Site - SMTP support? ASP.NET? Microsoft SQL server? Pin
Richard MacCutchan11-May-14 23:16
mveRichard MacCutchan11-May-14 23:16 
GeneralRe: Google Site - SMTP support? ASP.NET? Microsoft SQL server? Pin
Swab.Jat12-May-14 12:55
Swab.Jat12-May-14 12:55 
QuestionHow to display a radiobuttonList along with a textbox with dynamically generated values? Pin
samflex9-May-14 14:33
samflex9-May-14 14:33 
AnswerRe: How to display a radiobuttonList along with a textbox with dynamically generated values? Pin
Richard MacCutchan9-May-14 21:46
mveRichard MacCutchan9-May-14 21:46 

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.