hi
In my database i put id column as identity(the database is
incremented by it self only)what i want is if i enter a data
in my website, id will come automatically can u pl z tell me
the code
thax in advance
Answer / swaroop
What I understood from your question is you want to display
the latest value from the ID column, in your web page.
Write code in the page load event such to fetch the latest
value from the ID column, and display it in your page.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to parse a datetime string?
What is the signature of a method?
What is early binding and late binding
12 Answers ABC, Infosys, TATA,
Does hashset allow duplicates c#?
Can we have only “try” block without “catch” block in c#?
Is int reference type c#?
What does public mean in c#?
What is visual c# net?
Explain About friend and Protected friend
Is there throws keyword in c#?
What is wpf application in c#?
What do constructors do in c#?