Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
how to increment by 1 value in c#
Carlos kambui
9y
413
1
Reply
how to increment by 1 value in c#
int x = 0;
for (int i = 0; i < tStudent.adm_no; ++i)
if (tStudent.adm_no >0)
{
x = x + 1;
tStudent.adm_no = x;
}
i want when i admit new student i got a new adm_no automatically
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Can i use footer in DataGridView for viewing a total amount
Multiple user login c#