Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 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 September 26th, 2004, 12:15 PM
Authorized User
 
Join Date: Jun 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to drdexter33 Send a message via MSN to drdexter33
Default datagrid in a tabstrip control problem

Hi there.

I have a tabstrip control and need to place a datagrid control in one of the pages as shown below:



<ie:tabstrip id="jobSummary" runat="server" >
<ie:Tab Text="Job Summary" runat=server />
</ie:tabstrip>
<ie:multipage id="jobSummaryTabs" runat="server" >

<ie:Pageview id="tabShifts" runat=server>
<asp:dataGrid id="dgShifts" runat="server" Visible="true" Width="400" ShowHeader="true" ShowFooter="false" Enabled="true" EnableViewState="true">
</asp:dataGrid>
</ie:Pageview>
</ie:multipage>




Problem is, the datagrid doesn't render.

Anyone know why this is true?

Thanks

Doug Dexter





Similar Threads
Thread Thread Starter Forum Replies Last Post
DropDownList problem as DataGrid Control param99 ASP.NET 1.0 and 1.1 Professional 1 November 23rd, 2006 12:18 PM
Problem Regarding Microsoft DataGrid Control in C# abhi_ayush General .NET 1 May 30th, 2006 09:01 PM
TabStrip dkr72 Excel VBA 9 November 20th, 2004 05:47 PM





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