K
Kas_aspnet
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
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