<% '/* ' ****************************************************************************************** ' * Module : AAFT - General Visitor ' * Summary : News ' * Author : Puneet Mehta ' * Mail Id's : puneet@iridiuminteractive.com ' * Started on : 17th September 2003 ' * Project : AAFT ' * ' * Description: News & Events ' * ' * MODIFICATION HISTORY ' ****************************************************************************************** ' * Date Comments Method Name (M/R) ' ' ****************************************************************************************** ' * 18/9/2003 Next and previous Link in News_detail_back.asp Munish Satia ' * msatia@iridiuminteractive.com ' ****************************************************************************************** ' Please dont make any changes to the file please intimate before making changes. '*/ 'on error resume next dim intCurPage,strFileName 'set WEBFRONT_conn = Server.CreateObject("ADODB.Connection") intCurPage=Request.QueryString("pg") if intCurPage=0 or intCurPage="" then intCurPage=1 end if 'Response.Write "
intCurPage = " & intCurPage 'SQLNews="select nid,title,flag from news where nid=143 " SQLNews="select nid,title,flag from news order by datePosted" WEBFRONT_conn_str = "Provider=SQLOLEDB.1;Password=!sqlaaft;Persist Security Info=True;User ID=aaft;Initial Catalog=aaft;Data Source=66.36.241.36" 'WEBFRONT_conn_str = "Provider=SQLOLEDB.1;Password=;Persist Security Info=True;User ID=sa;Initial Catalog=aaft;Data Source=ntserver" Set RsNews = Server.CreateObject ("ADODB.Recordset") 'Response.Write "Provider=SQLOLEDB.1;Password=sql@aaft;Persist Security Info=True;User ID=aaft;Initial Catalog=aaft;Data Source=66.36.241.36" 'Response.End RsNews.CursorLocation = 3 RsNews.PageSize = 15 'page count here 'WEBFRONT_conn.Open WEBFRONT_conn_str RsNews.Open SQLNews,WEBFRONT_conn_str,3,3 dim strPaging, intRec, intTotPages, iPg %> || ASIAN ACADEMY OF FILM AND TELEVISION ||
 
ABOUT US | PROGRAMS | INFRASTRUCTURE | ADVANTAGES | NEWS & EVENTS | FACULTY | ALUMNI | LAURELS & CITATIONS | LIFE @ AAFT
NEWS
FESTIVALS
PRESS CLIPPINGS


Adeeb Tandon
Cinematographer
Excellent training in cinematography available at AAFT will produce many Radhu karmakars and Jal Mistrys.


Adeeb Tandon
Cinematographer
Excellent training in cinematography available at AAFT will produce many Radhu karmakars and Jal Mistrys.

<% if RsNews.RecordCount>0 then if cint(intCurPage)>RsNews.PageCount then intCurPage=RsNews.PageCount intTotPages=RsNews.PageCount RsNews.AbsolutePage=cint(intCurPage) 'Response.Write "
RsNews.AbsolutePage = " & RsNews.AbsolutePage intRec=0 while not (RsNews.EOF or intRec > RsNews.PageSize-1) intRec=intRec + 1 %> <% RsNews.MoveNext Wend strPaging="" if int(intTotPages)>1 then strFileName="news_new.asp" if bSort=true then strFileName= strFileName & "?Publication_Sort="&Publication_Sort else strFileName= strFileName & "?Publication_Search="&Publication_Search end if strPaging = "" end if else end if Response.Write strPaging RsNews.Close Set RsNews = Nothing 'WEBFRONT_conn.Close %>
Pankaj Parashar pohunche AAFT me
   
Neetu Chandra at First Festival of Cell phone Cinema
   
Marwah Studios Presents COFFEE HOUSE
   
First Festival of Cell Phone Cinema at AAFT
   
Coffee House launched
   
AAFT promotes Peace
   
Talent Hunt at AAFT
   
Satish Kaushik in AAFT
   
Performing Arts is a fathomless Ocean
   
Mallika visited AAFT
   
Guests being welcomed at AAFT convocation
   
Aaj ke abhinetaon me aag hai
   
AAFT ka Deekshaant samaroh
   
AAFT,Wales-&-Bollywood
   
Ab Hum Ek Hain....
   
Creative Exchange.
   
Indo-Wales In a New Light.
   
Bollywood is Proud Of Sandeep Marwah, Ambassador of wales.
   
Wales se jude Bollywood ke Taar....
   
WANT TO BE SHAHRUKH KHAN ?
SABHI MAIN PRATHIBHA MAUJUD PAR TARASHANAE KI JAROORAT
FORMER UP GOVERNOR B.SATYANARAYAN REDDY AT ASIAN ACADEMY OF FILM AND TELEVISION
PRAGTISIL DESHO DWARA ASIA MAHADWEEP MAIN ASANTI FLAINAE KI NINDA
WE DEVELOP THE CREATIVE SIDE OF THE STUDENT BUT TRAINING IS STILL A MUST
SUSHMA SWARAJ A.A.F.T MAIN
BOLLYHOOD STARS FIND NEW INTEREST IN THE TUBE
THE CAMERA SPEAKS
POLISH SHINE RUBS OFF ON NOIDA
NISCHAL HOTA HAI ABHINAYAE
ASIAN ACADEMY OF FILM & TELEVISON
TELLING THE FILM STORY ANEW
 
" strPaging= strPaging & "" if cint(intCurPage)=1 then 'strPaging=strPaging & "Previous" else strPaging=strPaging & "Previous" end if for iPg = 1 to cint(intTotPages) if iPg=cint(intCurPage) then strPaging=strPaging & " " & cstr(iPg) else strPaging=strPaging & " "&ipg&"" end if next if cint(intCurPage)=cint(intTotPages) then 'strPaging=strPaging & " Next" else strPaging=strPaging & " Next" end if strPaging=strPaging & "" strPaging=strPaging & "
Page 1 2