"Whatever you do may seem insignificant, but it is most important that you do it. - M. 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

Vision

  • Enhancing knowledge of Business Management, International Business and Information Technology together for the welfare of the society and striving continuously to provide the finest spiritual environment for learning, research, innovation and character building.
  • To stimulate the academic environment for promotion of quality of teaching - learning and research in Professional Education.
  • To undertake quality related research studies, consultancy & training programs by promoting the use of technology and following the quest for excellence with the Best Practices.

Mission:

  • To harnesses the knowledge of Science & Technology for the welfare of the society.
  • To promote the Culture of Peace through value based Universal Education System, with a firm belief that "Union of Science and Religion & Spirituality alone will bring peace to mankind".
  • To contribute to development of Indian economy by promoting equality and social justice and to reduce social and cultural differences through dissemination of education.
  • To build nation and nurture global competence among students for contributing into the global workforce.

 
 

Last Updated 3/5/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 %>