ListView: Text from previous row

  • Thread starter Thread starter Mario
  • Start date Start date
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#
 
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.
 
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.
 
Back
Top