Prev: Accessing Composite Control Viewstate stored properties from clientside Javascript
Next: Are there any known problems using Visual Studio 2008 on Windows 7 64-Bit
From: JohnE on 9 Apr 2010 00:36 I have a formview inside of a modal popup. The formview is showing all the fields of the selected row/record from a gridview. But, there are 50 fields for each record. Some will be editable and others not. Paging is not allowed. How can I keep from having a long listing of 50 fields in the formview inside the modal popup? Is it possible to have a form with a tabcontrol in it show up inside the modal popup? Looking for ideas and suggestions. Thanks...John
From: Alexey Smirnov on 13 Apr 2010 17:12
On Apr 9, 6:36 am, JohnE <Jo...(a)discussions.microsoft.com> wrote: > I have a formview inside of a modal popup. The formview is showing all the > fields of the selected row/record from a gridview. But, there are 50 fields > for each record. Some will be editable and others not. Paging is not > allowed. How can I keep from having a long listing of 50 fields in the > formview inside the modal popup? Is it possible to have a form with a > tabcontrol in it show up inside the modal popup? Looking for ideas and > suggestions. > Thanks...John See http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/3f155c4ec33f46a3 |