V
Vijay
Hi,
I ve created a webpage with a data grid view and a textbox and a button.
When I enter a text and click the button, the value must be added to the
list (collection) and the list is binded with the data grid view.
for this I created and initialized a list. In the button click event I added
the textbox value to the list and binded it to the grid view.
The problem is whenever I click the button, the last value that I entered
is only displayed.
Anyone please help me...
I ve created a webpage with a data grid view and a textbox and a button.
When I enter a text and click the button, the value must be added to the
list (collection) and the list is binded with the data grid view.
for this I created and initialized a list. In the button click event I added
the textbox value to the list and binded it to the grid view.
The problem is whenever I click the button, the last value that I entered
is only displayed.
Anyone please help me...