Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web services Pin
Ananthalvan23-Feb-07 12:03
Ananthalvan23-Feb-07 12:03 
GeneralRe: Web services Pin
Guffa23-Feb-07 13:26
Guffa23-Feb-07 13:26 
GeneralRe: Web services Pin
Ananthalvan25-Feb-07 4:37
Ananthalvan25-Feb-07 4:37 
AnswerRe: Web services Pin
Guffa26-Feb-07 21:32
Guffa26-Feb-07 21:32 
GeneralRe: Web services Pin
Ananthalvan27-Feb-07 4:15
Ananthalvan27-Feb-07 4:15 
QuestionHow to serialize a user control object that includes hashTable Pin
aukh22-Feb-07 11:24
aukh22-Feb-07 11:24 
QuestionDevice Application Pin
newbie_22-Feb-07 10:46
newbie_22-Feb-07 10:46 
QuestionError While open excel file using Oledb object [modified] Pin
dhananjayamurthy22-Feb-07 10:17
dhananjayamurthy22-Feb-07 10:17 
If the file is in local drive then it works fine but if it is an URL path then it throws an exception.

example: string _SourceFilePath = "c:\\TMPSTORE\\tmp030104.xls";
it is working fine, but if the file is from http:// url
example: string _SourceFilePath = //http://TMPQADMOMAP101:8090//0000329/0000082/9999/0000016_0000000_tmp030104_V0004.xls;

    string XlsFileName=_SourceFilePath;

//ConnectionString for Excel Object
string strConn;
strConn = @"Provider=Microsoft.Jet.OLEDB.4.0;" +
    "Data Source="+XlsFileName+";" +
    "Extended Properties=Excel 8.0;";

//This is to get the table name from the excel sheet - Starts here
System.Data.DataTable dt = null;
OleDbConnection objConn = null;
objConn = new OleDbConnection(strConn);
objConn.Open();



-- modified at 17:23 Thursday 22nd February, 2007
AnswerRe: Error While open excel file using Oledb object Pin
Dave Kreskowiak22-Feb-07 15:14
mveDave Kreskowiak22-Feb-07 15:14 
Questionc# Pin
GajendiranVIT22-Feb-07 10:07
GajendiranVIT22-Feb-07 10:07 
AnswerRe: c# Pin
aukh22-Feb-07 11:26
aukh22-Feb-07 11:26 
QuestionConvert State to Abbreviation or Back... Pin
code-frog22-Feb-07 9:48
professionalcode-frog22-Feb-07 9:48 
AnswerRe: Convert State to Abbreviation or Back... Pin
led mike22-Feb-07 9:50
led mike22-Feb-07 9:50 
GeneralRe: Convert State to Abbreviation or Back... Pin
code-frog22-Feb-07 9:53
professionalcode-frog22-Feb-07 9:53 
GeneralRe: Convert State to Abbreviation or Back... Pin
led mike22-Feb-07 9:58
led mike22-Feb-07 9:58 
AnswerRe: Convert State to Abbreviation or Back... Pin
Leslie Sanford22-Feb-07 11:35
Leslie Sanford22-Feb-07 11:35 
GeneralTwo Things... Pin
code-frog22-Feb-07 11:51
professionalcode-frog22-Feb-07 11:51 
GeneralRe: Two Things... Pin
Leslie Sanford22-Feb-07 12:09
Leslie Sanford22-Feb-07 12:09 
GeneralRe: Convert State to Abbreviation or Back... Pin
Guffa22-Feb-07 12:10
Guffa22-Feb-07 12:10 
GeneralRe: Convert State to Abbreviation or Back... Pin
code-frog22-Feb-07 12:11
professionalcode-frog22-Feb-07 12:11 
Questionrefer to control on aspx page from ascx control Pin
digsy_22-Feb-07 8:49
digsy_22-Feb-07 8:49 
AnswerRe: refer to control on aspx page from ascx control Pin
Abisodun22-Feb-07 9:41
Abisodun22-Feb-07 9:41 
Questionconverting 24bits image into 8 bit grayscale image Pin
haseeb_saeed22-Feb-07 8:22
haseeb_saeed22-Feb-07 8:22 
AnswerRe: converting 24bits image into 8 bit grayscale image Pin
Ed.Poore22-Feb-07 8:37
Ed.Poore22-Feb-07 8:37 
AnswerRe: converting 24bits image into 8 bit grayscale image Pin
Dan Neely22-Feb-07 8:55
Dan Neely22-Feb-07 8:55 

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.