Insert a text value in listview at 0 index in vb.net -
i have listview bind datasource. in listview have insert hardcode value (add new..) , button @ 0 index of listview.
can how can insert value , button @ 0 index of listview.
thanks in advance.
you cannot insert values while control bound data source. have find way include value in data source @ zeroth position , rebind control, or abandon idea of using data source , instead populate control's items manually.
Comments
Post a Comment