|
More site info...
Master Pages, Themes and Navigation Controls | Forum profile
|
|
Forum profile page for Master Pages, Themes and Navigation Controls on http://www.asp.net.
This report page is the aggregated overview from a single forum: Master Pages, Themes and Navigation Controls, located on the Message Board at http://www.asp.net.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Master Pages, Themes and Navigation Controls" on the Message Board at http://www.asp.net is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Master Pages, Themes and Navigation Controls:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
56
|
320
|
812
|
|
Post:
|
153
|
667
|
1,682
|
|
|
Master Pages, Themes and Navigation Controls Posting activity graph:
|
Top authors during last week:
user's latest post:
Sitemappath show none
Published (2009-12-31 10:32:22)
<siteMapNode title="General Information" value="General Information" tooltip="General Information" url="#"/> which links have no navigateurl try to use # key work ,see in above example visit my Blog Student Academic Blog Please Mark as Answered If its helpful you.
user's latest post:
accessing a Methode on diffrent...
Published (2009-12-29 00:19:00)
Please check this article first, http://odetocode.com/articles/450.aspx and now, please check this paragraph, What if we have 2 different master pages in the application? In this scenario, we have a problem, because the VirtualPath attribute supports only a single master page. We’ve tightly coupled our page to a specific master. If we assign a MasterPageFile that does not match the MasterType, the runtime will throw an exception....
user's latest post:
Master page, site map, menu...
Published (2009-12-31 11:31:51)
By default the adapter adds the orientation to the end of its default CSS class. By default it creates a class call AspNet-Menu, so you'd either get AspNet-Menu-Horizontal or AspNet-Vertical as the default class name; your CssAdapterClas gets added as a separate class. Do a View Source in your browser to see what classes it adds, then you can adjust the CSS accordingly. Using CssClass will only affect the menu as a whole; the CSS in the...
user's latest post:
Changing Master Page dynamically.
Published (2009-12-29 07:17:00)
I solved it. The change has to occur in the BasePage class BasePage_OnPreInit event. if (Session["Page_Master"] != null && Session["Page_Master"] != String.Empty) Page.MasterPageFile = "~/"+ Session["Page_Master"].ToString() +".master"; However, each of the suggested solutions worked AFTER I found the right OnPreInit event, and...
user's latest post:
Master page, site map, menu...
Published (2009-12-31 12:02:51)
Something bad,this is from the source code < div class = "menu1" id = "ctl00_Menu1" > < div class = "AspNet-Menu- Horizontal " > Though it uses the other way ---- Sec issue : first step set a link :<Link...../> in masterpage Sec step : CssSelectorClass="Name as the style sheet" Third step : Choose a CssClass=""...
user's latest post:
Masterpage is not working
Published (2009-12-31 17:54:49)
First you have done some mistakes in your code, or you have missconcepts of html table. You have provided width to <tr > tag, tr tag didnt allow width property. You can divide total table with between td if there are 2 td in tr tag then these two td share total table width I have done some correnction in your code have look and run it. After reply me wether its fine or not. Master page code <html...
user's latest post:
how i can change label text in...
Published (2009-12-31 13:21:20)
MetalAsp.Net: Not a VB person, but don't you have to cast the findcontrol call to a Label before using .Text on it? Yes and No. By default, vb operates with option strict set to Off. So it will give you an implicit cast. A lot of people run this way. I actually prefer to run with Option Strict On (Option Explicit On too) in which case you do need to perfrom the explicit...
user's latest post:
Changing Master Page dynamically.
Published (2009-12-29 03:02:00)
Hi - Tinker T. R. Tinker: There's a syntax or structure error in here somewhere, but I'll chase it down and let you know how it works. Hadn't thought of using a case-block. the code will work good but capital and small in c# . ok this vb Dim query As String = Request.QueryString("master") Select Case query Case "alter" session("Page_Master") =...
user's latest post:
Masterpage is not working
Published (2009-12-31 19:31:49)
Waqar_ali you have given the right instruction fixes. It's now more to what i like, but the difference between my VWD 2008 design page and the running coding within localhost with IEv8 is still at the menu and content part. They still are different. I will look later into it. But I have enough to think about it. Thanks for your directions. and a happy new year to you all.
|
|
|
|
Latest active threads on Master Pages, Themes and Navigation Controls::
Started 1 week, 1 day ago (2009-12-31 16:17:49)
by Waqar_ali
What type of error are you getting?
Started 1 week, 1 day ago (2009-12-31 12:50:20)
by mbanavige
If you want to change it from a content page, then:
Dim lbl As Label = Master.FindControl ("Label1")
If Not lbl Is Nothing Then lbl.Text = "someNewText"
Started 1 week, 2 days ago (2009-12-30 11:40:00)
by Aamir Hasan
<asp:Menu ID="Menu1" Runat="server" DataSourceID="SamplesSiteMap" Orientation="Horizontal" BackColor="#6D90AC" DynamicHorizontalOffset="1" Font-Names="Verdana" Font-Size="12px" ForeColor="White" Height="25px" StaticSubMenuIndent="" BorderColor="Transparent" MaximumDynamicDisplayLevels="1" EnableTheming="True" Font-Bold="True" Font-Overline="False" Font-Strikeout="False"...
Started 1 week, 2 days ago (2009-12-30 00:12:00)
by Waqar_ali
put # in navigateurl which node have empty navigateurl.
Started 1 week, 2 days ago (2009-12-30 04:20:00)
by shashankgwl
The simplest way could be to check the URL of each page and change the style properties of links based on that.
Started 1 week, 1 day ago (2009-12-31 02:02:00)
by JayChapani
You can put Labels and change these label's text according to your child pages ...
Started 2 weeks ago (2009-12-25 05:51:00)
by chintanpshah
I think you need to create a page having MasterPage. Put all placeholders for Heading, content etc. In Admin site, Get all information about Heading, content etc. Store entered info in DB and show it in User side pages. You can use any of availables HTML editors like FCKEditor, FreeTextBox etc.
Started 1 week, 3 days ago (2009-12-29 02:24:00)
by gopalanmani
hi, check the following url, http://stackoverflow.com/questions/336453/how-can- i-pass-a-data-string-to-a-programmatically-loaded- custom- user-control-in http://stackoverflow.com/questions/1716080/passing -parameters-to-a-user-control http://www.velocityreviews.com/forums/t107034-more -passing-parameters-to-dynamically-loaded-user-con trols.html hope this could help you!...
Started 1 week, 1 day ago (2009-12-31 00:25:00)
by hariram.p@live.in
Please debug this area
Session("UserName") = objDataset.Tables("UserInfo").Rows(0).Item(1) '("name") Session("UserId") = objDataset.Tables("UserInfo").Rows(0).Item(0) '(" name")
Check if the username or userid is coming as null.
Started 1 week, 1 day ago (2009-12-31 03:45:27)
by integrasol
sepid: when I upload it
Where are you uploading to? Local or remote IIS?
sepid: but locally there is no problem!
Is this using the ASP.NET Development Server or the local IIS?
Could you possibly show us the markup for the Menu control?
|
|
Hot threads for last week on Master Pages, Themes and Navigation Controls::
Started 1 week, 1 day ago (2009-12-31 16:17:49)
by Waqar_ali
What type of error are you getting?
Started 1 week, 2 days ago (2009-12-30 11:40:00)
by Aamir Hasan
<asp:Menu ID="Menu1" Runat="server" DataSourceID="SamplesSiteMap" Orientation="Horizontal" BackColor="#6D90AC" DynamicHorizontalOffset="1" Font-Names="Verdana" Font-Size="12px" ForeColor="White" Height="25px" StaticSubMenuIndent="" BorderColor="Transparent" MaximumDynamicDisplayLevels="1" EnableTheming="True" Font-Bold="True" Font-Overline="False" Font-Strikeout="False"...
Started 1 week, 1 day ago (2009-12-31 02:02:00)
by JayChapani
You can put Labels and change these label's text according to your child pages ...
Started 1 week, 1 day ago (2009-12-31 00:25:00)
by hariram.p@live.in
Please debug this area
Session("UserName") = objDataset.Tables("UserInfo").Rows(0).Item(1) '("name") Session("UserId") = objDataset.Tables("UserInfo").Rows(0).Item(0) '(" name")
Check if the username or userid is coming as null.
Started 1 week, 1 day ago (2009-12-31 12:50:20)
by mbanavige
If you want to change it from a content page, then:
Dim lbl As Label = Master.FindControl ("Label1")
If Not lbl Is Nothing Then lbl.Text = "someNewText"
Started 1 week, 2 days ago (2009-12-30 13:05:00)
by nevillechinan
1.) don't place your images in App_Data create another folder 2.) for the css background-image dont use the ~ character i.e. url('/imgs/MyLogo.jpg')
Started 1 week, 1 day ago (2009-12-31 03:45:27)
by integrasol
sepid: when I upload it
Where are you uploading to? Local or remote IIS?
sepid: but locally there is no problem!
Is this using the ASP.NET Development Server or the local IIS?
Could you possibly show us the markup for the Menu control?
Started 1 week, 2 days ago (2009-12-30 04:20:00)
by shashankgwl
The simplest way could be to check the URL of each page and change the style properties of links based on that.
Started 1 week, 3 days ago (2009-12-29 02:24:00)
by gopalanmani
hi, check the following url, http://stackoverflow.com/questions/336453/how-can- i-pass-a-data-string-to-a-programmatically-loaded- custom- user-control-in http://stackoverflow.com/questions/1716080/passing -parameters-to-a-user-control http://www.velocityreviews.com/forums/t107034-more -passing-parameters-to-dynamically-loaded-user-con trols.html hope this could help you!...
Started 2 weeks ago (2009-12-25 05:51:00)
by chintanpshah
I think you need to create a page having MasterPage. Put all placeholders for Heading, content etc. In Admin site, Get all information about Heading, content etc. Store entered info in DB and show it in User side pages. You can use any of availables HTML editors like FCKEditor, FreeTextBox etc.
|
|