 |
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
|
|
|
|
|

October 3rd, 2012, 10:35 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
AFAIK, there should be a Kindle version as well.
When you mix versions of the book and source code, just be aware of the many differences. Compare the 3.5 and the 4.0 versions when you get stuck. I'll try to help everyone here on this forum, but using a 3.5 book, with VS 2010 and the code for 4.0 is not really a scenario I can fully support ;-)
Cheers,
Imar
|
|

October 3rd, 2012, 11:03 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
new Reply dateTime code
Dear Imar
I just clicked on amazon link to say that I would like to read your new book on a Kindle version, as I hope that you kindly publish it in the kindle as well.
I am glad to know that you kindly helping me and all forum users will be able to help as well, as it is important to have help and support as I am new to ASP.Net however I find it interesting to learn all the skills required , yes I will take extra care when working with the code of version 4, on book 3.5.
Just out of interest the code for chapter 1 DateTime.Now.ToString()
Can we put yyyy-mm-dd and so on to specify formatting as shown with my copied code for formatting date and time?
DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss tt")
Thanks again for your kind reply
Kind regards
Zulu2012
|
|

October 3rd, 2012, 11:07 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Reply
Dear Imar
I just clicked on amazon link to say that I would like to read your new book on a Kindle version, as I hope that you kindly publish it in the kindle as well.
I am glad to know that you kindly helping me and all forum users will be able to help as well, as it is important to have help and support as I am new to ASP.Net however I find it interesting to learn all the skills required , yes I will take extra care when working with the code of version 4, on book 3.5.
Just out of interest the code for chapter 1 DateTime.Now.ToString()
Can we put yyyy-mm-dd and so on to specify formatting as shown with my copied code for formatting date and time?
DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss tt")
Thanks again for your kind reply
Kind regards
Zulu2012
|
|

October 4th, 2012, 04:00 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
Can we put yyyy-mm-dd and so on to specify formatting as shown with my copied code for formatting date and time?
|
From a learning perspective, the best answer I can give to that question is: "Why don't you try it out"?
But yes, you can....
Imar
|
|

October 4th, 2012, 02:26 PM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
DateTime Formatting
Dear Imar
Thanks for your reply yes I tried the DateTime formatting but unfortunately it did not work I copied the code for you to advise me of where I have gone wrong thanks:
<p>Welcome to Beginning ASP.NET 3.5 on <% = "DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss tt")" /%> </p>
Furthermore I just wanted to ask you on my version of Microsoft Visual Wed Developer Express 2010 4.5 that I downloaded it from
www.microsoft.com/express/
When I want to select Run with out Debugging I can not as I only have the Start Debugging and Stop Debugging options from the Debug menu so I can not see this function can you please advise as I would like to run my program with out Start Debugging at the moment.
With many thanks
Kind regards
Zulu2012
|
|

October 4th, 2012, 04:04 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Please provide relevant information. What does "did not work" mean? Do you get an error?
Also, take another look at your code; the forward slash and the double quotes shouldn't be there. If you type code from the book, verify, and verify again, that you didn't make any typos. I am happy to help you out, but I am not your debugger.... ;-)
Quote:
|
Microsoft Visual Wed Developer Express 2010 4.5
|
This doesn't seem right. VWD 2010 comes with .NET 4, and Visual Studio Express for Web 2012 comes with .NET 4.5
To start without debugging, press Ctrl+F5.
Cheers,
Imar
|
|
 |
|