Say, I have a TextBox – When the User enters contents into TextBox and Click on Add the Content Should Populate in the DataGrid Without any db connectivity. The User Can add repeated items in the TextBox and Click on Add, So Every Value gets Popluated in the Grid.
How do I achieve this?
Say, I have a TextBox – When the User enters contents into TextBox and
Share
You can try something like this, first you have to Imports the System.Collection.Generic namespace
I Hope this works for you