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



hi In my database i put id column as identity(the database is incremented by it self only)what i..

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

Post New Answer

More C Sharp Interview Questions

How to implement an object pool in c#.net.

0 Answers  


What is default parameter in c#?

0 Answers  


What is serialization in .net?

0 Answers  


How do generics work in c#?

0 Answers  


What are delegates in C#?

0 Answers   Winsol Solutions,






What is string method in c#?

0 Answers  


What is the Difference between value and reference type?

12 Answers   Wipro,


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,


Explain the difference between boxing and unboxing.

0 Answers   Accenture,


How do you remove white spaces from a string?

0 Answers  


write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #

4 Answers   TCS,


What is an escape sequence? Name some string escape sequences in c#.

0 Answers  


Categories