 |
BOOK: Beginning ASP.NET 4.5 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

March 6th, 2014, 06:10 PM
|
|
Registered User
|
|
Join Date: Mar 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
[solved]Chap 7 DarkGray not displaying trre view correctly
Hi,
Sorry to be such a pain here, I have another problem. My tree view does not display right with tree view. Here is a screenshot
http://i58.tinypic.com/29o1ze9.png
Last edited by historyb; March 19th, 2014 at 06:18 PM..
|
|

March 7th, 2014, 08:25 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Did you apply the FirstLevelMenuItems class to the TreeNodeStyle element?
Imar
|
|

March 8th, 2014, 01:39 AM
|
|
Registered User
|
|
Join Date: Mar 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Yes, I do:
Code:
<asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1" ShowExpandCollapse="False">
<LevelStyles>
<asp:TreeNodeStyle CssClass="FirstLevelMenuItems" />
</LevelStyles>
</asp:TreeView>
|
|

March 10th, 2014, 10:31 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi again,
Are you sure the correct CSS is loaded? Have you tried a hard refresh to get the latest CSS file?
If that doesn't help, can you make your site as a ZIP file available somewhere?
Cheers,
Imar
|
|

March 16th, 2014, 08:28 PM
|
|
Registered User
|
|
Join Date: Mar 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Imar
Hi again,
Are you sure the correct CSS is loaded? Have you tried a hard refresh to get the latest CSS file?
If that doesn't help, can you make your site as a ZIP file available somewhere?
Cheers,
Imar
|
Hi,
I am sorry to get back to you so late, I have a tragedy in my family. Yes, I have done that. I have uploaded the zip file here http://www.4shared.com/zip/a3Td2QHOce/CSIS116b.html again thank you for your help
|
|

March 17th, 2014, 05:53 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
I am sorry to hear that.
Can you upload the files somewhere where I do not have to sign up for an account first or share all my (social) details with a product / company I don't know?
If the file is small enough, you can also e-mail it to me. My address is in the introduction of the book.
Cheers,
Imar
|
|

March 17th, 2014, 06:21 PM
|
|
Registered User
|
|
Join Date: Mar 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Thank you.
Sure. I'll email them straight away :)
|
|

March 18th, 2014, 03:19 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I haven't received an e-mail yet. Did you not send it or did the mail get stuck somewhere?
Imar
|
|

March 18th, 2014, 03:45 PM
|
|
Registered User
|
|
Join Date: Mar 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Gmail won't let me send it. Trying something else
On edit:
You should be getting an email from transferbigfiles and you don't have to be a member or anything to download, I just tried it.
Last edited by historyb; March 18th, 2014 at 03:49 PM..
|
|

March 18th, 2014, 05:03 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I received the files. Take a look in the code behind of the masterpage. You missspelled DarkGrey......
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|
 |
|