<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3526389193101573038</id><updated>2011-07-15T10:52:27.341-07:00</updated><category term='blog hass been shifted'/><title type='text'>Asp.Net FAQ</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://aspdotnetc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3526389193101573038/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://aspdotnetc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Abhinav Moudgil</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://2.bp.blogspot.com/-eTDWMsiqSt8/TiB-UXDep2I/AAAAAAAAPwk/n8pSjxYSJtI/s220/249972_10150213508273447_632448446_7077653_771488_n.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3526389193101573038.post-5324337042473192048</id><published>2009-08-03T22:36:00.000-07:00</published><updated>2009-08-03T22:38:28.388-07:00</updated><title type='text'></title><content type='html'>int[] myArray = {2, 4, 5, 6, 43, 432, 3, 94, 2};&lt;br /&gt;  Response.Write("Il valore più alto è: " + getMax(myArray));&lt;br /&gt;}&lt;br /&gt;private int getMax(int[] myArray)&lt;br /&gt;{&lt;br /&gt;  int massimo = 0;&lt;br /&gt;  foreach (int valore in myArray)&lt;br /&gt;    if (valore &gt; massimo)&lt;br /&gt;      massimo = valore;&lt;br /&gt;  return massimo;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;OR you can try&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;public void getMaxIndex(int[] thearray)&lt;br /&gt;{&lt;br /&gt;int k =0;&lt;br /&gt;foreach (int j in thearray)&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;if (j &gt; k)&lt;br /&gt;k = j;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;Console.WriteLine("The max number in array is:{0}",k);&lt;br /&gt;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3526389193101573038-5324337042473192048?l=aspdotnetc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetc.blogspot.com/feeds/5324337042473192048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aspdotnetc.blogspot.com/2009/08/int-myarray-2-4-5-6-43-432-3-94-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3526389193101573038/posts/default/5324337042473192048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3526389193101573038/posts/default/5324337042473192048'/><link rel='alternate' type='text/html' href='http://aspdotnetc.blogspot.com/2009/08/int-myarray-2-4-5-6-43-432-3-94-2.html' title=''/><author><name>Abhinav Moudgil</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://2.bp.blogspot.com/-eTDWMsiqSt8/TiB-UXDep2I/AAAAAAAAPwk/n8pSjxYSJtI/s220/249972_10150213508273447_632448446_7077653_771488_n.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3526389193101573038.post-6981981406888902488</id><published>2009-06-16T19:28:00.000-07:00</published><updated>2009-06-19T09:57:51.864-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog hass been shifted'/><title type='text'>this Blog is shifted to new address</title><content type='html'>blog has been shifted &lt;a href="http://www.dotnetfaqcurry.blogspot.com/"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3526389193101573038-6981981406888902488?l=aspdotnetc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetc.blogspot.com/feeds/6981981406888902488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aspdotnetc.blogspot.com/2009/06/this-blog-is-shifted-to-new-address.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3526389193101573038/posts/default/6981981406888902488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3526389193101573038/posts/default/6981981406888902488'/><link rel='alternate' type='text/html' href='http://aspdotnetc.blogspot.com/2009/06/this-blog-is-shifted-to-new-address.html' title='this Blog is shifted to new address'/><author><name>Abhinav Moudgil</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://2.bp.blogspot.com/-eTDWMsiqSt8/TiB-UXDep2I/AAAAAAAAPwk/n8pSjxYSJtI/s220/249972_10150213508273447_632448446_7077653_771488_n.jpg'/></author><thr:total>0</thr:total></entry></feed>
