Posted on: 8/9/2015 10:29:16 AM | Views : 806

Dear all,
I am new to asp.net forms.
This is my requirement. When a link button event happens in the master page - I want a panel to be shown in a assetpage.
In asset page I have one panel and two grids . I want grdActive need to be shown when link button is clicked. can somebody give inputs.
<%@ Page Title="" Language="C#" MasterPageFile="~/cwdr.Master" AutoEventWireup="true" CodeBehind="AssetReg.aspx.cs" Inherits="cwdrweb.AssetReg" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainMasterPageContentPlaceHolder" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <asp:Panel ID="fldPanel" runat="server"> <table style="width: 100%"> <tr> ...

Go to the complete details ...