Click here to Skip to main content
15,886,873 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPaypal integration Pin
Prashant B. Lavate29-Jul-08 21:24
Prashant B. Lavate29-Jul-08 21:24 
AnswerRe: Paypal integration Pin
eyeseetee29-Jul-08 21:53
eyeseetee29-Jul-08 21:53 
Questionhow to pass a textbox ID which is in a grid view to a java script Pin
Arindam Datta29-Jul-08 21:21
Arindam Datta29-Jul-08 21:21 
AnswerRe: how to pass a textbox ID which is in a grid view to a java script Pin
Anudeep Jaiswal1-Aug-08 0:36
Anudeep Jaiswal1-Aug-08 0:36 
QuestionASP.NET 1.1 User Control Can't Set Focus [modified] Pin
peter_790129-Jul-08 20:52
peter_790129-Jul-08 20:52 
AnswerRe: ASP.NET 1.1 User Control Can't Set Focus Pin
peter_790129-Jul-08 21:52
peter_790129-Jul-08 21:52 
Questionajax dual slider problem asp.net c# Pin
VijayVishwakarma29-Jul-08 20:47
VijayVishwakarma29-Jul-08 20:47 
Question"External table is not in the expected format." how to solve this error? Pin
sathyan_829429-Jul-08 19:37
sathyan_829429-Jul-08 19:37 
hai all,
i am using .net 2005.i do my project in asp.net webapplication.
i write the connection named as "connstring_card" in web.config using xml.
i done the following code in web.config using xml.
<appSettings>
<add key="connstring_card" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Kantech\Server_SE\Data;Extended Properties=Paradox 5.x;"/>
</appSettings>

then i access that connection named as "connstring_card" in c# coding side from web.config.
The following code done in c# coding side.
string conn = ConfigurationSettings.AppSettings["connstring_card"];
con = new OleDbConnection(conn);
con.Open();

com = new OleDbCommand("select CardInfo1 from Card where State=1", con);
dr = com.ExecuteReader();

the error "External table is not in the expected format." are showed in the line dr=com.executereader().

how to solve this?
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 19:45
Imran Khan Pathan29-Jul-08 19:45 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 20:13
Imran Khan Pathan29-Jul-08 20:13 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Christian Graus29-Jul-08 20:20
protectorChristian Graus29-Jul-08 20:20 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
Imran Khan Pathan29-Jul-08 20:33
Imran Khan Pathan29-Jul-08 20:33 
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
Christian Graus29-Jul-08 20:06
protectorChristian Graus29-Jul-08 20:06 
AnswerRe: "External table is not in the expected format." how to solve this error? Pin
satyaanand.andra@gmail.com29-Jul-08 21:26
satyaanand.andra@gmail.com29-Jul-08 21:26 
GeneralRe: "External table is not in the expected format." how to solve this error? Pin
J4amieC29-Jul-08 22:11
J4amieC29-Jul-08 22:11 
QuestionHow to resize the ContentPlaceHolder of a MasterPage in Child(.aspx) Page? Pin
mcmilan29-Jul-08 18:40
mcmilan29-Jul-08 18:40 
QuestionFile Upload error on live site. Pin
JimBob SquarePants29-Jul-08 18:33
JimBob SquarePants29-Jul-08 18:33 
AnswerRe: File Upload error on live site. Pin
Venkatesh Mookkan29-Jul-08 18:50
Venkatesh Mookkan29-Jul-08 18:50 
GeneralRe: File Upload error on live site. Pin
JimBob SquarePants29-Jul-08 19:03
JimBob SquarePants29-Jul-08 19:03 
AnswerRe: File Upload error on live site. Pin
Anand Desai29-Jul-08 19:14
Anand Desai29-Jul-08 19:14 
GeneralRe: File Upload error on live site. Pin
Venkatesh Mookkan29-Jul-08 19:16
Venkatesh Mookkan29-Jul-08 19:16 
GeneralRe: File Upload error on live site. Pin
JimBob SquarePants29-Jul-08 22:52
JimBob SquarePants29-Jul-08 22:52 
GeneralRe: File Upload error on live site. Pin
Venkatesh Mookkan30-Jul-08 0:17
Venkatesh Mookkan30-Jul-08 0:17 
GeneralRe: File Upload error on live site. Pin
JimBob SquarePants30-Jul-08 1:31
JimBob SquarePants30-Jul-08 1:31 
GeneralRe: File Upload error on live site. Pin
Venkatesh Mookkan30-Jul-08 2:12
Venkatesh Mookkan30-Jul-08 2:12 

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.