Click here to Skip to main content
15,887,267 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ExcelSheet Problem Pin
rishi.kasnia17-Jan-08 17:59
rishi.kasnia17-Jan-08 17:59 
GeneralRe: ExcelSheet Problem Pin
Paddy Boyd17-Jan-08 21:23
Paddy Boyd17-Jan-08 21:23 
GeneralRe: ExcelSheet Problem Pin
rishi.kasnia17-Jan-08 23:10
rishi.kasnia17-Jan-08 23:10 
GeneralCheck installed software Pin
C. L. Phillip17-Jan-08 3:17
C. L. Phillip17-Jan-08 3:17 
GeneralRe: Check installed software Pin
Vasudevan Deepak Kumar17-Jan-08 3:51
Vasudevan Deepak Kumar17-Jan-08 3:51 
GeneralRe: Check installed software Pin
C. L. Phillip17-Jan-08 20:32
C. L. Phillip17-Jan-08 20:32 
GeneralRe: Check installed software Pin
N a v a n e e t h17-Jan-08 21:38
N a v a n e e t h17-Jan-08 21:38 
Questionmessage box problem Pin
Pankaj Garg17-Jan-08 3:07
Pankaj Garg17-Jan-08 3:07 
I have a messagebox , which i call on the form load in the java script using the onload fucntion in the body tag.
when the form loads it automatically gets invoked.
i have a button too, on clicking the button , again the message box gets appeared.How i should avooid it.

<head runat="server"><br />
    <script language="javascript" type="text/javascript"><br />
        var a;<br />
        a = false;<br />
        function abc()<br />
        {<br />
            if(!a)<br />
            {<br />
                alert('hi');<br />
            }<br />
            <br />
        }<br />
    </script><br />
    <title>Untitled Page</title><br />
</head><br />
<body onload="return abc();"><br />
    <form id="form1" runat="server"><br />
    <div><br />
        <asp:Button ID="Button1" runat="server" Text="Button" /></div><br />
    </form><br />
</body>


If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

GeneralRe: message box problem Pin
Vasudevan Deepak Kumar17-Jan-08 4:18
Vasudevan Deepak Kumar17-Jan-08 4:18 
GeneralChaging UI on different occasions Pin
King Shez17-Jan-08 3:07
King Shez17-Jan-08 3:07 
GeneralRe: Chaging UI on different occasions Pin
Vasudevan Deepak Kumar17-Jan-08 4:19
Vasudevan Deepak Kumar17-Jan-08 4:19 
GeneralRe: Chaging UI on different occasions Pin
Paddy Boyd17-Jan-08 5:30
Paddy Boyd17-Jan-08 5:30 
Questionscript manager error Pin
Pankaj Garg17-Jan-08 2:58
Pankaj Garg17-Jan-08 2:58 
GeneralRetrieving Images in DataList Pin
Aigreen17-Jan-08 2:43
Aigreen17-Jan-08 2:43 
QuestionRe: Retrieving Images in DataList Pin
Pankaj Garg17-Jan-08 2:49
Pankaj Garg17-Jan-08 2:49 
GeneralRe: Retrieving Images in DataList Pin
Aigreen17-Jan-08 2:56
Aigreen17-Jan-08 2:56 
GeneralRe: Retrieving Images in DataList Pin
Pankaj Garg17-Jan-08 2:59
Pankaj Garg17-Jan-08 2:59 
GeneralRe: Retrieving Images in DataList Pin
Aigreen17-Jan-08 3:07
Aigreen17-Jan-08 3:07 
GeneralRe: Retrieving Images in DataList Pin
Pankaj Garg17-Jan-08 3:10
Pankaj Garg17-Jan-08 3:10 
Questionsql server 2000 dsn Pin
Pankaj Garg17-Jan-08 2:01
Pankaj Garg17-Jan-08 2:01 
Questioncrystal report formula field Pin
Pankaj Garg17-Jan-08 1:56
Pankaj Garg17-Jan-08 1:56 
QuestionAutoincrement column Pin
mpavas17-Jan-08 1:54
mpavas17-Jan-08 1:54 
GeneralRe: Autoincrement column Pin
Not Active17-Jan-08 2:16
mentorNot Active17-Jan-08 2:16 
GeneralRe: Autoincrement column Pin
mpavas17-Jan-08 2:28
mpavas17-Jan-08 2:28 
GeneralRe: Autoincrement column Pin
Not Active17-Jan-08 2:50
mentorNot Active17-Jan-08 2:50 

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.