I am designing a web page, i want to get last entry from the column (“call_id) from the table “tbl_CALL” and store in the variable(“lastcallId”).
can anyone help me for writing he code in c#.
Thanks in advance
I am designing a web page, i want to get last entry from the
Share
Try this:
on your web.config:
in your C#:
Now, the content of your SQL query is now at
dt. I hope this helps.