Services The Team Offices Bulletins Presentations Advise me Links 
Sundar Alumni Careers Home 


Please fill in the following form for a career opportunity at Sundar & Co.

  1.  PERSONAL PARTICULARS
  Name*
  Date of birth
  Sex Male       Female
  Marital status Single     Married
  Addresss
  Telephone no
  E-mail*
  2.  EDUCATIONAL QUALIFICATION
  Name of degree
  Subject
  Year of passing
  Division/Class
  
  Professional Qualifications (if any)
  Year of passing
  3.  WORK EXPERIENCE
  Period
  Name & address of present
  employer
  Your designation
  Previous work experience
  (in not more than 1000 characters)
  4.  COMMENTS AND QUERIES
  Enter your comments and
  queries in the space
  provided.
  (in not more than 500 characters)
 
Enter the number you see below in the box
<% Dim ImageNo, RndNum Randomize Timer ImageNo = CStr(Fix(99999 * Rnd)) 'Here you can set the max number of images to be shown, ie. 99999999 Session("ImageNo") = ImageNo 'Session variable of the final number to be shown For i = 1 To Len(ImageNo) RndNum = 99999 * Rnd 'Random number to avoid caching ' here, 'img' shows which number should be displayed, we write the image tag ' to get the image from asp page. Response.Write "" Next %>