Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to send textbox value of one page to textbox of another page Pin
jagadeeshkumar198419-Oct-07 19:28
jagadeeshkumar198419-Oct-07 19:28 
AnswerRe: how to send textbox value of one page to textbox of another page Pin
John-ph19-Oct-07 21:24
John-ph19-Oct-07 21:24 
GeneralRe: how to send textbox value of one page to textbox of another page Pin
yogesh_softworld12319-Oct-07 23:10
yogesh_softworld12319-Oct-07 23:10 
GeneralRe: how to send textbox value of one page to textbox of another page Pin
Bino B21-Oct-07 20:13
Bino B21-Oct-07 20:13 
Questionhow can i make an editable dropdown list in html using java script [modified](its urgent) Pin
jagadeeshkumar198419-Oct-07 19:06
jagadeeshkumar198419-Oct-07 19:06 
AnswerRe: how can i make an editable dropdown list in html using java script [modified](its urgent) Pin
John-ph19-Oct-07 21:50
John-ph19-Oct-07 21:50 
QuestionOffice PIA Install / IIS Webserver Issue [modified] Pin
Malcolm Smart19-Oct-07 12:24
Malcolm Smart19-Oct-07 12:24 
QuestionValidator Pin
ss.mmm19-Oct-07 10:46
ss.mmm19-Oct-07 10:46 
This is the validator.
<asp:CustomValidator runat="server" id="DelFunctionCustomValidator" ClientValidationFunction= "ValidateDelegFn"
ErrorMessage="Please assign Delegate to any function" ForeColor="White" >*</asp:CustomValidator>




The javascript function is:
function ValidateDelegFn()
{
if((document.getElementById('<%=checkbox1.ClientID%>').checked== false)
{
return(false);}
else
{return(true);}
}


From code behind, addDelegateImageButton.Attributes.Add("onclick", "ValidateDelegFn()");

Still, it gets into addDelegateImageButton_Click(object sender, ImageClickEventArgs e) function.

How do I make it get into the addDelegateImageButton_Click function only if ValidateDelegFn returns true?

Please help

Thanks
AnswerRe: Validator Pin
John-ph19-Oct-07 22:31
John-ph19-Oct-07 22:31 
Questionnothing works Pin
learningman19-Oct-07 9:16
learningman19-Oct-07 9:16 
AnswerRe: nothing works [modified] Pin
Saksida Bojan19-Oct-07 20:25
Saksida Bojan19-Oct-07 20:25 
GeneralRe: nothing works Pin
Bino B21-Oct-07 20:17
Bino B21-Oct-07 20:17 
GeneralRe: nothing works Pin
Bino B21-Oct-07 20:19
Bino B21-Oct-07 20:19 
Questionclient-side POST from ASP Pin
solarthur0119-Oct-07 6:18
solarthur0119-Oct-07 6:18 
AnswerRe: client-side POST from ASP Pin
SABhatti19-Oct-07 8:21
SABhatti19-Oct-07 8:21 
GeneralRe: client-side POST from ASP Pin
solarthur0119-Oct-07 8:36
solarthur0119-Oct-07 8:36 
AnswerRe: client-side POST from ASP [modified] Pin
SABhatti19-Oct-07 8:46
SABhatti19-Oct-07 8:46 
GeneralRe: client-side POST from ASP Pin
solarthur0119-Oct-07 9:22
solarthur0119-Oct-07 9:22 
GeneralRe: client-side POST from ASP Pin
SABhatti19-Oct-07 9:32
SABhatti19-Oct-07 9:32 
GeneralRe: client-side POST from ASP Pin
Bino B21-Oct-07 20:25
Bino B21-Oct-07 20:25 
QuestionPAge crashes on entering ' and REPLACE Pin
SABhatti19-Oct-07 4:50
SABhatti19-Oct-07 4:50 
AnswerRe: PAge crashes on entering ' and REPLACE Pin
Guffa19-Oct-07 8:41
Guffa19-Oct-07 8:41 
AnswerRe: PAge crashes on entering ' and REPLACE Pin
Bino B21-Oct-07 20:28
Bino B21-Oct-07 20:28 
GeneralRe: PAge crashes on entering ' and REPLACE Pin
SABhatti22-Oct-07 13:03
SABhatti22-Oct-07 13:03 
Questionsending email using asp.net coding from gmail a/c to other Pin
yogesh_softworld12319-Oct-07 4:37
yogesh_softworld12319-Oct-07 4:37 

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.