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
How to find type of variable?
Is nullable type c#?
Can we have multiple constructors in a class c#?
Define the term immutable ?
Is c# 8 released?
How do destructors and garbage collection work in c#?
What is scope c#?
What is the purpose of escape sequence?
Why do we use 0?
Why do we need escape characters?
What is difference between a function and a method?
What is the major difference between a custom control and user control?
What is the importance of closing an ado.net application?
What is object pool in .net?
What is typeof c#?