User-605499000 posted
I am trying to see my site master page and I am getting stopped in default cs. Below is the problem
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace bumples18
{
public partial class _default : System.Web.UIPage
{
protected void Page_Load(object sender, EventArgs e)
}
I am being told to use void at the end and that doesn't work. My old site had me using Base Page and I can't use that because I am going to change names like register on that page.
All I want to do is see my site master to see what the page will look like.
Hope someone can help me.
Jen