Wrox Programmer Forums
|
BOOK: Beginning ASP.NET Databases Also see the forum ASP Databases for more general discussions of ASP database issues not directly related to these books.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET Databases 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
 
Old October 30th, 2005, 04:22 PM
Authorized User
 
Join Date: Jun 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 6 Comment and Question

Comment: Interesting how a lot of the style elements of the asp controls render properly in IE but not Firefox. For example, the backcolor and forecolor attributes of the asp:label and asp:button. Trivial but not really...

Also interesting how the DataGrid does not persist in Firefox if the user triggers an error on the Comments text box that raises the RequiredFieldValidator. Not trivial at all and really should be addressed by Mickeysoft.

Haven't done any testing in Opera, Safari, or Netscape 8 (I wonder what differences there are with Firefox 1.0.7) But multi-browser, multi-platform support is certainly important when it comes to web development tools.

UPDATE: Looks like it has something to do with browser caching. If you don't wrap the call to the FillDataGrid sub in an if not ispostback then it works just fine. Presumably there's a way to test for browser/version in asp like there is in other languages. Guess you can tell I'm an asp novice now...but then this is a "Beginning" book...

Question re Chapter 6: DG_Insert.aspx: the Command Builder object is created in the Page_Load sub procedure. What is the scope of this object? Or maybe, more precisely, what is the scope of the Page_Load sub procedure in which it's created? Why is it available to other sub procedures if it's not declared public?





Similar Threads
Thread Thread Starter Forum Replies Last Post
preceding-sibling::comment() bonekrusher XSLT 11 October 1st, 2008 11:38 AM
comment out blocks of ASP crmpicco Dreamweaver (all versions) 0 June 15th, 2005 10:56 AM
Check comment or not Tachyophan Excel VBA 1 January 9th, 2004 06:20 PM
Help me about write a comment. fujinova JSP Basics 0 October 1st, 2003 08:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.