i want to escape starting ('' )at the start of string
i want to just replace the string
Code:
<%@ WebHandler Language="C#" Class="Type_BLC" %> using System; using System.Web; using System.Data; using System.Data.OracleClient; using System.Web.SessionState; using System.Text; using System.Text.RegularExpressions;
Leave a comment: