Tagged Questions
0
votes
1answer
21 views
MasterPages and relative url issue
I have a masterpage on which I have included a search bar. i retrieve the record with the ajax method. the problem now is that when I navigate accross the pages the context of the relative path ...
1
vote
1answer
49 views
Single Page Applications using ASP Web Forms
I need to implement single page applications using ASP Web Forms. I faced with a navigation problem. I need to use a navigation pattern like this:
http:// web site url / ... / page.aspx? {query ...
0
votes
0answers
40 views
ReportViewer CustomOnReportLoaded
I'm trying to use the code to capture the event of report loaded in ASP.NET for ReportViewer through JS, but when I use it I can't navigate on the pages. Is a problem of the CustomOnReportLoaded?
Here ...
1
vote
2answers
82 views
How do I Login to Asp.Net webapp from separate ColdFusion webapp?
I have two web applications, of different technologies, one is developed in ColdFusion and the other in Asp.Net.
Both applications have authentication implemented. The usernames for both applications ...
0
votes
0answers
27 views
Navigation plugin-jquery.spasticNav.js not making the clicked link selected
Aspx section
<ul id="nav">
<li id="selected"><a href="Home.aspx">HOME</a></li>
<li><a href="About.aspx">ABOUT</a></li>
...
0
votes
1answer
38 views
Navigate to page(s) dynamically
In my first ASP.NET page (homepage), user answers a number of questions which determines which page(s) they will go to when they click on 'Next'.
E.g. if the following table results from the user ...
0
votes
2answers
206 views
why does onClientClick=“window.open(”dest.aspx“)” refresh my current page?
okay, so i am using this
onClientClick="window.open("dest.aspx")"
in a button attribute. it is serving the purpose by opening the target link in new tab but at the same time it is reloading my ...
0
votes
1answer
99 views
How to highlight current page using css in asp.net master-child pages
I have the master-child pages in asp.net, i want to highlight the page which is currently active, it can be done easily using id's for various pages and navigation links in css, but here in asp.net ...
0
votes
2answers
87 views
Page navigation
I have dynamic page that gets a query string and load the current page according to the parameter, the URL is like "dynamic.aspx?p=" and p is the parameter.
All the page are in the same directory and ...
0
votes
1answer
25 views
Diagramming Webpage Navigation
I'm trying to mimic the login scenario of one site and mirror it in another. To that end I would like to diagram out all the paths that the original site may take depending on input from the user. For ...
1
vote
2answers
63 views
Could not load file or assembly 'System.Web.WebPages' Asp.Net Webforms Navigation
I recently installed the package [Navigation] to an ASP.Net 4.5 Web Application. While I am running it on my local machine [I have VS 2012 installed] it works fine, but when I deploy to the production ...
0
votes
1answer
250 views
Hide specific tabs in navigation menu
I have the following navigation menu -
<asp:Menu ID="NavigationMenu" runat="server" CssClass="menu"
EnableViewState="false" IncludeStyleBlock="false" Orientation="Horizontal" >
...
0
votes
1answer
567 views
Menu Control For Navigation
When I use "Menu" control, it gets information about menu items from "sitemap" file and I think the server build automatically "javascript" for this "Menu" control. Can I change this automatically ...
0
votes
0answers
305 views
asp.net NavigationMenu is displayed differently on different pages
In asp.net project I'm using NavigationMenu component with some own styling using css.
<div>
<asp:menu id="NavigationMenu" runat="server"
StaticEnableDefaultPopOutImage="False" ...
1
vote
4answers
111 views
Preventing users from skipping pages in an ASP.NET form
I have a data entry form that I've broken apart into 5 pages and I want to make sure that the users go through the pages in the proper order each time. The navigation is set up to take them through ...
0
votes
2answers
150 views
Alert user before navigating to external site URL ASP.NET
Working on an ASP.NET application that has primarily a few master pages which controls rest of the pages and user controls in the application. We have a request from a client that would like to warn ...
1
vote
2answers
170 views
navigation using <a> </a> tag in code behind
I am currently using <a> tag to click and navaigate as mentioned in below code.I want to navigate the below code in c# tag in page_prerender event based on id selected.could any one help on ...
0
votes
1answer
109 views
Loading different aspx pages into an area without reloading the entire page
I have written a longer text on this subject posted earlier today. Perhaps the text was too long, so I rephrase it very briefly here:
I want to design a very standard site where the user gets the ...
0
votes
1answer
152 views
How to control visibility of a sitemapnode?
According to web.config authorization, Payment\BuyProduct.aspx is a public page.
However, In the asp.net menu I want to show it to only users with role of "CompanyAdmin"
<siteMapNode ...
0
votes
1answer
209 views
How to create exact same header and footer navigation panel (ASP.NET) [closed]
I current have a navigation panel (ASP.NET) for a online that has some common buttons (next, back, reset, submit etc.). I also have some logic written (server side in C#) that handles changing the ...
0
votes
0answers
204 views
Browser Back Button issue with Response.Write()
I'm using following code for pass form data using POST method on a button click event.
protected void lbPapr_Click(object sender, EventArgs e)
{
Response.Clear();
StringBuilder ...
0
votes
3answers
217 views
Hierarchy navigation back button
I need to implement a back button for my asp application.
In my web application I got 3 module
task1.aspx ->task1-1.aspx ->task1-2.aspx
task2.aspx-> task2-1.aspx->task3-1.aspx
...
-1
votes
2answers
204 views
Simple Html Menu in asp.net.. Broken url issue
When I use simple menu built manually in html and css presents problem with the navigation. When I navigate a page that is inside a folder when i navigate away to somewhere outside of the current ...
0
votes
1answer
296 views
How to show the NavigationMenu after you hide it in ASP.NET?
I need to make some of the NavigationMenu items visible only to some users.
In my case I need to make 2 of them available only to admin.
I searched google and I found a command which works :
...
0
votes
1answer
393 views
Create link as we navigate inside menu bar?
we have requirement currently as shows in below image.
have googled much but i don't have specific key word so i couldn't find any thing.
we have a requirement to display link in navigation bar so ...
0
votes
0answers
191 views
Three Level menu selection using sitemapdatasource
I have 3 menu controls.
1st for Main Tab, 2nd for sub tab & 3rd for left side navigation. When i clicked on main tab, i want first sub tab of the main tab and its first navigational link selected ...
0
votes
1answer
199 views
How to Resolve ASP.NET Dropdown history navigation issue
I have the following web app:
- one dropdown to change the days of the week
- one span that updates its inner text based on the above selection
- the dropdown is set to autopostback
My problem is ...
0
votes
1answer
98 views
Working around sitemap limitations
The documentation is clear: two nodes in the sitemap cannot point to the same file. But I need to be able to do this (different roles run the same report). Does this mean I have to abandon sitemap? I ...
-1
votes
1answer
81 views
Navigation with jQuery Ajax
I have a basic <ul> <li> structure in an ASP.NET page. Now I am getting dynamic records in this <li>, and my problem is, when the user clicks on the next button, it should check for ...
2
votes
1answer
567 views
CSS - highlight a selected tab
I have the following tabbed navigation setup in my master page.
<nav class="grid_12">
<ul>
<li><a href="#" ...
0
votes
2answers
370 views
Auto update web.sitemap after adding aspx
I'm using site navigation in my site which uses <asp:sitemap> and
every time I add a new aspx file to my website I have to edit my web.sitemap manually. I'd like to know if there's any way to ...
0
votes
2answers
336 views
show second level of sitemap in site navigation
I have a sitemap like this :
<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
<siteMapNode title="Home" >
<siteMapNode title="Services" >
<siteMapNode ...
0
votes
1answer
407 views
add cssClass to CurrentNode in asp.net Navigation
Here is my code :
<div class="Cat-list unselectable" style="font-weight:bold;">
<div class="right-bar-nav-item">
<asp:HyperLink runat="server" ID="lnkHome" ...
2
votes
3answers
304 views
What is an efficient and maintainable method for creating a wizard-style navigation system with complex rules in an ASP.NET application?
I'm working on team, updating a commercial web app in C#. We're using Telerik's RadControls. The application guides the user through a set of tasks in a wizard-like fashion, but also allows the user ...
0
votes
0answers
167 views
Jquery active class nav links in .Net for non webpages - AbleCommerce
I am working with the header component for a .net cart AbleCommerce. The active link effect will only be used in the header. I have a script that is working for all webpages, but it fails to apply to ...
3
votes
4answers
4k views
How can I hide the menu of Master page until the user do login in asp.net
I create a master page with a navigation bar. I made index page as a login page, so I use the login control in index.aspx which is registered under the master page.
Now my question is how can I hide ...
0
votes
1answer
112 views
setting css class to a specific element in a user control
I have made my left side navigation a user control and it has many links to various aspx pages such as
<a href="a.aspx" id="aPage">A</a>
<a href="b.aspx" id="bPage">B</a>
...
1
vote
1answer
175 views
ASP.net Routing and Globalization
The following files:
~/Admin/Dashboard.aspx
~/Admin/Welcome.aspx
are routed as
administrator/{culture}/dashboard/
administrator/{culture}/welcome/
administrator/dashboard/ (for invariant culture)
...
0
votes
4answers
1k views
Best way of mark the “current” navigation item in a menu
For example, here in StackOverflow you can se a top menu with the options: Questions, Tags, Users, Badges, Unanswered and Ask Question. When you are in one of those sections, it is highlighted in ...
0
votes
3answers
776 views
horizontal menu with different background image for each li
I am looking for nested menu which can have different background images , below is the code which does everything , display subnodes with different color when hovered , but i want a different ...
1
vote
1answer
259 views
How can i display a navigation property in a gridview control?
I want to display a field value from a navigation property in a grid view control.
My entities are Albums and Photos and a Photo entity must be associated with an Album entity.
I want to display ...
0
votes
1answer
322 views
Navigate back in visual webgui
I'm a newbie of ASP.NET world. I'm developing an app with asp.net and insiede of an aspx page i'm using a window form developed with visual webgui.
I've this problem: inside my form, i have a button ...
1
vote
2answers
928 views
How to add menu items to menu at runtime
Can I add items to menu dynamically, I have a empty menu in my master page and in server side
Page load()
{
NavigationMenu.Items.Add(new MenuItem
{
Text = "About Us",
NavigateUrl = ...
0
votes
3answers
5k views
ASP.NET Custom Navigation in Master Page
All,
I am trying to decide the best way to convert my current asp.net page into a master page. This issue I have is with the navigation. I have 3 aspx pages which are essentially html with nothing ...
0
votes
1answer
55 views
Two navigation occurred when I navigate to ASP.Net application, any idea why that happens?
I have two applications WPF - xBap one and ASP.Net one.
When I'm doing navigation from xBap to ASP.Net:
private void button1_Click(object sender, RoutedEventArgs e)
{
...
0
votes
2answers
285 views
How I can do page navigation ASP.net
I would like to know how to do the page navigation in ASP.Net.
For example the following web page http://www.moneyguruindia.com/article.php?cid=1539&id=4 (this is in php).
After the .php there ...
0
votes
2answers
51 views
Problem with masterpage
<configuration>
<connectionStrings>
<add name="AdventureWorks" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\AdventureWorksLT2008_Data.mdf;Integrated ...
0
votes
1answer
656 views
Is there a way to reset all data in an asp:Wizard on Back button?
I have an <asp:Wizard> tag with a few pages, each Step page with a Back button allowing to go back to the previous wizard page.
This causes me problem because of this flow:
1 - user is in ...
2
votes
5answers
1k views
ASP.NET: Backspace Key Behavior
I'm writing an in-house intranet application in ASP.NET and VB.NET. My 'customers' are beginner to medium-level users. All of our browsers are IE8 and above, standard.
The application works great, ...
0
votes
2answers
396 views
Highlight of active view in MVC2?
Okay, my site is www.kristianbak.com.
I have a css class called activebutton. I want that to change whenever another View is active. Currently it's merely hard-coded in the HTML (sitemaster).
Anyone ...

