Hi, If anyone knows how to solve this one, it would be appreciated (I've also sent this to Wily Technical Support): I am trying to open the sample web project...
Hi all, I am very new to vb.net and asp.net.I am total beginner can someone recommend me books.or where to start from.I have little knowledge of vb6.thanks. ...
I am torn between the Wrox Beginning ASP.Net 1.0 w/ VB.Net or ASP.Net for Dummies. I would like the book to help me learn the language since I already have...
If you've got a prior IT background, especially a decent background in VB, the Wrox title should suit you better. Jas ... Jason Salas, MBA, MCP Web Development...
"Real World ASP.NET Best Practices" is a great and much-needed literary slap upside the head for those of us who haven't been squeezing the most out of our...
Essential .NET Volume 1 : The Common Language Runtime Don Box with Chris Sells (Addison Wesley 0-201-73411-7) In a world where developers are baying for...
Hi all, Just to let you know that my latest book, Programming .NET XML Web Services is finally out on the shelves online and in stores. I'd really like some ...
Hi All - I just wanted to take a minute to let you know the second edition of Stephen Walther's ASP.NET Unleashed is now available. The biggest change is that...
Amy Sorokas
asorokas@...
Aug 6, 2003 7:42 pm
94
Real World XML Web Services: For VB and VB .NET Developers by Yasser Shohoud Addison-Wesley Pub Co Web Services. I can't believe there is anyone left alive in...
Hi All, Sams has released a new book titled "Teach Yourself The C# Language in 21 days" by Brad Jones. This book contains everything you need to get started...
Hi All, Check out Sams Teach Yourself the C# Language in 21 days by Bradley Jones. Regards, eservizes ... be read. I'll get to it sometime. ... time and it...
I tried this at asp.net but noone answered. Surely I'm not the only person interested in this book? I'm planning on getting my MCAD (and eventually MCSD) after...
Inside Active Directory By Sakari Kouti and Mika Seitsonen Addison-Wesley Pub Co Active Directory has been hailed as Microsoft's best ever networking operating...
Carlos Magalhaes
CarlosM@...
Aug 15, 2003 7:38 pm
99
Essential ASP.NET with Examples in Visual Basic.NET by Fritz Onion Addison-Wesley Pub Co There are so many books out about ASP.NET it can be a very difficult ...
Hello ALL, Can anyone suggest a good book for ASP.NET which primarly targets towards XML webservices, Creation of user controls and COM+ transactions. Murali ...
This is definitely one of my favorite books for ASP.NET, and I give all my ASP.NET training course attendees a copy of this book. Absolutely well done, Fritz!...
Kirk Allen Evans
kaevans@...
Sep 5, 2003 4:27 pm
102
Hi All, Can anyone recommend a good ASP.NET (VB.NET) as a reference for programming in code-behind? I have ASP.NET Unleashed and VB.NET in a Nutshell and...
Hi Mark, ... Our book: "Programming the Web with Visual Basic .NET" is not a reference book (although neither is ASP.NET Unleashed). It does, however, use ...
Hello Mark, Wednesday, September 10, 2003, 8:32:26 AM, you wrote: ME> Hi All, ME> Can anyone recommend a good ASP.NET (VB.NET) as a reference for programming...
Hi Mark, Each book you'll find on ASP.NET will have about the same type of info on code behind, and ASP.NET Unleashed by Stephen Walther actually has a better...
There isn't any difference between writing code in a code behind file and any other vb.net application. What do you mean by trim() and date() not working? They...
Bob Lynch
bob.lynch@...
Sep 11, 2003 6:58 am
107
Hi Jason, My biggest problem is the syntax difference. I can't use Trim, Len, Month(), Year(), etc. The syntax seems to be different. Luckily, with the help...
Glad you were able to work it out. But I'm confused...how did you mean calling the functions was different in code behind vs. in-line? Do you mean calling...
Jason, Yes, that's correct. But both of my .NET books use the Len function in the following way: intLen = Len(strString) Instead of: intLen = strString.Length...
... It's not a language difference, just that an import is missing. I'd have expected a book to clarify this, but to fix it, go to Project > Properties ... ...
Morning all, and especially those attending Microsoft have been requesting ideas for the Birds of a Feather sessions to take place at PDC this year and I've...