GridView Control
-
Hi guy I'm new and still learning asp.net(vb).I have 3 GridView in one form ,when page load,only the first GriView to be visible,It has the commandfield(select)when the user clicks the command fiels,make the first one invisible and second one visible(on the position of the first one)The second GridView have 2 commandfiels view(to allow the user to go to the Third GridView) and back(to allow the user to go to the first GridView). When clicking the view on the second GriView make the second one invisible and third one visible(on the position of the first one). And Allow only the CheckBox of the third GridView to check and uncheck .Lastly Save Button to to save the information in table. **** Pease guys this is acutellt what I what to do ***Please help me with the code for this oga m
-
Hi guy I'm new and still learning asp.net(vb).I have 3 GridView in one form ,when page load,only the first GriView to be visible,It has the commandfield(select)when the user clicks the command fiels,make the first one invisible and second one visible(on the position of the first one)The second GridView have 2 commandfiels view(to allow the user to go to the Third GridView) and back(to allow the user to go to the first GridView). When clicking the view on the second GriView make the second one invisible and third one visible(on the position of the first one). And Allow only the CheckBox of the third GridView to check and uncheck .Lastly Save Button to to save the information in table. **** Pease guys this is acutellt what I what to do ***Please help me with the code for this oga m
Hi, Firstly on data command og 1st gridview make it visible false and make 2nd visible true and do the same for 3rd to be visible and then on save button click event save the related data. Hope it helps u...