if you are using front end then limit the width size to zero. for that the columns you don't like to display.
M
mtasaad
@mtasaad
Posts
-
Select all columns of table accept one -
Connect to Stored procedure in sql using ADO.NET FROM ASP.NET c#I am trying to write a code for a web site using C# to pass parameters from from1.aspx to a class1.cls and then pass it again to another cls then execute it in a third class to added to stored procedure in Sql server. example: user insert first name in front end form1.aspx. then firstname=txtfirstname.Text in form1.cs then pass firstname parameter to another class called member.cls. and then pass again to third class called EXECUTE.cs class. to insert the record to stored procedure in Sql Database. my problem is between member.cls and execute.cls :confused: Thanks.