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 August 12th, 2004, 10:36 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default DataSet with DataGrid question

Hello
Another question from me a beginner.

It is easy to load raw DataSet to DataGrid.
What if I want to add html tags and styles tags to my DataSet before loading in DataGrid?

Is there an easier way then take DataSet1 and convert to string then add tags. Then create new DataSet2, convert string to DataRow (if this is possible - by add to collections of DataSet??) and databind DataSet2 to DataGrid.

Any simplier solution to this?

 
Old August 12th, 2004, 11:08 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Your dataset should contain data not formatting (unless of course your data is formatting). What do you wish to achieve that requires you to modify the data? Are you just trying to establish a display of the data in a certain style? The datagrid control supports loads of styles and settings to modify the appearance of the grid.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on DataSet instances VictorQ BOOK: Beginning C# 2005 Databases 0 January 28th, 2007 11:11 PM
Dataset question MaxGay2 VB.NET 2002/2003 Basics 1 November 16th, 2006 10:33 AM
Dataset Question katsarosj ASP.NET 1.0 and 1.1 Basics 9 December 1st, 2005 07:05 AM
Dataset Question Ozymandias VB.NET 2002/2003 Basics 1 November 19th, 2003 12:00 PM





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