Hi
I want to insert a row in gridview using C#
I do not want to connect using sqldatasource and input parameters( usually many of them code in UI part). But i DO NOT want that.
i am supposed to do it dynamically. I have to put all code in C#. No connection should be made to SQLDATASOURCE
Thanks
I want to insert a row in gridview using C#
I do not want to connect using sqldatasource and input parameters( usually many of them code in UI part). But i DO NOT want that.
i am supposed to do it dynamically. I have to put all code in C#. No connection should be made to SQLDATASOURCE
Thanks
Comment