Click here to Skip to main content
15,898,134 members

Comments by ChintanShukla (Top 55 by date)

ChintanShukla 7-Oct-14 1:56am View    
Dude, Stop down voting Solutions. You did not Posted the whole code, so we are not Magaicians to know your problem without code. And the solution that you were satisifed with shows you need to brush up with OOPs. Read This next time before you post a question

http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ#rules
ChintanShukla 1-Oct-14 5:30am View    
And what have you tried for it?
ChintanShukla 1-Oct-14 5:21am View    
Can you pleas share your Code
ChintanShukla 30-Sep-14 8:20am View    
Can you provide your web config file?
ChintanShukla 30-Sep-14 8:14am View    
I am talking about datatable dt. Apply a break point and open visualizer and check the column name

To use it, break into your code, mouse over your DataTable, expand the quick watch, view the Tables, expand that, then view dt . You will see something like {Table1} in the quick watch, but notice that there is also a magnifying glass icon. Click on that icon and your DataTable will open up in a grid view and then check column name.