Question : Export Input data (survey) to Excel in ASP.NET form

I have a survey which consists in a form with multiple choice radio buttons for 9 questions. I was wondering how can I proceed to have the data collected (gets inserted into sql database) exported into excel to present the information in graphs....

Answer : Export Input data (survey) to Excel in ASP.NET form

One more thing. Add the resultset number (1,2,...) to each cfprocresult variable

    <cfstoredproc procedure="pr_get_LoggedUser_Info" datasource="#Application.CDP_DSN#">
        <cfprocparam type="In" cfsqltype="CF_SQL_INTEGER" value="#rsCF_Client_ID.CID#" null="No">
        <cfprocresult name="rsCF_Client" resultset="1">
      <cfprocresult name="rsCF_Client2" resultset="2">
    </cfstoredproc>
Random Solutions  
 
programming4us programming4us