Urgent: how to add values in gridview textboxs in vb.net?
-
Requirement: In vb.net I want to add records in gridview text boxes? how it will be possible. Explaination: I have gridview named gridAsset with 5 columns all are text boxes. suppose now i am entring values in first row then after that with out saving these values in data base i want to enter another one more record.it means now grid row count is 2. after this on click on save button it should be saved in data base. please give me solution aspx as well as in aspx.vb in both. Thanx
-
Requirement: In vb.net I want to add records in gridview text boxes? how it will be possible. Explaination: I have gridview named gridAsset with 5 columns all are text boxes. suppose now i am entring values in first row then after that with out saving these values in data base i want to enter another one more record.it means now grid row count is 2. after this on click on save button it should be saved in data base. please give me solution aspx as well as in aspx.vb in both. Thanx
Well, a gridview can be set up to support an 'add' link that gives you a row with textboxes and saves the data to the server.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )