This is a discussion on "data representation of months in a web page" within the ASP.NET Forum section. This forum, and the thread "data representation of months in a web page are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
data representation of months in a web page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
data representation of months in a web page
Dear all,
I wish to do a display on a web page something of this sort:- Month Name Date Title 1 Title 2 Price Entry1 Entry2 Entry3 Month Name2 Date Title 1 Title 2 Price Entry4 Entry5 Entry6 Month Name3 Date Title 1 Title 2 Price Entry7 Entry8 Entry9 My idea is to create multiple dynamic datagrids and bind them to the data retreived for that particular month. However i was wondering if there is a shorter work-around for this representation Thanks for your help Johann |
|
|
|
|||
|
Re: data representation of months in a web page
I think what you need is a nested data repeater / data grid bound to a dataset or datareader.
you would have to handle the nested repeater databinding manually within the itemdatabound event. |
|
|||
|
Re: data representation of months in a web page
The best way I've found to get month names in ASP.net is by using:
If you're getting the full date from a datasource, and I'm assuming you need to extract it from an an msSQL database, you'd need the query:
I made some very large assumptions when writing this - but I hope you can get something useful out of it! Good luck, Snow |
![]() |
| Tags |
| data, representation, months, web, page |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| send data from php page to jsp page | ktsirig | PHP Forum | 2 | May 2nd, 2008 13:00 |
| Data collection and graphical representation | chrisse | Starting Out | 1 | Aug 31st, 2007 14:10 |
| anyone have this months Advanced Photoshop Magazine | Voodoochilli | Webforumz Cafe | 8 | Jul 2nd, 2007 15:21 |
| Code for button to refresh page after inserting data in sql db | wacara | JavaScript Forum | 0 | Apr 27th, 2007 02:45 |