Web Forms :: How To Make Sitemaps
Apr 24, 2010where i can learn how to make sitemaps..
View 2 Replieswhere i can learn how to make sitemaps..
View 2 Repliesuse multiple sitemaps by roles in asp.net, how do i configure multiple sitemaps in web.config and how to provide sitemap path when user logs in.
e.g: if customer logs then it should take path of Cust.Sitemap, if Admin logs then it should take path of Admin.Sitemap
I am having some trouble adding an extra sitemap to my website. I have the main sitemap for the general navigation of the whole site, but would like to add a new sitemap for the navigation in the community area once people have logged in.
In the web config file I have tried both:
<siteMap defaultProvider="AspNetXmlSiteMapProvider">
<providers>
<add siteMapFile="Community.sitemap" name="CommunitySiteMapProvider"
type="System.Web.XmlSiteMapProvider" />
</providers>
</siteMap>
[Code]....
However the menu that shows is the default Web.sitemap
I have two Master Pages, each with a SiteMapPath control that uses a separate sitemap assigned in markup via the SiteMapFile attribute. Both sitemap files are defined as providers in web.config, and sitemap "A" is set as default. My master pages are dynamically assigned to common content pages (in the Page_PreInit event).
View 3 RepliesI was looking in the tutorial at: [URL]
The example is created with a site.master.
I do not have a site.master, but a _Layout.cshtml. How do I place the <%= Html.Menu() %> on that _Layout and include the htmlhelpers?
I would like to make a custom accordion, in which I have 2 panes, but where you couldn't open the second one until you clicked a validation button in the first one that would open the second...
I tried to just make a button that would hide the first pane but I cant get to make it work.
[Code]....
[Code]....
I have a user control is shown through a SimpleModal popup (JQuery), this user control gets some data from database and displays them (the details of a record).
The problem is that this user control makes a round-trip to gets the data every PostBack for the parent page even it's hidden.
I wonder if I could make it gets its data only if the popup is appeared.
I tried to put it inside a Panel with false for Visible property and change it to true when I open the popup, but it stil call Page_Load which gets the data from database!
there is a way to make a label visible for a seccond and then make it visible =false ; ?without javascript... just c# ,,,
View 4 RepliesNow a days my company started using some third party tool in our web application they aslo instructed to our team to make the dll for every web application
The steps for creating the dll for web application?
i have div with fe controls in my asp.net application.
when i click a button this div is visible at a particualr location.
i need that by dragging the div i shld be able to place it at a some other location as desired by the user.
Guys I want to make a blog like http://www.hanselman.com/blog
is there is any solution like wordpress in dot net ? or we have to write our own code in it
what hanselman is using
i got a menu from the tool box (in vs 2008)it's all working nice ... but now i want to make it open right to left .... i change the style property " direction = "rtl" " it didnt worked well ... the father menu item is rtl and the son menu item is rtl but the grandson is ltr !!! still ..... how can i convert the hole menu (especially the grandson menu items to RTL RTL RTL !!! )
View 2 Repliesi have a newswebsite, i need to make RSS for my news website to increase the page rank on Search Engins like Google.
1. how can i make an RSS to be readable by search Engins,
2. can i make the RSS for a single page so i increase the rank for this page when search by Google.
I recently upgraded my web app to .net 4 and was surprised to see that the validator controls are no longer red. People are calling up all confused because they can't see the error messages now.Any idea how to fix this in one go? I know I can do a kludge like forecolor=red on every single validator control, but that's ugly. I don't want to go back to <pages controlRenderingCompatabilityVersion="3.5" /> because it's time to move forward, but I do want validator controls people can actually see.
View 2 RepliesI want to Generate encrypted url in my .net application
I want show Encrypted url instead of actual Folder path ..
For Example
[URL]
We have sql database for more than 50,000 subscribers with us. Now many people approaching us to get our database access and wants to integrate it with their website through API or webservices.
My requirement is how can develop webservices or API of my sql database so other companies can integrate it with their website and access our updated database.
I am generating a text file on server. I want this file to be able to get downloaded by clients accessing the site. Like, when the file is generated a link should appear on the page that says,"Download the File". Clicking that will run a code that will download te file and save it on client's PC. How to do this?
View 3 RepliesI am working on a web project(asp.net with c#),In app_code there are 10 class files(.cs). I want to make only one DLL of these files. How can i do this.
View 6 RepliesCan you look at the page [URL] and tell me why the image at the top nav bar next to "subscribe | give a gift | customer service | " is not working? The link works, the page appears to be fine, but the image is not showing.
Here is the code (excerpt). I added the store link and image...
[Code]....
i am trying to make a reservation page now i need to control the date i.e only last 2 days should remain clickable from today onwards i.e if today is 11th june the user can select(9th june and 10th june)the only last two dates in the following month and same year and obviously rest of month date should remain un-selectable for him i tired this but its making unselectable even today's date Void Calendar1_DayRender
[Code]....
I need to make a sitemap with all the products i have in database.
I can make it easly in aspx web file, but is it better if i make it in Web.sitemap file? Would search engines find it?
And if is better to make it in Web.sitemap, how can i create siteMapNode for each product i have (and i add) in database?
I want to make a user control showing links to " HOME ABOUT US CONTACT US" horizontally, but doing it using gridview,I could make it only vertically.
View 3 RepliesI am new to Visual Web Developer Express Edition 2008 as well as to asp.net. I think this is very simple question to be asked on this forum. But, i can't find a solution for this. I want to make TextBox Component as static through IDE. i don't want to do this manually. I have checked Textbox component's properties through Property Window. But, i haven't seen the property making a component as static.
View 4 Replieshow we can make the picture slideshow in a webpage with forward and previous button?
View 6 RepliesI'd like to make navigation menu like one in [url=http://www.eveonline.com/]here[/url]. I thought about using TreeView, but I couldn't make "collapse" indicators to disapear. If I set ShowExpandCollapse property to "false" those indicators disapear, but tree becomes expanded and static. That's not what I want to achieve.
View 2 Replies