How to execute a SQL statement/procedure using .net API

I am importing my data using sql server import and export wizard and that doesnt trigger my triggers so i am looking for a way to call my sql procedure by allowing a user to click on a button which will then call a sql proc.

Any suggestions are welcome. Thanks.