behind code--- public void Bind() { DCI_BAL1 objDCI_BAL = new DCI_BAL1(); DataSet ds = new DataSet(); string collegeId = Session["CollegeId"].ToString(); objDCI_BAL.Qtype = "11"; objDCI_BAL.CollegeId = collegeId; objDCI_BAL.UserId = UserID; ds = objDCI_BAL.BindData(objDCI_BAL); if (ds.Tables.Count > 0) { grdprof.DataSource = ds; grdprof.DataBind= ds; } I want to Know how to Hide ImageUrl="~/images/File.png" when i get value null in column so please help me
1 Reply
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.
Nilesh ShahPosted Apr 3, 2017, 12:32 PM