Editing Child GridView in Nested GridView In this article we will explore how to edit child gridview in the nested gridview. Let''s write some code. Step 1: Add scriptmanager in the aspx page. < asp : ScriptManager ID ="ScriptManager1" runat ="server" EnablePageMethods ="true"> </ asp : ScriptManager > Step 2: Add below stylesheet for modal popup. < style type ="text/css"> .modalBackground { background-color : Gray; filter : alpha(opacity=80); opacity : 0.5; } .ModalWindow { ...
C#, ASP.NET, .NET, Intermediate,Database,Database,Free source code, tutorials
Comments
Post a Comment