<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Register TagPrefix="ect" TagName="body" Src="staffList.ascx" %> General Clinical Research at Chicago Clinical Research Center, CRC at The University of Illinois at Chicago


 
New IRB - CRC Integrated Application (See Appendix G)
   
11th Annual Core Curriculum
 
How to cite CRC in publication
 
 
   
CRC Application Deadline:
July 11th,2007
SAC Meeting:
August 8th,2007
   
 Search:
     
   
 


<% cnString ="Provider=SQLOLEDB;"& _ "user id =lle5;" & _ "Initial Catalog=GCRC;" & _ "Password=lucky01" %> <% set conn=server.CreateObject("ADODB.connection") %> <% conn.Open cnString set rs =conn.execute("Select name,title,phone,email from staff ORDER BY id") Do While Not rs.EOF %> <% rs.MoveNext Loop rs.Close Set rs=Nothing conn.Close Set conn=Nothing %>
Name Title Phone Email
<% response.Write rs("name") %> <% response.Write rs("title") %> <% response.Write rs("phone") %>


 
   Last updated on July 13, 2007 3:49 PM
CRC Home Contact CRC Comment to CRC