using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
namespace StockTaking
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
SqlConnection connection = new SqlConnection();
}
}
}
Tuesday, October 13, 2009
Syntax Highlighter On Blogger
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment