"Whatever you do will be insignificant, but it is very important that you do it - Mahatma Gandhi"

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

MITSOM College- SYNERGY 2012

Mission :


The MITSOM College has a vision of being in the forefront for providing cutting edge management & technical education across the globe. With a committed and competent faculty and strong industrial interface MITSOM College stays ahead in its endeavor to deliver knowledge to empower the leaders of tomorrow. We believe in creating a vibrant and stronger India through management knowledge that will propel our nation to surge ahead. We believe in the ability and potential of individuals and we believe in realizing a common dream: Degrees alone, make not an educated man. It is the men with a sense of characters who can change this world.

A Dream “ To Lead” and a Dream “ To Succeed”.


India Today…The World Tomorrow.

 

   

Last Updated 4/2/2012

Visitor No : CodeAve.com(ASP Hit Counter) <% on error resume next ' Create a server object set fso = createobject("scripting.filesystemobject") ' Target the text file to be opened set act = fso.opentextfile(server.mappath("asp_count.txt")) ' Read the value of the text document ' If the text document does not exist then the on error resume next ' will drop down to the next line counter = clng(act.readline) ' Add one to the counter counter = counter + 1 ' Close the object act.close ' Create a new text file on the server Set act = fso.CreateTextFile(server.mappath("asp_count.txt"), true) ' Write the current counter value to the text document act.WriteLine(counter) ' Close the object act.Close ' Write the counter to the browser as text Response.Write counter %>