0
on the top of u'r .cs file there is lot of import syntax
u can use "using" syntax
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
the next problem, u must know what library u need to import. :D
0
yes, u hit it on the nail.
how do I import on visual C# express?,also getting rid of syntax errors after debugging.
0
Welcome!
Are you talking about syntax errors? If you build the program, you will see the exact error message. It is probably you need to inport a namespace to use that red-lined class/object.