hello guys
I need this code please in c#
I have employees table in the SQL server and it is shown in WinForm in gridview
the table has an EndTime column and Holiday date column so I need the endtime in gridview countdown how many days left
hello guys
I need this code please in c#
I have employees table in the SQL server and it is shown in WinForm in gridview
the table has an EndTime column and Holiday date column so I need the endtime in gridview countdown how many days left
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
KHALID ALSABBALIPosted Mar 20, 2022, 5:07 PM
sda.Fill(ds);
gvCountDown.DataSource = ds;
gvCountDown.DataBind();
i have this error databind under red line
Rijwan AnsariPosted Mar 20, 2022, 4:41 AM