Click here to Skip to main content
15,904,652 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Hi friends.. please help me waiting or loading pages problem Pin
G Nathan24-Feb-08 19:21
G Nathan24-Feb-08 19:21 
GeneralRe: Hi friends.. please help me waiting or loading pages problem Pin
Christian Graus24-Feb-08 19:49
protectorChristian Graus24-Feb-08 19:49 
GeneralRe: Hi friends.. please help me waiting or loading pages problem Pin
G Nathan24-Feb-08 19:54
G Nathan24-Feb-08 19:54 
GeneralRe: Hi friends.. please help me waiting or loading pages problem Pin
G Nathan24-Feb-08 20:27
G Nathan24-Feb-08 20:27 
Questionjavascript:__doPostBack Pin
Loisb24-Feb-08 15:48
Loisb24-Feb-08 15:48 
GeneralRe: javascript:__doPostBack Pin
Herman<T>.Instance14-Apr-08 5:15
Herman<T>.Instance14-Apr-08 5:15 
Questionhow to i access websites meta keywords in asp.net Pin
kuyucakli24-Feb-08 12:50
kuyucakli24-Feb-08 12:50 
QuestionCode Projects style menu bar Pin
wheelerbarry24-Feb-08 9:39
wheelerbarry24-Feb-08 9:39 
Hi, i'm in the process of learning ASP, so this is probably a really stupid question.

I'm trying to create a simular effect to the green menu bar the code project has above. On the left i would like the menu, and on the right, the login status.

I have tried a few things with div tags and styles but not got it working correctly. I notice above it is done with tables. Is that the only / best way to do it.

This is the snipet of code im working at the moment. The left and right styles just have float set to left and right (surprisingly).

<div id="mainMenu" >
        <asp:SiteMapDataSource ID="siteMapDataSource" runat="server" ShowStartingNode="False" />
        <asp:Menu ID="menu" runat="server" DataSourceID="siteMapDataSource" Orientation="Horizontal"
            DisappearAfter="200" StaticEnableDefaultPopOutImage="False"
              CssClass ="left">
        </asp:Menu>
        <div class="right">
        <asp:LoginView ID="loginView" runat="server">
            <LoggedInTemplate>
                <asp:LoginName ID="loginName" runat="server" />
            </LoggedInTemplate>
            <AnonymousTemplate>
                    You are not logged in
            </AnonymousTemplate>
        </asp:LoginView>
        &nbsp;|&nbsp;
        <asp:LoginStatus ID="loginStatus" runat="server" />
    </div>
</div>
<div id="content">
    <asp:ContentPlaceHolder ID="mainContent" runat="server">
    </asp:ContentPlaceHolder>
</div>


Thanks in advance for any help.
QuestionHow to transfer data from one form to another form Pin
Deepak Nigam24-Feb-08 3:40
Deepak Nigam24-Feb-08 3:40 
AnswerRe: How to transfer data from one form to another form Pin
Pete O'Hanlon24-Feb-08 10:31
mvePete O'Hanlon24-Feb-08 10:31 
AnswerRe: How to transfer data from one form to another form Pin
Mitesh Darji24-Feb-08 17:57
Mitesh Darji24-Feb-08 17:57 
AnswerRe: How to transfer data from one form to another form Pin
Christian Graus24-Feb-08 18:40
protectorChristian Graus24-Feb-08 18:40 
Generallearning how to send an email on a asp.net 2.0 page Pin
learningman24-Feb-08 2:31
learningman24-Feb-08 2:31 
GeneralRe: learning how to send an email on a asp.net 2.0 page Pin
Christian Graus24-Feb-08 18:21
protectorChristian Graus24-Feb-08 18:21 
GeneralSecurity Issues Pin
Gareth H24-Feb-08 2:24
Gareth H24-Feb-08 2:24 
GeneralBubble Control Event Pin
VanithaVasu23-Feb-08 23:26
VanithaVasu23-Feb-08 23:26 
GeneralRe: Bubble Control Event Pin
Venkatesh Mookkan24-Feb-08 15:43
Venkatesh Mookkan24-Feb-08 15:43 
GeneralPage doesn't contain new data after INSERT Pin
Mike Hankey23-Feb-08 19:36
mveMike Hankey23-Feb-08 19:36 
GeneralRe: Page doesn't contain new data after INSERT Pin
Christian Graus23-Feb-08 21:39
protectorChristian Graus23-Feb-08 21:39 
GeneralRe: Page doesn't contain new data after INSERT Pin
Mike Hankey24-Feb-08 4:52
mveMike Hankey24-Feb-08 4:52 
GeneralRe: Page doesn't contain new data after INSERT Pin
The Obvious23-Feb-08 21:51
The Obvious23-Feb-08 21:51 
GeneralRe: Page doesn't contain new data after INSERT Pin
Mike Hankey24-Feb-08 10:36
mveMike Hankey24-Feb-08 10:36 
QuestionHow can i Write data from webpage to serial port??? Pin
quark_cyber23-Feb-08 16:25
quark_cyber23-Feb-08 16:25 
GeneralRe: How can i Write data from webpage to serial port??? Pin
N a v a n e e t h23-Feb-08 16:36
N a v a n e e t h23-Feb-08 16:36 
GeneralOverride FormAuthentication.LoginURL Pin
econner23-Feb-08 13:05
econner23-Feb-08 13:05 

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.