i am new in asp.net and
I have design a form in asp.net to insert educational details and experience details row wise , and same i want to insert form data into sql server database row wise as it appear in from . i have created the table as required in database but
I am not able to do so , please help me in this regards.
Thanks & Best Regards
Shailendra Kumar
Loading
Rohit AiriPosted Dec 4, 2014, 1:54 AM
I am assuming that you already set your web.config file.
To insert data write code(Insert into tablename values(your parameter,param,pa...)). Pass your controllers value to this cammand.