Tagged Questions

1
vote
3answers
104 views

[ASP.NET] Access a content control in C# when using Master Pages

Good day everyone, I am building a page in ASP.NET, and using Master Pages in the process. I have a Content Place Holder name "cphBody" in my Master Page, which will contain the …
0
votes
0answers
12 views

Refresh problem when treeview node changed

I have a Treeview in a masterpage and a products page in child page. When i click treeview node i want to bind data to a gridview on the product page. protected void trvCategoryTa …
1
vote
1answer
46 views

Twice postback in ASP.NET

Hi, My page is fully postback twice. I am using master page with AJAX. The structure of master page is as follows. +---------------------------------------------+ | Web User Co …
0
votes
3answers
268 views

jQuery calls in external js file with MasterPages

I am using ASP.NET 3.5 with MasterPages. My master page has the script references to jquery and jquery UI. My web page that uses the master page has a script reference for a cust …
4
votes
4answers
187 views

Hook a javascript event to page load

I have an aspx that has the following javascript function being ran during the onload event of the body. <body onload="startClock();"> However, I'm setting the aspx up to …
0
votes
1answer
59 views

MasterPage/ContentPage with NVelocity and ASP.NET MVC?

I am a big fan of NVelocity. I think its terse syntax is a huge boon, and helps keep my views simple and effective. I have begun using the NVelocity view engine from the Mvc Contri …
0
votes
0answers
9 views

How to make UserControl to use master page placeholders?

Hello all. There's quite weird issue and I wonder if it had ever occurred before. It looks odd that nobody had been caught by it, by Google says so. that's what we have: Master …
0
votes
2answers
40 views

Disable Session from Master Page

In ASP.NET, I would like to disable session state from master page, however @Master directive doesn't have EnableSessionState attribute as @Page does. Is there any workaround?
0
votes
2answers
81 views

Accessing a Property of a Master Page from a class that’s not part of a content page in ASP.NET

So I'm wiring up my first MasterPage, and everything is working great except for one thing. This is a legacy app, and I have an old BasePage class that all my content pages inheri …
1
vote
2answers
60 views

MasterPage using Masterpages, and inheritance

I've got a "Master" Masterpage, and I've got 2 "Sub" Masterpages. Those 2 subs have their masterpage property set to the "Master" Masterpage. All good so far. Well, I was told t …
1
vote
3answers
59 views

Master Page

I need to ask if I have master page that contain button as an example then I add new webform(default) and I assign that master page as default form master page.the question is can …
0
votes
2answers
196 views

Masterpage Dropdown List not keeping Selected Index

Ok, my masterpage has a dropdown which controls size which affects a lot of things. I need to access the dropdown index from content pages so I do it using this code. public parti …
0
votes
2answers
206 views

asp.net - set master page form ID dynamically

I am working on a site which uses master pages (no big deal), and has a form in the master page. Currently, the form name in the rendered content is always "aspnetform". I need t …
0
votes
2answers
116 views

CSS div problems with position

I have a css based asp.net masterpage. I am using a browse div located directly above a navigation div. The browse div is flowing down behind the navigation div. I did some play …
1
vote
2answers
32 views

Log Error: Failed to create list

Hi, I have a Site Template with few customized lists and customized pages. I create new webs when ever needed using the site template. After creating the web, I also set up a them …

1 2 3 next
15 30 50 per page