Click here to Skip to main content
15,918,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionForms Authentication Help ! Pin
Ridge Howison2-Nov-07 5:54
Ridge Howison2-Nov-07 5:54 
QuestionDotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Needed Pin
Rocky#2-Nov-07 5:53
Rocky#2-Nov-07 5:53 
AnswerRe: DotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Needed Pin
kumareshTMC2-Nov-07 23:17
kumareshTMC2-Nov-07 23:17 
GeneralRe: DotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Needed Pin
Rocky#4-Nov-07 20:40
Rocky#4-Nov-07 20:40 
GeneralRe: DotNetNuke with MyGeneration dOOdads Basic Tutorials/Examples Needed Pin
Rocky#4-Nov-07 21:45
Rocky#4-Nov-07 21:45 
QuestionGetting a page object Pin
Mr.Sam2-Nov-07 4:29
Mr.Sam2-Nov-07 4:29 
AnswerRe: Getting a page object Pin
Christian Graus2-Nov-07 5:01
protectorChristian Graus2-Nov-07 5:01 
QuestionReally i couldn't find how to display the MenuItem by horizontally.. Please help me Pin
PeriyasamyRamachandran2-Nov-07 4:18
PeriyasamyRamachandran2-Nov-07 4:18 
Hi Friends,

I used this code to display the MenuItem by "Horizontally". here in the example, i need to display the MenuItems "Chapter0" ,"Chapter1" and "page1" should display horizontally.
I could display horizontally for "Chapter0" and "chapter1" except "page1"
I want to display "Page1" also for horizontal align
Could you help me pl?

<form id="form1" runat="server">
<div>
<asp:Menu ID="Menu1" runat="server" Orientation="Horizontal">
<Items>
<asp:MenuItem Text="Book 1" Value="Book 1">
<asp:MenuItem Text="Chapter 0" Value="Chapter 0">
<asp:MenuItem Text="Chapter 1" Value="Chapter 1" />
<asp:MenuItem Text="Page 1" Value="Page 1" />
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
</div>
</form>
AnswerRe: Really i couldn't find how to display the MenuItem by horizontally.. Please help me Pin
Sumit Prakash Sharma2-Nov-07 21:55
professionalSumit Prakash Sharma2-Nov-07 21:55 
GeneralRe: Really i couldn't find how to display the MenuItem by horizontally.. Please help me Pin
Sumit Prakash Sharma2-Nov-07 21:57
professionalSumit Prakash Sharma2-Nov-07 21:57 
Questionweb form background image Pin
ps.srinivasan2-Nov-07 2:55
ps.srinivasan2-Nov-07 2:55 
AnswerRe: web form background image Pin
Pete O'Hanlon2-Nov-07 4:14
mvePete O'Hanlon2-Nov-07 4:14 
GeneralRe: web form background image Pin
ps.srinivasan2-Nov-07 18:53
ps.srinivasan2-Nov-07 18:53 
GeneralRe: web form background image Pin
Pete O'Hanlon4-Nov-07 9:38
mvePete O'Hanlon4-Nov-07 9:38 
Questionfunction calling in contentplaceholder javascript [modified] Pin
Sonia Gupta2-Nov-07 2:46
Sonia Gupta2-Nov-07 2:46 
AnswerRe: function calling in contentplaceholder javascript Pin
InsDev2-Nov-07 3:07
InsDev2-Nov-07 3:07 
GeneralRe: function calling in contentplaceholder javascript Pin
Piyush Vardhan Singh2-Nov-07 3:09
Piyush Vardhan Singh2-Nov-07 3:09 
GeneralRe: function calling in contentplaceholder javascript Pin
InsDev2-Nov-07 3:12
InsDev2-Nov-07 3:12 
GeneralRe: function calling in contentplaceholder javascript Pin
Malcolm Smart2-Nov-07 3:16
Malcolm Smart2-Nov-07 3:16 
GeneralRe: function calling in contentplaceholder javascript Pin
Piyush Vardhan Singh2-Nov-07 3:17
Piyush Vardhan Singh2-Nov-07 3:17 
GeneralRe: function calling in contentplaceholder javascript Pin
Sonia Gupta2-Nov-07 3:10
Sonia Gupta2-Nov-07 3:10 
GeneralRe: function calling in contentplaceholder javascript Pin
InsDev2-Nov-07 3:14
InsDev2-Nov-07 3:14 
GeneralRe: function calling in contentplaceholder javascript Pin
Sonia Gupta2-Nov-07 3:16
Sonia Gupta2-Nov-07 3:16 
GeneralRe: function calling in contentplaceholder javascript Pin
InsDev2-Nov-07 3:20
InsDev2-Nov-07 3:20 
GeneralRe: function calling in contentplaceholder javascript Pin
Sonia Gupta2-Nov-07 3:24
Sonia Gupta2-Nov-07 3:24 

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.