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 Posted / 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 |
Post New Answer View All Answers
What is .net c#?
What do you mean by “finalize” and “finally” methods in c#?
What is default value of decimal c#?
what is a static constructor?
What are the basics of c#?
What is data dictionary in c#?
What is the importance of closing an ado.net application?
Which technology is best for desktop application?
What is get set in c#?
When do you generally use a class over a struct?
Can int be null in c#?
What is using directive in c#?
What is reflection c#?
What is difference between virtual and override in c#?
What is data set in c#?