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 |
How to implement an object pool in c#.net.
What is default parameter in c#?
What is serialization in .net?
How do generics work in c#?
What are delegates in C#?
What is string method in c#?
What is the Difference between value and reference type?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Explain the difference between boxing and unboxing.
How do you remove white spaces from a string?
write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
What is an escape sequence? Name some string escape sequences in c#.