Chinna Netha

Chinna Netha

  • NA
  • 282
  • 132.2k

how to write title using master page --> child web form

Jul 11 2015 11:52 AM
how to write title,meta tags in master child web form in asp.net
 
<%@ Page Title="test page" Language="C#" MasterPageFile="~/Site.Master"
AutoEventWireup="true" CodeFile="WebForm1.aspx.cs"
Inherits="onlineexamsworld.WebForm1"
MetaDescription="this is a test page" MetaKeywords="page,title,check,control page" %>
 
 
 

Answers (7)