first of all i am new to asp.net but i am familiar with vb.net
my question is how could i edit some values in datagrid??
for example i have a database some of these values should not be hidden and in that way,i want to set up some value in a particular column...cause in vb.net i am using listview.....i can manipulate what value i want to show....like in this code....
dt is a variable that is a datatable and i think the rest is self explanatory...
lvwItems.SubItems.Add(dt.Rows.Item(idx).Item(1)) and in this way i could show all the values in the second column of the listview...thanks in advance and i hope this is clear....thanks again...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.