That is a very vague question. Stored procedures are not a part of .Net, but
you can call a stored procedure in a database by using the
SqlCommand/OleDBCommand class.
As for how to use classes. You really have to be more specific. An
instance of a class is called by a reference to that instance, whereas static
members of a class is called by using the class name.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.