i am having one master in that i placed one treeview control.sub treeview nodes is redirected to another webpages while selecting subtreview nodes it is refreshing master page also
how to stop refreshing master page and i want only change web page in content place
billow my code
master page code:
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Entarchy.master.cs" Inherits="BondEnvironmentInfo.Entarchy" %>
<%--
--%>
<%-- | <%----%> <%-- | |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DEV1.aspx.cs" Inherits="BondEnvironmentInfo.DEV1" MasterPageFile="~/Entarchy.Master" %>
Thanks in advance

Akshay PhadkePosted Aug 29, 2016, 3:19 AM