 |
BOOK: Beginning ASP.NET 4 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4 : 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 3rd, 2013, 05:09 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Not able to change theme between monochrome & darkgrey
Hi,
Not able to change theme between monochrome & darkgrey.
Also after creating different folders & webforms based on mybasepage get a error
Warning 1 File 'Default .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\About\Default.aspx 1 129 C:\BegASPNET,\MyWebsite\
Warning 2 File 'Source .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\Demos Folder\Source.aspx 1 120 C:\BegASPNET,\MyWebsite\
Warning 3 File 'Target .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\Demos Folder\Target.aspx 1 120 C:\BegASPNET,\MyWebsite\
Error 4 The file '/MyWebsite/About/Default .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\Default.aspx 1
Error 1 The file '/MyWebsite/About/Default .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\Default.aspx 1
Error 2 The file '/MyWebsite/About/AboutUs .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\AboutUs.aspx 1
Error 3 The file '/MyWebsite/About/ContactUs .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\ContactUs.aspx 1
Last edited by Neeta Shah; March 3rd, 2013 at 05:17 PM..
Reason: write about other errors also
|
|

March 3rd, 2013, 05:58 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
You need to provide a lot more information if you want help. What have you implemented, what works, what doesn't, do you get errors and if so which ones, where and when.
With regard to the template: did you follow the instructions correctly? Is this a web site project? Did the file you used for the template have a code behind?
Please be as detailed as you can or otherwise it's impossible to help you.
Cheers,
Imar
|
|

March 11th, 2013, 09:40 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Imar
Hi there,
You need to provide a lot more information if you want help. What have you implemented, what works, what doesn't, do you get errors and if so which ones, where and when.
With regard to the template: did you follow the instructions correctly? Is this a web site project? Did the file you used for the template have a code behind?
Please be as detailed as you can or otherwise it's impossible to help you.
Cheers,
Imar
|
Hi, I have learnt a lot about building a website from your book. Please give me some information about developing a website with subdomains. How can I develop a website with multiple subdomains.
eg.
www.mywebsite/abc
www.mywebsite/xyz
where abc & xyz are my friends who register on my website. Its like the friends who register have their own webpage.
|
|

March 12th, 2013, 03:35 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
First of all, how is this related to themes? Secondly, how is this related to my book? Thirdly, the example you give are simply folders, not sub domains, so I am not sure what exactly you're asking.
Please try again by posting in a more general ASP.NET category, and be sure to provide lots of detail about what you're trying to accomplish.
Cheers,
Imar
|
|

March 20th, 2013, 03:24 PM
|
|
Authorized User
|
|
Join Date: Jun 2012
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Neeta Shah
Hi,
Not able to change theme between monochrome & darkgrey.
Also after creating different folders & webforms based on mybasepage get a error
Warning 1 File 'Default .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\About\Default.aspx 1 129 C:\BegASPNET,\MyWebsite\
Warning 2 File 'Source .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\Demos Folder\Source.aspx 1 120 C:\BegASPNET,\MyWebsite\
Warning 3 File 'Target .aspx.cs' was not found. C:\BegASPNET,\MyWebsite\Demos Folder\Target.aspx 1 120 C:\BegASPNET,\MyWebsite\
Error 4 The file '/MyWebsite/About/Default .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\Default.aspx 1
Error 1 The file '/MyWebsite/About/Default .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\Default.aspx 1
Error 2 The file '/MyWebsite/About/AboutUs .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\AboutUs.aspx 1
Error 3 The file '/MyWebsite/About/ContactUs .aspx.cs' does not exist. C:\BegASPNET,\MyWebsite\About\ContactUs.aspx 1
|
Neeta, it looks like you have a space between the end of your filenames and the dot in front of the extension. For example, it looks like your default file is called Default .aspx instead of Default.aspx. Hope this helps.
|
|
 |
|