Click here to Skip to main content
15,881,769 members

Comments by Rasik Bihari Tiwari (Top 4 by date)

Rasik Bihari Tiwari 6-Jan-17 6:53am View    
Nope. You code doesn't work even after importing System.Linq namespace. It is not even compiling. It gives following compilation error - 'System.Web.UI.WebControls.TableCellCollection' does not contain a definition for 'ToList' and no extension method 'ToList' accepting a first argument of type 'System.Web.UI.WebControls.TableCellCollection' could be found (are you missing a using directive or an assembly reference?)
Rasik Bihari Tiwari 4-Jan-17 21:27pm View    
I'm not the downvoter but I just tried running your code and it is giving compilation error. There is no "ToList()" method that you have used in GrdJobno.HeaderRow.Cells.ToList().
Rasik Bihari Tiwari 4-Jan-17 19:44pm View    
What is the data type of GrdJobno and dtCustomers variable? I request you to please post complete code.
Rasik Bihari Tiwari 22-Dec-16 18:40pm View    
If you have to check whether five fields always have a value of 0, 1 or 2 then you just need five if statements. Why would you write 50 if else condition? Can you add some sample code to your question so that it becomes more clear on what you are trying to achieve?