Click here to Skip to main content
15,891,848 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Static Timer in WebSite Pin
Yusuf8-Mar-09 1:46
Yusuf8-Mar-09 1:46 
GeneralRe: Static Timer in WebSite Pin
AprNgp8-Mar-09 2:02
AprNgp8-Mar-09 2:02 
QuestionC#, .net, prototype, design [modified] Pin
software1017-Mar-09 6:53
software1017-Mar-09 6:53 
RantRe: C#, .net, prototype, design Pin
Xmen Real 7-Mar-09 14:36
professional Xmen Real 7-Mar-09 14:36 
AnswerAdmin's please remove this ad. Thanks! Pin
leckey7-Mar-09 15:44
leckey7-Mar-09 15:44 
AnswerRe: C#, .net, prototype, design Pin
ABitSmart7-Mar-09 18:27
ABitSmart7-Mar-09 18:27 
AnswerRe: C#, .net, prototype, design Pin
Christian Graus8-Mar-09 11:52
protectorChristian Graus8-Mar-09 11:52 
Questionpage validating in javascript Pin
emilio_ts7-Mar-09 2:48
emilio_ts7-Mar-09 2:48 
hi my page contains a button with a javascript click event.
when i click the button i want to check if the page is valid, and if the answer is yes, to perform the event function. if the page is not valid i want the error message to show in the page's validation summary.

i tired a few code lines:

function btnLogin_Click()
      {
      if (AllValidatorsValid(Page_Validators))
      {
      var a = document.getElementById('ctl00_ContentPlaceHolder1_txt1').value;
      var b = document.getElementById('ctl00_ContentPlaceHolder1_txt2').value;
       
      alert(a + " " + b);
      }
      }


i also tried:

if (Page_isValid)
    {
    ....
    }


nothing seems to work.
AnswerRe: page validating in javascript Pin
emilio_ts7-Mar-09 3:00
emilio_ts7-Mar-09 3:00 
QuestionHow To Check Who is online? Pin
farogh haider7-Mar-09 2:45
farogh haider7-Mar-09 2:45 
AnswerRe: How To Check Who is online? Pin
N a v a n e e t h7-Mar-09 6:11
N a v a n e e t h7-Mar-09 6:11 
QuestionJavascript Enabled and disable... Pin
Sasmi_Office7-Mar-09 2:38
Sasmi_Office7-Mar-09 2:38 
AnswerRe: Javascript Enabled and disable... Pin
N a v a n e e t h7-Mar-09 6:18
N a v a n e e t h7-Mar-09 6:18 
QuestionRSA Pin
M.Ambigai7-Mar-09 1:58
M.Ambigai7-Mar-09 1:58 
AnswerRe: RSA Pin
N a v a n e e t h7-Mar-09 6:20
N a v a n e e t h7-Mar-09 6:20 
QuestionTab Container Ajax Control Pin
gautamamit87-Mar-09 0:07
gautamamit87-Mar-09 0:07 
Questionhow to disable Back Button in Internet Browser Pin
ballameharmurali7-Mar-09 0:05
ballameharmurali7-Mar-09 0:05 
AnswerRe: how to disable Back Button in Internet Browser Pin
ABitSmart7-Mar-09 0:32
ABitSmart7-Mar-09 0:32 
AnswerRe: how to disable Back Button in Internet Browser Pin
Jitendra R Wadhwani8-Mar-09 2:41
Jitendra R Wadhwani8-Mar-09 2:41 
QuestionRedirect from one ASP.NET mobile page to another Pin
ReachMe@CodeProject6-Mar-09 23:17
ReachMe@CodeProject6-Mar-09 23:17 
AnswerRe: Redirect from one ASP.NET mobile page to another Pin
Yusuf7-Mar-09 9:11
Yusuf7-Mar-09 9:11 
Questionhow to insert selected rows of a gridview with multiple pages to a database in one click Pin
Poven6-Mar-09 22:23
Poven6-Mar-09 22:23 
AnswerRe: how to insert selected rows of a gridview with multiple pages to a database in one click Pin
Jitendra R Wadhwani8-Mar-09 2:53
Jitendra R Wadhwani8-Mar-09 2:53 
QuestionJavaScript MessageBox With "Yes" and "No" Button!!! Pin
Sr...Frank6-Mar-09 21:55
Sr...Frank6-Mar-09 21:55 
AnswerRe: JavaScript MessageBox With "Yes" and "No" Button!!! Pin
Vasudevan Deepak Kumar6-Mar-09 21:59
Vasudevan Deepak Kumar6-Mar-09 21:59 

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.