Dear Students, please participate in online classes as attendance
ratio is going low. For further clarifications please contact.
E-mail :
info@iimsr.net.in
Timing :
Weekdays(Monday to Friday): 6 pm to 8 pm
Weekends(Saturday/Sunday): 2 pm to 4 pm
×
Exam Dates for : 2025-26
→ Last Date of
issuance of Admit Card '8th November 2025'
→ Starting Date of
Examination for Technical Courses '11th November 2025'
→ Starting Date of
Examination for Management Courses '13th November 2025'
→ Starting Date of
Examination of Courses other than Management & Technical '15th November 2025'
×
Important Notice
Dear students of IIMSR, please understand that GST is mandatory for
all students and no negotiations will be done on this part as this is govt tax. We expect
everything free from govt starting from Hospital/Education/Social security but when it comes to
tax we intend to avoid that and then claim our country is poor because of politicians and get
rid of our responsibilities. So please be a part in the growth story of India by paying suitable
taxes.
Result
Kindly Enter your credentials to access the Result
The programmes are not affiliated/recognized by any government body.
function validateForm() {
var firstName = document.forms["enquiryform"]["fname"].value;
var lastName = document.forms["enquiryform"]["lname"].value;
var phone = document.forms["enquiryform"]["phone"].value;
var email = document.forms["enquiryform"]["email"].value;
var course = document.forms["enquiryform"]["course"].value;
var checkbox = document.forms["enquiryform"]["checkbox"].checked;
if (!firstName || !lastName) {
alert("Please enter both first and last name");
return false;
}
if (!phone) {
alert("Phone number is required");
return false;
}
if (!email) {
alert("Email is required");
return false;
}
if (!course) {
alert("Please select a course");
return false;
}
if (!checkbox) {
alert("Please agree to the terms and conditions");
return false;
}
// Show loading state
var submitBtn = document.querySelector('button[name="enquiry"]');
if (submitBtn) {
submitBtn.disabled = true;
submitBtn.textContent = 'Submitting...';
}
return true;
}