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

What are circular references? How garbage collection deals with circular references.

0 Answers  


what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?

0 Answers   4Cplus,


what are implementation inheritance and interface inheritance?

0 Answers  


Why are strings in c# immutable?

0 Answers  


what happens if you inherit multiple interfaces and they have conflicting method names?

0 Answers   Siebel Systems,






What is service contract

2 Answers   Synechron,


How do you concatenate in c#?

0 Answers  


What is type safe code?

0 Answers  


how can one use hcl and c sharp together?

0 Answers  


What is razor view in c#?

0 Answers  


Can you prevent a class from being instantiated?

0 Answers  


How long can loop recorders stay in?

0 Answers  


Categories