This table has data about all pages with sub sections and tab column indicates that it is tab on that page but not a new page I want to generate xml and generate a breadcrumb using this data, how can i achieve that using this data?
I am trying to generate a Grid view from database, in one of my database columns the values are 'y' and 'N'. and i need to show this values in a check box .I tried to keep a check box in item template and tried to bind it, but could get much success.
i've been looking everywhere to find a good tutorial on building a simple breadcrumb navigation for my application. I know that MVC 2.0 can do this very easily but for my application it needs to be in 1.0 as that is what is used at the University. Could anybody point me in the right direction as I seem to be spending way too much time for something that is supposed to be a simple add on.
I have a question for the navigation and I don't know how. For example when the users access the product page, on the top of the page it will display home > product, if the user access one product in the pens category, it will display home>product>pens.
I am using ajax tabcontrols( 4 tabs) with a gridview in each tab. When a row is first selected in the first tab, the data relevant to the selected row appears in the second tab in the gridview and so on.I want to create a bread crumb which shows the data selected in each case. For eg ) if I select the data A in tab 1, and data B in tab2, the breadcrumb should show A-->B .
I am developing a registration process in an MVC application. The process consists of 4 steps. I would like users to be able to see where they are in the registration process. i.e. I would like them to see a breadcrumb with each step displayed. If a user is on the first step, they should see all 4 steps displayed but only the first step should be enabled. If they are in the second step, they should only see the first and second steps enabled etc. The first link would take them back to the first step. I have considered using 4 action links to implement this. Is this the best way? If so, how do I disable and enable actionlinks?
Doing some new requeriments over a webApp, here in my job, one of these reqs..talk about a multilingual Menu .. I did the menu without problems..{I Used a CustomSiteMapProvider} but in my website, I have a SiteMapPath.. when the master page is loaded {where the menu and de siteMapPath lives}.. my menu is renderized so good.. but not my siteMapPaht.. it dissapears...It's possible that a siteMapPath reads the siteNodes created in my CustomSiteMapProvider ?
Currently I am attempting to create an RSS feed for a blog website I build using ASP.Net MVC with C#. Currently I am simply creating a controller and index page on /feed of the site which does dynamically generate an RSS file but it doesn't work well since the document itself isn't actually an xml file but just a htm file made to look like an xml file.[URL] I attached the code I use to do this but is there a way to instead create an actual XML file so google and feedburner will treat it like a standard rss feed?
home/page1 gallery/image1 info/IT/contact home/page2 home/page3 gallery/image2 info/IT/map and so on.
I would like to arrange the above urls into a tree fashion as shown below (each item will be a url link). The final output would be a simple HTML List (plus any sub list(s))
thus:
home gallery info page1 image1 IT page2 image2 contact page3 map
Programming Language is C# , platform is asp.net
EDIT 1:
In the above example, we end up with Three Lists because in our example there is three main 'groups' eg: home, gallery, info.
I'm looking for guidance of how to do some things for my application, I cannot resolve how to do the following:I have users and categories in a database, then I have a Master Table where these users combine with the categories creating rows, in this table there are other columns too.So for instance,
Master Table
User1 | Category2 | Date | Cost john mainteinance nov1988 5000 along with more columns.
I managed to create the other tables so my application can capture this data, can add or erase users or categories, and everything still works great.The problem is that I need to generate reports from this Master Table, so for instance if I select john from a dropdownlist, I need to generate a report with all of its sells totals separated in categories, the thing is, I could just make a query asking for that, but the problem is that like I said you can add new users, new categories, or erase etc... so I just cannot get the logic to build something like a gridview and get what I want just passing the user name selected, and automatically getting me the total of all categories, no matter if later they add one, still comes back with the total of the new one, or if they erase one it will not display it etc...
If you could give me some general info of how to do it it would be appreciated, I'm thinking computed columns but I just don't know how to calculate ti.
Ok my website I built for fun effeduptxt.com I am trying to take all the posts that are displayed and have the keywords for the page be auto generated at page load.
Now I know how to add keywords from code behind I just never tried to scrape the data in the database for what would be the best keywords to use.
Has anyone ever done this and or know where something like this is on the web.
I can create the SQL Query and the C# code how to determine what is a bogus word that should not be included such as I could count how many times each word is shown and go for the most common words as the keywords but that would include words like "And", "Or", "It" etc... and that would not be good.
I have no problem with studying more detail about it and expect to do so I just need to get set onto the right path....
Is there any existing software for generating a UserControl from a table of a database?
For example, my table contain 3 fields : name , last name , age.
The software generates a user control that has 3 labels and textboxes with validation and submit button and a gridview for displaying information , etc..
I need to make data export/import from sql enterprise server to local sql compact. It has to be automatically, so I can't use programms like SQL Management Studio. how to make such export/import?
Give me a link that explains step by step to create a setup of both windows and webapplication along with database.For database while installing it should check whether SQL SERVER is installed and also check the version.
I am a beginner in ASP.NET using VB Code. I want to generate a Unique reference no by concortinating three column fields.Example:
Column unique reference no (System Generated) - 10 Column with Product Code (User Entry) - APPLE Column with Product Title (User Entry) - FRUITS Unique ref No = FRUITS/APPLE/10
I want to concatenate this three fields to the column Unique Ref No.