I have created a Gridview and a Detailview.  However, I have a problem on displaying one of my fields in the Detailview.  My data is coming from Oracle database table which I have created.  The field I am having trouble with has about 2000 characters displayed in my Oracle table however it is not displaying as seeing in the oracle form which I generated.  I need this field to have paragraphs, line spacing as seeing in the form.

Is there anyway I can read this field's characters one by one somewhere in the detailview?
 
DetailView: (the field I'm trying to modify is "Qualifications")
 
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Details.aspx.cs" Inherits="Details" %>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml" >

    DetailsView
   

 

   

   

                    DataSourceID="SqlDataSource2" ForeColor="#333333" GridLines="None" Height="50px"
            Width="550px">
           
           
           
           
           
           
               
               
               
               
             
               
               
               
                   
               

               
               
           

           
           
           
           
       

                    ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>" SelectCommand='SELECT DISTINCT "JOB_TITLE", "POSTED_DATE", "POSTING_NBR", "POSITION_NBR", "JOB_CODE", "PAY", "DEPARTMENT", "QUALIFICATIONS", "DUTIES", "CONTACT" FROM "FAC_PHYS_ACTIVE_POSTINGS" WHERE ("JOB_TITLE" = :JOB_TITLE)'>