From: Mario on 14 Apr 2010 16:05 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#
From: Mario on 15 Apr 2010 05:23 "Mario" <pascal(a)po.t-com.hr> wrote in message news:hq577c$7o6$1(a)ss408.t-com.hr... > 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.
From: Mario on 16 Apr 2010 01:35 "Mario" <mzupan(a)vup.hr> wrote in message news:hq6lud$210$1(a)news2.carnet.hr... > > "Mario" <pascal(a)po.t-com.hr> wrote in message > news:hq577c$7o6$1(a)ss408.t-com.hr... >> 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. > Well, I solve the problem partially, because when I put paging, the next ListView page start counting rows from begining.
|
Pages: 1 Prev: How do I act upon two events at once in asp.net? Next: DotNetFx 4.0 won't install |