Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Web.Config FIle Pin
Abhijit Jana28-Apr-09 3:01
professionalAbhijit Jana28-Apr-09 3:01 
GeneralRe: Web.Config FIle Pin
Ravi_2128-Apr-09 3:04
Ravi_2128-Apr-09 3:04 
Questionto inforce input language of a control Pin
ashujoshi28-Apr-09 2:13
ashujoshi28-Apr-09 2:13 
AnswerRe: to inforce input language of a control Pin
saanj28-Apr-09 21:07
saanj28-Apr-09 21:07 
Questionverification image Pin
Mohammed Elkholy28-Apr-09 1:43
Mohammed Elkholy28-Apr-09 1:43 
AnswerRe: verification image Pin
Herman<T>.Instance28-Apr-09 3:39
Herman<T>.Instance28-Apr-09 3:39 
QuestionHow to flip page of a thumbnail of PDF pages in VB.net Pin
Member 169908628-Apr-09 0:31
Member 169908628-Apr-09 0:31 
QuestionUnable to read data from csv file which contains hypen(-) Pin
Satish - Developer28-Apr-09 0:28
Satish - Developer28-Apr-09 0:28 
i have few columns in csv file. In one of the column, contains data like this

94122
94233-405
98766-987
6789

The data containing hypens is unable to read to datatable. It showing blank in datatabel in that place. please let me know, how can i get that data

if (_fileexten == ".csv")
            {
                string str = Path.GetFileName(_filename);
                OdbcConnection conn = new OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" + _fpath + "\\;Extensions=asc,csv,tab,txt;Extended Properties=\"HDR=YES;IMEX=1;\";Persist Security Info=False");
                conn.Open();

                string sql_select = "select * from [" + str + "]";
                OdbcDataAdapter myCommand = new OdbcDataAdapter(sql_select, conn);

                myCommand.Fill(myDataSet, "csv");
                dt = myDataSet.Tables[0];

                conn.Close();
                myCommand.Dispose();

            }


G. Satish

QuestionMicrosoft Tech-ed Event in India Pin
manish deora28-Apr-09 0:25
manish deora28-Apr-09 0:25 
AnswerRe: Microsoft Tech-ed Event in India Pin
saanj28-Apr-09 21:10
saanj28-Apr-09 21:10 
QuestionServer Access denied - Invalid HELO name (See RFC2821 4.1.1.1) Pin
Narsimha0927-Apr-09 23:38
Narsimha0927-Apr-09 23:38 
AnswerRe: Server Access denied - Invalid HELO name (See RFC2821 4.1.1.1) Pin
Paddy Boyd28-Apr-09 1:55
Paddy Boyd28-Apr-09 1:55 
Questionwant to make a caluclator using asp.net web apllication with c# Pin
Anjani Poornima27-Apr-09 23:14
Anjani Poornima27-Apr-09 23:14 
AnswerRe: want to make a caluclator using asp.net web apllication with c# Pin
Nishant Singh27-Apr-09 23:17
Nishant Singh27-Apr-09 23:17 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Anjani Poornima27-Apr-09 23:50
Anjani Poornima27-Apr-09 23:50 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Vasudevan Deepak Kumar28-Apr-09 0:25
Vasudevan Deepak Kumar28-Apr-09 0:25 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Anjani Poornima28-Apr-09 0:45
Anjani Poornima28-Apr-09 0:45 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Nishant Singh28-Apr-09 1:15
Nishant Singh28-Apr-09 1:15 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Anjani Poornima28-Apr-09 1:28
Anjani Poornima28-Apr-09 1:28 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Abhijit Jana28-Apr-09 2:18
professionalAbhijit Jana28-Apr-09 2:18 
AnswerRe: want to make a caluclator using asp.net web apllication with c# Pin
Spunky Coder27-Apr-09 23:22
Spunky Coder27-Apr-09 23:22 
AnswerRe: want to make a caluclator using asp.net web apllication with c# Pin
ddravin200028-Apr-09 2:17
ddravin200028-Apr-09 2:17 
GeneralRe: want to make a caluclator using asp.net web apllication with c# Pin
Anjani Poornima28-Apr-09 20:21
Anjani Poornima28-Apr-09 20:21 
Questionhow to overcome "Sys.WebForms.PageRequestManager TimeOut Exception: the server request timed out ." error [modified] PinPopular
souravghosh1827-Apr-09 22:53
souravghosh1827-Apr-09 22:53 
AnswerRe: how to overcome "Sys.WebForms.PageRequestManager TimeOut Exception: the server request timed out ." error Pin
Paddy Boyd28-Apr-09 1:56
Paddy Boyd28-Apr-09 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.