Hi, I got an old web page which is written using HtmlTextWriter.
I have some problems to control it. So I wanted to convert that into simple asp.net page.
What is the way to do so? Below is my code:
- <%@ Page Language="C#" %>
- <%@ Import Namespace="System.IO" %>
- <%@ Import Namespace="System.Data" %>
- <%@ Import Namespace="System.Data.SqlClient" %>
forntel workonlyPosted Jan 29, 2021, 8:18 PM
Ram ChanPosted Sep 7, 2017, 1:55 AM