TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
albert albert
NA
524
0
increase row in database
Jul 4 2014 6:37 AM
Hi everybody,
in the database I have some number, like: 1, 2, 3, 999,999 - from above to down
but if you want to sort up, then if 999 is above the last number not 999 then number has to be number + 1, so in this case 3 became 4, but if you have 4 it will be 5
do you have maybe something for it
if (medicijn.Volgorde == 999)
{
//medicijn.Volgorde = ( 999 - medicijn.Volgorde) + 1;
medicijn.Volgorde = medicijn.Volgorde;
}
Thank you
Reply
Answers (
1
)
Regarding Sql error code
i need to save the data automatically in asp.net