Click here to Skip to main content
15,905,148 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: create outlook meeting request in asp.net Pin
bokuceres17-Jan-08 22:38
bokuceres17-Jan-08 22:38 
QuestionImplement Moving content/text in website. Pin
$unil Dhiman17-Jan-08 15:37
$unil Dhiman17-Jan-08 15:37 
GeneralRe: Implement Moving content/text in website. Pin
$unil Dhiman17-Jan-08 15:42
$unil Dhiman17-Jan-08 15:42 
GeneralRe: Implement Moving content/text in website. Pin
Sun Rays17-Jan-08 19:18
Sun Rays17-Jan-08 19:18 
GeneralRe: Implement Moving content/text in website. Pin
$unil Dhiman17-Jan-08 19:44
$unil Dhiman17-Jan-08 19:44 
Questiondowloading multiple files from remote server to client's local drive [modified] Pin
MikeMort17-Jan-08 11:52
MikeMort17-Jan-08 11:52 
QuestionUser access and options validation Pin
emiaj17-Jan-08 7:01
emiaj17-Jan-08 7:01 
GeneralRe: User access and options validation Pin
pmarfleet17-Jan-08 8:37
pmarfleet17-Jan-08 8:37 
GeneralRe: User access and options validation Pin
emiaj17-Jan-08 14:25
emiaj17-Jan-08 14:25 
GeneralRe: User access and options validation Pin
bokuceres17-Jan-08 16:22
bokuceres17-Jan-08 16:22 
GeneralRe: User access and options validation Pin
emiaj18-Jan-08 2:53
emiaj18-Jan-08 2:53 
GeneralASP.NET projects without IIS Pin
Diego F.17-Jan-08 6:51
Diego F.17-Jan-08 6:51 
GeneralRe: ASP.NET projects without IIS Pin
pmarfleet17-Jan-08 8:31
pmarfleet17-Jan-08 8:31 
QuestionExcelSheet Problem Pin
rishi.kasnia17-Jan-08 4:50
rishi.kasnia17-Jan-08 4:50 
GeneralRe: ExcelSheet Problem Pin
Paddy Boyd17-Jan-08 5:28
Paddy Boyd17-Jan-08 5:28 
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 

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.