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 the difference between console and windows application?
What are the 4 pillars of any object oriented programming language?
What is a variable in c#?
Does a loop recorder have to be removed?
What is thread and explain states of a thread in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What issues can be faced while delivering code?
Explain dataadapter.update method in .net?
What is unrecognized escape sequence in c#?
List the differences between method overriding and method overloading?
What is the purpose of static?
Why are dynamic link library used over static one?
What do you mean by the delegate in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is the use of getcommandlineargs() method in c#.net?