Hi
I have textbox & Gridview By default value in textbox will be 5 , so gridview should be created of 5 rows & 5 columns.
If user enters more than 5 (say 10) then gridview should have 10 rows & 10 columns & should become scrollable . By default gridview should be of size 5 By 5 .
Thanks