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
When To use HashTable In C#
Is c# scripting language?
How do you declare a variable in c#?
List the 5 different access modifiers in c#?
What is difference between the "throw" and "throw ex" in .net?
Can hashset contain duplicates c#?
What is the use of getcommandlineargs() method in c#.net?
What are Types of assemblies that can be created in dotnet
What is the use of static in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
What is parallel foreach c#?
What does f mean in c#?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
Is int a struct in c#?
What is datatable and dataset in c#?