Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I am wondering if there is a way of using the truncate function within a delete actionresult.

For example, a product with the id number of 7 it deleted from the table I want the next record below it to then have the id number of 7, therefore not having total different id numbers within the Products table, especially if more products get deleted.

Is there a way to do this within an asp.mvc actionResult??

Can someone please help me out with this. Many Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.