<%@ LANGUAGE="VBSCRIPT" %> <% set conn = server.createobject("adodb.connection") strconn = "driver={Microsoft Access Driver (*.mdb)};dbq=" & server.mappath("fia.mdb") & ";" strconn = strconn & "uid=fia;pwd=fiadb;" conn.open strconn strq="select * from table1 where id = 1" set objrs=server.createobject ("adodb.recordset") objrs.CursorLocation = aduseclient objrs.CursorType = adopenstatic objrs.open strq, conn, , , adcmdtext %> Faridabad Industries Association | About Us
 Welcome to Faridabad Industries Association's official web site
 
 
What's New at FIA
<% str = objrs("watsnew") str = Replace(str, vbCrLf, "
") 'str = Replace(str, " ", " ") response.write str %>

 A b o u t   U s

 F I A   A c t i v i t i e s

 E x e c u t i v e   
 C o m m i t t e e


 M e m b e r s

 P r o d u c t   P r o f i l e

 M e m b e r s h i p   F o r m

 C o n t a c t   U s

 
H o m e
  

 
  
  A B O U T   U S

  
The Faridabad industries association popularly know as "FIA" was started way back in 1952. In the year 1965-66 the erstwhile Punjab Manufacturers Organisation was merged with Faridabad Industries Association to form a large organisation to represent the small, medium and large scale Industries in this area. Over the efflux of the time, the Faridabad Industries Association has become one of the most out spoken and effective Association in the Northen Region. Its view are listened to with respect by all authorities and it is entirely because of the continous support which it gets from it members.

The FIA members are contributing nearly 80% of the total turnover and emplotment in these industrial complex. Nearly 50% of its members are ISO certified companies.

The FIA is largely a service orinted organisation and its preseance in all fields facets of industrial activities is being actully felt by its members. The FIA is not only serving the industries but also extends its activities to other areas like Enviorment, Sports, Cultural, Rural Education, Social project etc.It is the main reason for its crediblity and increased membership over a period of years.

    
© Copyright 2001, FIA.
Website developed by MediaCell Technologies
<% objrs.close set objrs=nothing conn.close set conn=nothing %>