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

ASP.NET

 
GeneralRe: showing the Banner on page load Pin
Christian Graus23-Jun-08 0:55
protectorChristian Graus23-Jun-08 0:55 
GeneralRe: showing the Banner on page load Pin
gottimukkala23-Jun-08 1:07
gottimukkala23-Jun-08 1:07 
GeneralRe: showing the Banner on page load Pin
Christian Graus23-Jun-08 1:14
protectorChristian Graus23-Jun-08 1:14 
Questioncreate user wizard - another problem! Pin
eyeseetee22-Jun-08 23:03
eyeseetee22-Jun-08 23:03 
AnswerRe: create user wizard - another problem! Pin
eyeseetee22-Jun-08 23:14
eyeseetee22-Jun-08 23:14 
Questionusing create new user wizard Pin
eyeseetee22-Jun-08 22:34
eyeseetee22-Jun-08 22:34 
AnswerRe: using create new user wizard Pin
eyeseetee22-Jun-08 22:45
eyeseetee22-Jun-08 22:45 
Questionproblem in calling a function according to condition specified Pin
Miss Maheshwari22-Jun-08 22:11
Miss Maheshwari22-Jun-08 22:11 
hello i m calling a javascript function on page load like...
Page.RegisterStartupScript("abs", "<script language=\"JavaScript\"> printAlert();</script>");

and my java script function is...
function printAlert()
   {
   var check=confirm("Do You Want To Print The Certificate");
   print(check);
   return check;
   }

   function print(res)
   {
   var color;
   if(res==true)
   color= document.getElementById("<%=btnPrint.ClientID%>").bgColor="red";
   }

and on page load i m calling another funtion like
        if (btnPrint.BackColor.ToString() == "red")
        {
            myC#function();
        }
</pre>


js function is working fine but on page load btnPrint.BackColor is always showing empty...so my c# function is never called....
please someone help
AnswerRe: problem in calling a function according to condition specified Pin
Christian Graus22-Jun-08 22:13
protectorChristian Graus22-Jun-08 22:13 
GeneralRe: problem in calling a function according to condition specified Pin
Miss Maheshwari22-Jun-08 22:38
Miss Maheshwari22-Jun-08 22:38 
GeneralRe: problem in calling a function according to condition specified Pin
Christian Graus22-Jun-08 22:45
protectorChristian Graus22-Jun-08 22:45 
QuestionRe: problem in calling a function according to condition specified Pin
Miss Maheshwari22-Jun-08 23:27
Miss Maheshwari22-Jun-08 23:27 
AnswerRe: problem in calling a function according to condition specified Pin
Christian Graus22-Jun-08 23:35
protectorChristian Graus22-Jun-08 23:35 
GeneralRe: problem in calling a function according to condition specified Pin
Miss Maheshwari23-Jun-08 0:07
Miss Maheshwari23-Jun-08 0:07 
GeneralRe: problem in calling a function according to condition specified Pin
Christian Graus23-Jun-08 0:30
protectorChristian Graus23-Jun-08 0:30 
GeneralRe: problem in calling a function according to condition specified Pin
Arindam Tewary23-Jun-08 0:39
professionalArindam Tewary23-Jun-08 0:39 
Questiondate to string Pin
brettokumar22-Jun-08 21:22
professionalbrettokumar22-Jun-08 21:22 
AnswerRe: date to string Pin
Christian Graus22-Jun-08 21:25
protectorChristian Graus22-Jun-08 21:25 
GeneralRe: date to string Pin
brettokumar23-Jun-08 0:07
professionalbrettokumar23-Jun-08 0:07 
AnswerRe: date to string Pin
J4amieC22-Jun-08 22:04
J4amieC22-Jun-08 22:04 
Questionsql server 2005 Pin
harish.k1222-Jun-08 21:20
harish.k1222-Jun-08 21:20 
AnswerRe: sql server 2005 Pin
Christian Graus22-Jun-08 21:21
protectorChristian Graus22-Jun-08 21:21 
Questiongenerating the hypelink dynamically in the grid Pin
rameshdontagani22-Jun-08 21:18
rameshdontagani22-Jun-08 21:18 
AnswerRe: generating the hypelink dynamically in the grid Pin
Christian Graus22-Jun-08 21:21
protectorChristian Graus22-Jun-08 21:21 
GeneralRe: generating the hypelink dynamically in the grid Pin
rameshdontagani22-Jun-08 21:25
rameshdontagani22-Jun-08 21:25 

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.