WEB开发网
开发学院WEB开发ASP.NET ASP.NET域名查询系统 阅读

ASP.NET域名查询系统

 2007-12-15 09:30:38 来源:WEB开发网   
核心提示: while (null != (strLine = sr.ReadLine())) { strBuilder.Append(strLine+"<br>"); } tcpc.Clos


        while (null != (strLine = sr.ReadLine()))
        {
                strBuilder.Append(strLine+"<br>");
        }
        tcpc.Close();
               
        blSuccess = true;
        string my="Go to Huobazi's WebSite:<a href=\"http://www.aspxboy.com\" title=\".Net男孩社区\">www.AspxBoy.Com</a><br>";
        strResponse = strBuilder.ToString()+my; }
 catch(Exception e)
 {
        strResponse = e.ToString();
 }
 
 return blSuccess;
}
 </script>

上一页  1 2 

Tags:ASP NET 域名

编辑录入:coldstar [复制链接] [打 印]
赞助商链接