Display records similar to Classic ASP using DataList or Repeater
- From: Kas_aspnet <Kas_aspnet.1yirxq@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 20:22:54 -0600
Hi,
I have to display a sequence of records in an Aspx page. The problem
is, i have to display the records by checking conditions like Classic
ASP.
For example, consider an employee table. In my case the employees'
details should be displayed in Alphabetical order.The employee names
starting with "A" should display two extra HTML rows showing some more
details.
I've to display the employee name starting with "B"(Only one row) as
bold and Consequent records(Starting with "C","D","E",...) should be
shown without bold.
The controls may be either Repeater or Datalist, but not DataGrid. I
prefer using Repeater.
This scenario can be well done in ASP. But in ASP.NET it is an
headbreaking issue for me. Is ASP.NET not that powerful like ASP? I
have to migrate at any cost.
Does anyone know how to achieve it?
Thanks in advance
Kas_Aspnet
--
Kas_aspnet
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Prev by Date: RE: Error Debubbing newly created ASP.NET Project
- Next by Date: Re: Hard to solve Problem - ASP.Net aspx pages hang machine on localhost
- Previous by thread: Re: Playing Sounds
- Next by thread: Re: Showing the column headers of a GridView when there is no data
- Index(es):
Relevant Pages
|
Loading