Use Search Input on MasterPage in the ContentPage
I have a textbox and a dropdown with a submit button on a master page. I want to transfer the input items on the masterpage to the contentpage and load them when the contentpage loads.It does not | | 0 | 25 | 11/29/2009 3:07:59 AM |
Master pages not working
Whenever I try to access an object on a page referenced by a master page throught that page's codebehind, for instance, Panel1.Width = 10; I get an "object reference not set to an instan | | 0 | 18 | 11/28/2009 8:44:55 PM |
Unwanted styles
I use a CSS Style sheet but VS 2008 inserts its own styles in the <head> before I can assign a style from the style sheet. I can reassign the controls to one o | | 0 | 25 | 11/28/2009 5:33:24 PM |
Inheriting Master Content Page
Using C#, .Net 3.5, VS 2008.
I have a number of reports created as content pages, and find the same code and class variables repeated in all the pages. For example, for sorting, paging, r | | 0 | 24 | 11/28/2009 4:50:08 PM |
read menu text from Resource file
hi
i have a sample menu in my website that use SiteMapDatasorce to databind from Web.Sitemap .
now i need to change te text of menu items in difrent languages (I use Resource | | 0 | 29 | 11/28/2009 2:41:25 PM |
prettyphoto inside MasterPage
Hi all , I'm using prettyphoto to show an iframe | | 0 | 36 | 11/27/2009 11:07:38 PM |
SiteMapResolve not firing
Hi
I hope someone can help me out.. I have been trying to
implement the SiteMapResolve event as stated in the
http://msdn.microsoft.com/en-us/library/system.web.sitemap.sitemapre | | 0 | 21 | 11/27/2009 11:07:36 PM |
How to setup the lines for TreeView
Usually treeview has plus sign (collapse) and minus sign (expand).
How to display the lines which are link the node? Can we add some customer lines?
Thank you< | | 0 | 24 | 11/27/2009 4:10:12 PM |
Treeview without image of collapse/expand, but with possibility of expand
hi there i have a treeview control in my page, i want hidden the images who allow expand/collapse the node but if i do this, the treeview control do not allow to expand a node
| | 0 | 30 | 11/27/2009 3:14:58 PM |
How to use sitemap in webcontrols
Hi,
I'm facing one problem, first i tell u what's the problem. I'm using one webcontrol with treeview, which is getting node values directly from database.
| | 0 | 26 | 11/27/2009 11:49:18 AM |
Making Menu Item Invisible
Hi
I am populating menu control from sitmap datasource. Is there away to make one of the menu item invisible for a specific user. How?
Regards
| | 0 | 49 | 11/26/2009 10:48:52 PM |
Trying to Point a Calendar Page to a MasterPage
This page (code below) does not work with my MasterPage: <% @Register Namespace="DataControls" Assembly="DataCalendar" TagPrefix=& | | 0 | 22 | 11/26/2009 4:59:23 PM |
how to display first level nodes of sitemap in treeview
I have a sitemap file and mater page and content pages.
My sitemap file have two layers under the Home, Products and Services. We have subtrees under Products and Services, resp.. Now I o | | 0 | 14 | 11/26/2009 4:28:45 PM |
how to display 1st level of nodes of sitemap to treeview
For example, I have web.sitemap file as
<? | | 0 | 27 | 11/26/2009 3:58:43 PM |
how to build dynamic menu in asp.net
hello friends.. i have static menu using UL tags and their associated CSS styles. i want to convert that menu dynamic that the data comes from database as i have categeory head and s | | 0 | 17 | 11/26/2009 12:49:46 PM |
Transferring Data Between Masterpage and Contentpage - Not Calling On Conte ntPage Load
Hi All! I have modified a webpage that had code for a textbox and drop down linked to a search on the same page as the rest of the script to move the textbox and drop down to a masterpage. | | 0 | 26 | 11/26/2009 3:14:59 AM |
Styles for menu server control?
Hi, i am new user in asp.net. can anyone guide me how can i use interactive menus in my website as menu server control has predefined 4 or 5 auto format options, can i hav some | | 0 | 18 | 11/26/2009 3:14:57 AM |
Recursive Problem
Hi, In an earlier post I had a question about building an incremental navigation menu with an unordered list and infinite number of levels. The main goal was to build this with a r | | 0 | 26 | 11/26/2009 3:14:56 AM |
How to pass data from content page to master page. C#
I have a content page that calls a stored procedure to retrieve some data that is displayed on the content page. My site contains a side bar which is part of the master page. How c | | 0 | 24 | 11/26/2009 1:21:55 AM |
Path source in javascript ?
You have a MasterPage page using the menu (javascript) and javascript file located in the root directory with MasterPage page. Masterpa | | 0 | 22 | 11/26/2009 12:44:04 AM |
Setting up Store Locater
Hi All! I am struggling to do a simple change for a store locater already written here: | 0 | 18 | 11/25/2009 10:52:42 PM |
what is ctl00$ and how do i get rid of it
i have a list box which gets referenced by a button but it wont work because on page load the control gets ranemd from lstSection to ctl00$lstSection on the homepage and ctl00$ctl00$lst | | 0 | 30 | 11/25/2009 7:23:52 PM |
Cannot find ContentPlaceHolder 'ContentPlaceHolder1' in the master page
Error message reads: ?System.Web.HttpException: Cannot find ContentPlaceHolder 'ContentPlaceHolder1' in the master page '/DeronDeploy/MasterPage.mast | | 0 | 13 | 11/25/2009 4:59:55 PM |
Getting Response status code 404
Hello there, Environment: VS2005 and AbleCommerce E-Commerce software.< | | 0 | 35 | 11/25/2009 4:00:12 PM |
Add the description meta tag on a web page created with master page
Hi ! I need give different description meta tags for my each aspx page but since I use the master page, I cannot add it or I do not know to add it? Is there any way to do that? Or Do I need | | 0 | 19 | 11/25/2009 2:53:31 PM |
Updating a Textbox control in MasterPage from BasePage
I have a MasterPage.master file and a BasePage class. The BasePage has a method called SetStatus where it uses the Master property's FindControl to get a reference to a TextBox and | | 0 | 23 | 11/25/2009 1:26:30 PM |
global themes
Hi We are having multiple projects, in that we are using "App_Themes" to create different themes for each projects. Now we are planing to move it to Global theme.
| | 0 | 23 | 11/25/2009 1:26:27 PM |
Calling java script function from master page
Hi, I created master page and I pasted Menu on it. There were created menu items, like as find, close etc. Master page.master.cs included this function
protected void | | 0 | 24 | 11/25/2009 1:26:27 PM |
distribute masterpage centrally
Hi, I use the same masterpage for multiple websites and was looking how to deploy a centrally located masterpage. That would avoid an upload to all sites in case of changes.
Any tips | | 0 | 17 | 11/25/2009 1:26:26 PM |
Dynamically assign MasterPage
Hi,
I have an application of more than 100 Pages, all these pages have a single master page, however as per a recent requirement we need to assign a different Master Page to&nbs | | 0 | 22 | 11/25/2009 7:14:29 AM |
Treeview - Selected Nodes via Javascript, and Scrollable Div's
Hi all,
- I am having a couple of issues with my ASP.NET Treeview.
My tree is populated dynamically. When I create each parent/child no | | 0 | 18 | 11/25/2009 6:13:01 AM |
Possible to Switch Between Java and VB Script In Content Page
Hi All! I am using java and visual basic in a content page and I am wondering if one overides the other. Let me explain the scenario: - I have set up a script in vb outside the conte | | 0 | 18 | 11/24/2009 11:20:30 PM |
Providing a dynamic lay-out with fixed controls
Hi,
I'm currently in the process of creating a webshop. This webshop supports theming, but I also want customers to choose a lay-out. I can create multiple masterpages and crea | | 0 | 13 | 11/24/2009 4:56:52 PM |
Trying to add Tree View
hi i am trying to add tree view to my website . But it returns an error . The Bold line contains the Error . I will be thankfull if someone help me .
| | 0 | 15 | 11/24/2009 4:56:51 PM |
Adding MenuItem dinamically to a Menu control
Hi
I have this problem:
Once the user passed the login phase, on my page i have a menu control that redirects to different pages.
i want that, if the user name is one of | | 0 | 16 | 11/24/2009 3:21:40 PM |
Role based menu view
How to enable / disable menu items based on allowed security roles specified for an item.
Roles=Administrator,Award1,Award2,Award3,Award4
user & | | 0 | 22 | 11/24/2009 1:41:18 PM |
Treeview Issue C# - how to disable URL for parent node ?
Hi there I have a treeview conrol on a page which displays the file system of a folder on my server ( so people can browse and open word or pdf document dumped in the directories) everythi | | 0 | 26 | 11/24/2009 1:06:26 PM |
Maintain Treeviewstate
Hi Friends,
I Created a tree view by user web control getting nodes from SQL SERVER . I used in Master page and also used Css.
Initially during page load i us | | 0 | 19 | 11/24/2009 1:06:24 PM |
Adding javascript functions on the body tag when using master pages
I want to add javascript functions on the body tag of 1 page(onload() & onunload).
But the body tag is in a master page.
How do I solve this? | | 0 | 19 | 11/24/2009 1:06:24 PM |
Problem with masterpage contentplace holder
Hi friendssssss
I have problem with masterpage ontent place holder.
I am create master page.in master page at the top one label and vertically right side gridview withdatabind | | 0 | 18 | 11/24/2009 11:52:45 AM |
Navigate to calling page is not working in Menucontrol
Hi All,
I am using ASP.NET menucontrol.But i have issue when i am using "NavigateUrlfield" property of MenuItembinding.Its not open the calling page.b | | 0 | 23 | 11/24/2009 9:13:41 AM |
Create a new treeview Dynamically
hi, i need to create a for-loop and create treeview dynamically through coding and i need to display it in well organise manner as in as shown below
treeview1 &nb | | 0 | 32 | 11/24/2009 5:40:27 AM |
Dynamically generate a menu from database.
Hi Friends,
I have a scenario where I need to generate a menu dynamically from the database.
I have a table call "Categories" which has fields CatID and CatName. There | | 0 | 16 | 11/23/2009 11:16:55 PM |
Error Pop Up Not Working on Master Page ".vb"
Hi All! I have set up an error message to pop up when an address is not found. I am in the masterpage.vb. This is the command on a button click: Protected Sub SearchAddress_Clic | | 0 | 29 | 11/23/2009 9:08:34 PM |
How do I get the ASP.NET menu control to display horizontally?
How do I get the asp.net menu control to display horizontally, in breadcrumbs style:
menuitem1 > menuitem2 > menuitem 3 > menuitem4 | | 0 | 17 | 11/23/2009 6:43:13 PM |
Request>browser displays incorrect details
Hi I am running the following code in my page however the details returned are IE7, IE, 7 but i'm using an IE8 browser. Please help! | 0 | 25 | 11/23/2009 4:01:33 PM |
How to create a dynamic menu editing asp.net program
Dear all,
I want to design a dynamic menu editing asp.net program. I have designed the database
It is only with t | | 0 | 17 | 11/23/2009 12:14:51 PM |
disable and select treeview node according to id
HI I am binding treeview with recursive function Private Sub FillTreeview() Dim ds As New DataSet & | | 0 | 18 | 11/23/2009 12:14:50 PM |
How to visible/invisible the menu & menu items
I'm creating the dynamic menu, populating from the database, but i need the menu items displayed by User Level, Eg: Admin - Item 1 &nbs | | 0 | 23 | 11/23/2009 12:14:49 PM |
how to modify .aspx page by using content page using asp.net
I'm trying to modify .aspx pag using content page , is ther anyone can help?? | | 0 | 30 | 11/23/2009 8:40:16 AM |