Click here to Skip to main content
16,019,768 members

Comments by lbazetto (Top 6 by date)

lbazetto 28-Jul-13 21:39pm View    
you can use lambda expression, like:

var mymaxvaleu = MyTable.Max(p => p.id);

documentation from microsoft:
http://msdn.microsoft.com/en-us/library/dd293599.aspx
lbazetto 28-Jul-13 21:33pm View    
select max(id), max(size) from table
lbazetto 28-Jul-13 21:29pm View    
what is the context? a form? a table?
lbazetto 16-Jul-13 17:33pm View    
I do not understand your question, but see if the link can help you:

http://msdn.microsoft.com/en-us/library/system.net.httpwebresponse.getresponseheader.aspx
lbazetto 15-Jul-13 22:39pm View    
Deleted
You should use Commentary.text and not commentary.value to get the value