ListView: Text from previous row

M

Mario

In one ListView column I need to pickup the text from previous row as
suggestion in a new, inserting row.What event I need to use ? How to pick up
the text, from previous row, same column? And how to put it in a insert row
?

ASP.NET, C#
 
M

Mario

Mario said:
In one ListView column I need to pickup the text from previous row as
suggestion in a new, inserting row.What event I need to use ? How to pick
up the text, from previous row, same column? And how to put it in a insert
row ?

ASP.NET, C#
I solve row numbers with items.Count. Staying occupied with picking specific
field.
 
M

Mario

Mario said:
I solve row numbers with items.Count. Staying occupied with picking
specific field.
Well, I solve the problem partially, because when I put paging, the next
ListView page start counting rows from begining.
 

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