using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using BLL; using System.Text.RegularExpressions; using Web; namespace FineUIPro.Web.RLSB { public partial class WelderRead :PageBase { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { } } } }