Introduction:-
Here I have explained how to show gridview
row data in pop up using string builder
as well as I have explained how to change gridview row color dynamically.
Description:-
In this article I will explain how
to show a pop up view like modal pop up using string builder. For this I have
taken one gridview control and checkbox inside that gridview. Here I have also
explained how to select all checkboxes at a time and also uncheck.
I will explain it more briefly
with my source code and table design structure.
Most of the developer uses modal
popup control to show records,but I am providing one new procedures to show
record in the same manner.
As I have discussed, here I am
going to explain, how to show gridview row data in pop up using String Builder.
I have used here one aspx page with
a gridview control. Also I have used two images as CloseTab2.jpg and
SearchButton.gif in my images folder and .js script in Scripts folder and one
sql server database ShibashishDatabase.mdf in App_Data folder as shown Below.