Click here to Skip to main content
15,888,022 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRead from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 8:15
Hemant_ec481-Sep-09 8:15 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Manas Bhardwaj1-Sep-09 8:24
professionalManas Bhardwaj1-Sep-09 8:24 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:35
professionalAbhijit Jana1-Sep-09 8:35 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 9:15
Hemant_ec481-Sep-09 9:15 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 9:23
professionalAbhijit Jana1-Sep-09 9:23 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec482-Sep-09 4:57
Hemant_ec482-Sep-09 4:57 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:32
professionalAbhijit Jana1-Sep-09 8:32 
QuestionBreadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 8:08
Steve van Niman1-Sep-09 8:08 
Wow, asp:Menu is a nice feature, but trying to get it to behave the way you want can be a hair pulling mind numbing experience.

For the most part, finally solved all the link color overrides on the static portion of the menu, but now I've added breadcrumbs via the asp:SiteMapPath control, but the control is displaying to the right of the menu on the same line. I even added hard br's and surrounded the asp:SiteMapPath in it's own div, but still is displayed just to the right of the menu.

   <form class="nt ac" id="wrapper" runat="server"><br />
      <div id="ParentMenu" class="MainMenu" runat="server" ><br />
         <asp:Menu ID="Menu1" DataSourceID="SiteMapDataSource1" Orientation="Horizontal" StaticDisplayLevels="2" OnMenuItemDataBound="MyMenu_MenuItemDataBound" runat="server"><br />
            <StaticMenuItemStyle  CssClass="stMenu" /><br />
				<StaticHoverStyle     CssClass="stHover" /><br />
            <DynamicMenuItemStyle CssClass="dyMenuItem" /><br />
            <DynamicHoverStyle    CssClass="dyHover" /><br />
         </asp:Menu><br />
      </div><br /><br /><br />
<br />
<br />
		<asp:SiteMapDataSource ID="SiteMapDataSource1"  runat="server" /><br />
<br />
		<div class="al"><br />
			<asp:SiteMapPath ID="SiteMapPath1" CssClass="smp"  runat="server" /><br />
		</div><br />
	<br />


It's almost as if the HTML code generation of the menu is not closing a div or table block.

Any ideas?
AnswerRe: Breadcrumbs align right of menu Pin
Not Active1-Sep-09 8:50
mentorNot Active1-Sep-09 8:50 
GeneralRe: Breadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 9:54
Steve van Niman1-Sep-09 9:54 
AnswerRe: Breadcrumbs align right of menu Pin
sashidhar1-Sep-09 21:50
sashidhar1-Sep-09 21:50 
Questionclient side script for server control Pin
dotnetcsharpdev1-Sep-09 4:01
dotnetcsharpdev1-Sep-09 4:01 
AnswerRe: client side script for server control Pin
DeveloperAtul1-Sep-09 4:18
DeveloperAtul1-Sep-09 4:18 
AnswerRe: client side script for server control Pin
Not Active1-Sep-09 4:21
mentorNot Active1-Sep-09 4:21 
AnswerRe: client side script for server control Pin
dotnetcsharpdev1-Sep-09 4:55
dotnetcsharpdev1-Sep-09 4:55 
GeneralRe: client side script for server control Pin
DoctorMick1-Sep-09 5:52
DoctorMick1-Sep-09 5:52 
GeneralRe: client side script for server control Pin
dotnetcsharpdev1-Sep-09 5:56
dotnetcsharpdev1-Sep-09 5:56 
QuestionWrong path. Pin
yuneyev1-Sep-09 3:56
yuneyev1-Sep-09 3:56 
AnswerRe: Wrong path. Pin
Abhishek Sur1-Sep-09 10:24
professionalAbhishek Sur1-Sep-09 10:24 
QuestionChange Clothes Dynamically! Pin
Kunjal9991-Sep-09 3:09
Kunjal9991-Sep-09 3:09 
AnswerRe: Change Clothes Dynamically! Pin
Not Active1-Sep-09 3:17
mentorNot Active1-Sep-09 3:17 
GeneralRe: Change Clothes Dynamically! Pin
Kunjal9991-Sep-09 3:23
Kunjal9991-Sep-09 3:23 
GeneralRe: Change Clothes Dynamically! Pin
Not Active1-Sep-09 3:46
mentorNot Active1-Sep-09 3:46 
GeneralRe: Change Clothes Dynamically! Pin
Richard MacCutchan1-Sep-09 6:15
mveRichard MacCutchan1-Sep-09 6:15 
AnswerCheck out this website tool Pin
David Mujica1-Sep-09 3:29
David Mujica1-Sep-09 3:29 

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.