Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:689871
More Search Options
RSS Available
Matching Posts
Re: How to Secure aspx pages into a package?
Hi hemal Use microsoft add-in: WebDeploymentSetup.msi (http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx) With this tool you can compile all your aspx files to one assembly(DLL) or for each one.
Posted to
Security
(Forum)
by
Biser
on 7/10/2008
Re: help on using themes
HI You are right about Pre_Init but when user select new Theme you should refresh the page to applay new one. in this case Pre_Init for current page is executed again with applied new one theme. You should fellow something like this scenarios: 1. Loop through App_Theme to add each theme to DropDawn Control. 2. Into page Pre_Init in my apps i check if user is authenticated if Yes i load theme from DB (currently from User Profile). Else i use Session to store new theme for anonymous users. 3. When
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 9/5/2007
Re: Master page template not showing up on all pages
HI Do you add to every @Page derective MasterPageFile="~/MasterPage.master" if you missed then browser will show only page content without embedded with masterpage content. For Example <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" ..> I hope this will help Regards
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 9/3/2007
Re: Caching masterpages and use of ~/ in reference to MasterPageFile?
HI dotnetnoob " ~/" point to look for your mymasterpage.master into your Site Root Folder. It doesn't anything to do with caching behavior. Yes may be your SP cache sites to optimize server performance. When you make some changes to your site wait few minutes before access it.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/22/2007
Re: How to set theme for the whole web application instead of a single web page
HI Yes you can load Theme Dynamically based on the user setting. You should store user theme into his Profile(if use it on your app) and load when user is authenticate. Create new file BasePage.cs into App_Code Folder. Add class BasePage that inherit from System.Web.UI.Page public class BasePage : System.Web.UI.Page { } Set your all pages class to inherit from BasePage (in code behind files). Override method OnPreInit. You can set Theme dynamically into OnPreInit method like this: public class BasePage
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/7/2007
Re: Hide Root Menu
HI Add ShowStartingNode="False" to your SiteMapDataSource <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False"/>
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/6/2007
Re: How to set theme for the whole web application instead of a single web page
Hi add this to your web.config <pages theme="Theme Name" masterPageFile="~/Theme.master" />
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/6/2007
Re: How to dynammically discover available themes ?
HI You should use code like this to switch theme in this example i use Session to store selected Theme. DropDownList ddlThemes; //You can place this in Page_Load protected void Page_Load( object sender, EventArgs e) { if (! this .IsPostBack) { DirectoryInfo themeDir = new DirectoryInfo(Server.MapPath( "~/App_Themes" )); ddlThemes.DataSource = themeDir.GetDirectories(); ddlThemes.DataBind(); //To select default theme ddlThemes.SelectedValue = Session[ "Themes" ]; } } protected
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/5/2007
Re: writing ASP.NET code ?
HI There have a lot of places to write code it's depend what you want to do. When you switch from Design mode to Source you can add HTML code to your layout and additional properties to your controls. Also every page have a code behind file where is handle all Events about Page and Controls and where you can write own behavior about your web site. Every thing it's depend what you want to do. Regards
Posted to
Getting Started
(Forum)
by
Biser
on 8/5/2007
Re: Changing Look
Hi carrotop You can use CSS to format your site layout.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Biser
on 8/1/2007
Page 1 of 10 (93 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online