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 overloading with example?
How big is a float?
What do you understand by 'access specifiers' in C#?
What are console applications used for?
windows c# using datagridview in edit form sql server
What is the base class of all classes in c#?
What is private in c#?
What is entity framework c#?
What is console used for?
What is executenonquery c#?
What is difference between private, protected, and public in C#?
Is an interface a type c#?
What is concrete class in c#?
How can you prevent escaping on backslashes in C# with string definitions?
Can an exception be thrown from a catch block?