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

Comments by Gee Varghese (Top 12 by date)

Gee Varghese 27-Jul-14 11:58am View    
Whichever, either on the list or the Datatable.
Gee Varghese 27-Jul-14 11:47am View    
Is it possible to do like : (SOHeader is a table)

var a= from p in SOHeader.AsEnumerable()
where p.Field<datetime>("SO_Date").Month==DateTime.Now.Month
select new
{
Year = p.Field<int>("Date")
};
Gee Varghese 27-Jul-14 11:38am View    
How do we do that ?
Gee Varghese 27-Jul-14 11:13am View    
I don't use Gridviews.
I have loaded my Datatable with data from a List<class objects="">.
My requirement is to load data from List<Objects> to the Datatable which have date of this month. Or show data of this month from Datatable. I prefer to choose Linq.
Gee Varghese 27-Oct-13 10:12am View    
As of now, the code I have used is here http://www.aspsnippets.com/Articles/Building-Modal-Popup-using-ASPNet-AJAX-ModalPopupExtender-Control.aspx