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 { border : solid1px#c0c0c0; background : #f0f0f0; padding : 0px10px10px10px; position : absolute; top : -1000px; } </ style > Step 3: Create an aspx page and add a Gridview with another gridview in the last TemplateField. The last templatefield will also contain a lable which will
C#, ASP.NET, .NET, Intermediate,Database,Database,Free source code, tutorials
Comments
Post a Comment