Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to solve Padding is invalid and cannot be removed problem in .Net Pin
mani.thirumalai28-Feb-09 0:36
mani.thirumalai28-Feb-09 0:36 
QuestionHow to get a column full of data and adding it up together Pin
iancian27-Feb-09 23:58
iancian27-Feb-09 23:58 
AnswerRe: How to get a column full of data and adding it up together Pin
Sneha Bisht28-Feb-09 1:39
Sneha Bisht28-Feb-09 1:39 
Question[Message Deleted] Pin
keyur satyadev27-Feb-09 23:27
keyur satyadev27-Feb-09 23:27 
AnswerRe: how to create user control for login? Pin
Abhijit Jana27-Feb-09 23:59
professionalAbhijit Jana27-Feb-09 23:59 
Questionsys.InvalidOperationException:Component tab container was not found.. Pin
mr_muskurahat27-Feb-09 23:26
mr_muskurahat27-Feb-09 23:26 
AnswerRe: sys.InvalidOperationException:Component tab container was not found.. Pin
keyur satyadev28-Feb-09 0:42
keyur satyadev28-Feb-09 0:42 
Questionremote server problem in ms access (datareder problem) Pin
JC.KaNNaN27-Feb-09 23:12
JC.KaNNaN27-Feb-09 23:12 
hi friends

new programmer in asp.net.now i am using asp.net 2.0.

i am using show some datas from db in textbox.
its work perfectly in client machine.
but in remote server its doesnt work. show some error.
i think connection was established good.

show some error in datareader line =>"Business object cannot be created"

see this code:

OleDbConnection connection = new OleDbConnection();
connection.ConnectionString = "Provider=MS Remote;Remote Server=http://xx.xxx.xxx; Remote Provider=Microsoft.Jet.OLEDB.4.0;Data Source=~/access_db/JDB.mdb;";
System.Data.OleDb.OleDbCommand cmd = new OleDbCommand();
cmd.CommandText = "select * from Login where username='xxx'";
cmd.Connection = connection;
connection.Open();
OleDbDataReader dar = cmd.ExecuteReader(); // error occured tis line ///
if (dar.Read())
{ lbl_status.Text = "Correct";
}
else
{ lbl_status.Text = "Invalid Username";
}
connection.Close();



thx in advance
please give solution for me.....
AnswerRe: remote server problem in ms access (datareder problem) Pin
keyur satyadev28-Feb-09 0:48
keyur satyadev28-Feb-09 0:48 
QuestionExtJs Grid Panel Pin
V K Gupta27-Feb-09 22:32
V K Gupta27-Feb-09 22:32 
Questionasp controls Pin
Zeyad Jalil27-Feb-09 22:13
professionalZeyad Jalil27-Feb-09 22:13 
AnswerRe: asp controls Pin
keyur satyadev28-Feb-09 0:33
keyur satyadev28-Feb-09 0:33 
QuestionASP.Net Modal PopUp Extender Problem Pin
Dhara_shah27-Feb-09 22:01
Dhara_shah27-Feb-09 22:01 
AnswerRe: ASP.Net Modal PopUp Extender Problem Pin
keyur satyadev28-Feb-09 0:36
keyur satyadev28-Feb-09 0:36 
QuestionDisplying Image inside Grdview column help is needed Pin
Rameez Raja27-Feb-09 20:44
Rameez Raja27-Feb-09 20:44 
QuestionHow to change the color of a single column in VSFlexGrid Pin
pandit8427-Feb-09 20:27
pandit8427-Feb-09 20:27 
QuestionAjax Control Toolkit.CascadingDropDown ( Error) Pin
Muhammad Fahim Baloch27-Feb-09 20:26
Muhammad Fahim Baloch27-Feb-09 20:26 
AnswerRe: Ajax Control Toolkit.CascadingDropDown ( Error) Pin
keyur satyadev27-Feb-09 20:59
keyur satyadev27-Feb-09 20:59 
Questionemail in asp.net Pin
RK4 227-Feb-09 19:58
RK4 227-Feb-09 19:58 
AnswerRe: email in asp.net Pin
Abhijit Jana27-Feb-09 20:02
professionalAbhijit Jana27-Feb-09 20:02 
AnswerRe: email in asp.net Pin
Rameez Raja27-Feb-09 20:32
Rameez Raja27-Feb-09 20:32 
AnswerRe: email in asp.net Pin
keyur satyadev27-Feb-09 20:54
keyur satyadev27-Feb-09 20:54 
Questionredirecing from one page to another page [modified] Pin
aratireddy27-Feb-09 19:51
aratireddy27-Feb-09 19:51 
AnswerRe: redirecing from one page to another page Pin
Abhijit Jana27-Feb-09 20:04
professionalAbhijit Jana27-Feb-09 20:04 
Questionjavascript Pin
roshid27-Feb-09 19:49
roshid27-Feb-09 19:49 

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.