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
Jyoti Jodha
NA
1.7k
405.9k
How to generate bill number show in Textbox from database c
Jun 12 2017 4:27 AM
How to generate bill number show in Textbox from database in c#
what change in this code to show billno in textbox
private int billno(string p)
{
Int32 Billno = 0;
cmd = new SqlCommand(p, con);
con.Open();
Billno = (Int32)cmd.ExecuteScalar();
con.Close();
return Billno;
// int billno = 0;
//billno = billno + 1;
//txt_billno.Text = billno.ToString(p);
}
int Billno = billno("Select ISNULL(Max(Billno+1),1) From MainBillForm");
Reply
Answers (
3
)
How to add Appendix in table of contents in word using VSTO.
How to track user activity on windows aaplication C#