Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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 December 16th, 2003, 07:16 PM
Registered User
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Display Url from database in Status bar

Env: VS.NET, .aspx page
DB: Access

Hi,

Is there a way to hide the link that displays in the Status bar with a url from database? OnMouseOver show DisplayURL from database and OnMouseOut sets value to 'noting'. The code snipet below works when it is displayed in a browser BUT doesn't allow me to return to Design view in VS.NET with error "Could not open in Design view. Quote values differently inside a '<%..."value"...%>' block."

<a href='<%# Container.DataItem("RealURL") %>' onMouseOver="MM_displayStatusMsg('<%# Container.DataItem("DisplayUrl") %>');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue"><%# Container.DataItem("Name") %></a>


I have a clue of what's happening but can't seem to get it working. Any help? thanks

 
Old November 16th, 2004, 02:44 AM
Registered User
 
Join Date: Nov 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try the code behind, not HTML!






Similar Threads
Thread Thread Starter Forum Replies Last Post
VB Display Photo using URL from Database Rich57 ASP.NET 2.0 Basics 2 May 30th, 2008 05:31 AM
Status Bar ironchef Java GUI 0 October 26th, 2006 09:19 PM
how to display message to window.status bar tllcll BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 0 November 22nd, 2005 02:04 AM
Displaying Url from database in Status Bar ntriqetev Classic ASP Basics 1 December 17th, 2003 09:40 AM
Status Bar soccers_guy10 Pro VB.NET 2002/2003 3 August 12th, 2003 11:48 PM





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