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
407k
Invalid column name in windows application c#
Jun 13 2017 1:28 AM
Invalid column name 'txt_billno'..in windows application c#
private int txt_billno(string p)
{
Int32 txt_billno = 0;
cmd = new SqlCommand(p, con);
con.Open();
txt_billno = (Int32)cmd.ExecuteScalar();
con.Close();
return txt_billno;
}
private void MainBillfrm_Load(object sender, EventArgs e)
{
int Billno = txt_billno("Select ISNULL(Max(txt_billno+1),1) From MainBillForm");
}
Reply
Answers (
5
)
Expandable and Collapsible Columns in DataGrid in C# Winform
How's possible to have two column in one headers in Datagrid