Visual Studio 2005, ASP.Net

  • Thread starter Doubt of Rajeev AM
  • Start date
D

Doubt of Rajeev AM

Iam developing a web based payroll system suing Visual Studio 2005 and
ASP.Net. I would like to have certain clarification on the following line.

I would like to pick employee name from a list which contain multiple
colums with employee name,employee id,department as coumn headers. For this
if I use combobox - it can contain only one column, if I use listview and if
the no of employees are high the selection will become too slow. Can you
suggest any control which will support multiple columns and multiple records
(rows) with an area to enter some text value (employe name) which is to be
serched with in the displayed list ?

I also would like to know about a control (feature ) which supports data
entry in a grid format (rows and columns). The grid should suport data entry
directly in to a cell. The grid also should suport data binding. I should be
able to customise the column/cell format into textbox,combobox, etc. Is there
any such inbuilt control available with Visual Studio 2005 ans ASP.Net ? If
not, is it advisible to build a user control by ourself or buying a provern
third party control ? If third party control is advisable can you suggest a
well known and widely used one ?

Rajeev
 
A

Alvin Bruney [MVP]

A listview or gridview with paged access will fix the slowness.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top