Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 3.5 > ASP.NET 3.5 Basics
|
ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Basics 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 30th, 2008, 07:13 PM
Friend of Wrox
 
Join Date: Dec 2008
Posts: 238
Thanks: 2
Thanked 20 Times in 19 Posts
Default Smart Tag issue with multiple FormView

I am using VS 2008 express and .Net 3.5.

I have a page that has multiple FormView on it. The problem is that when I use the smart tag to choose a template to edit, it only works for the first FormView, and for the others, my request was simply ignored - nothing change or show up on the screen.

All FormView are arranged in one line vertically - like a stack.

I suspect that this is a problem with VS 2008, at least the express one. Just want to see whether anyone has seen this before.
 
Old January 2nd, 2009, 05:45 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

It works fine for me with this code in a page:

<div>
<asp:FormView ID="FormView1" runat="server">
</asp:FormView>
<br />
<asp:FormView ID="FormView2" runat="server">
</asp:FormView>
<br />
<asp:FormView ID="FormView3" runat="server">
</asp:FormView>
</div>

What code do you have in your page? Is it the markup valid?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
'FormView' must be placed inside a form tag stephena.co.uk ASP.NET 2.0 Basics 2 October 15th, 2008 08:25 AM
creating smart tag library Medes VS.NET 2002/2003 0 April 16th, 2006 02:56 PM
problem debugging smart tag, please help Medes Visual Studio 2005 0 April 15th, 2006 03:09 PM
dynamic smart tag Medes VS.NET 2002/2003 0 April 13th, 2006 12:59 PM
creating smart tag library Medes Visual Studio 2005 0 April 10th, 2006 03:29 PM





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