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

ASP.NET

 
GeneralRe: Please Ignore : Repost Pin
BalasubramanianK19-Dec-08 0:03
BalasubramanianK19-Dec-08 0:03 
GeneralRe: Please Ignore : Repost Pin
Rutvik Dave19-Dec-08 5:07
professionalRutvik Dave19-Dec-08 5:07 
Questionhow to disable enable parent browser window when we open or close new window Pin
Sanket.Patil18-Dec-08 23:44
Sanket.Patil18-Dec-08 23:44 
AnswerRe: how to disable enable parent browser window when we open or close new window Pin
Brij19-Dec-08 0:17
mentorBrij19-Dec-08 0:17 
QuestionPassing Parameter Pin
BalasubramanianK18-Dec-08 23:40
BalasubramanianK18-Dec-08 23:40 
AnswerRe: Passing Parameter Pin
Abhijit Jana19-Dec-08 0:17
professionalAbhijit Jana19-Dec-08 0:17 
QuestionHow to post content to Blogger(blogspot) from web application Pin
prabhuch8518-Dec-08 23:33
prabhuch8518-Dec-08 23:33 
QuestionError: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:19
laziale18-Dec-08 23:19 
Hi! I am keep getting this error in my web application, here is what I am doing:

<pre> sqlDataSource sqlDataSource2 = new SqlDataSource();
sqlDataSource2.ID = "workoutScheduleDataSource";
Page.Controls.Add(sqlDataSource2);
sqlDataSource2.ConnectionString = WebConfigurationManager.ConnectionStrings["ClassScheduleConnString"].ConnectionString;
sqlDataSource2.SelectCommand = "SELECT Workout_Name, WorkoutType, MembersAttending, DateSelected, Explanation FROM WorkoutTable WHERE AddedBy = '" + user + "'";

gridviewWorkout.DataSource = sqlDataSource2;
gridviewWorkout.AutoGenerateSelectButton = true;
gridviewWorkout.DataBind();</pre>


when it gets to the last line gridviewWorkout.DataBind(), it gives me the error that: "A field or property with the name 'AddedBy' was not found on the selected data source." I am testing the query with SSMSE, at the same table, and it works just fine...but here I am getting error. Any help will be appreciated. Thx ahead, Laziale
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:30
Paddy Boyd18-Dec-08 23:30 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:34
laziale18-Dec-08 23:34 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:37
Paddy Boyd18-Dec-08 23:37 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:39
laziale18-Dec-08 23:39 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:49
Paddy Boyd18-Dec-08 23:49 
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Abhijit Jana18-Dec-08 23:30
professionalAbhijit Jana18-Dec-08 23:30 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:37
laziale18-Dec-08 23:37 
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
div_gusain18-Dec-08 23:47
div_gusain18-Dec-08 23:47 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:50
laziale18-Dec-08 23:50 
QuestionExtart RAR File and Play Animation Pin
yogesh_kumar_agarwal18-Dec-08 22:50
yogesh_kumar_agarwal18-Dec-08 22:50 
AnswerRe: Extart RAR File and Play Animation Pin
Christian Graus18-Dec-08 22:53
protectorChristian Graus18-Dec-08 22:53 
Questionhoew to get back to previous window in asp.net Pin
ais0718-Dec-08 22:43
ais0718-Dec-08 22:43 
AnswerRe: hoew to get back to previous window in asp.net Pin
Christian Graus18-Dec-08 22:56
protectorChristian Graus18-Dec-08 22:56 
QuestionMultiuser voting Pin
B8718-Dec-08 22:18
B8718-Dec-08 22:18 
AnswerRe: Multiuser voting Pin
Expert Coming18-Dec-08 22:56
Expert Coming18-Dec-08 22:56 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:13
B8718-Dec-08 23:13 
AnswerRe: Multiuser voting Pin
Christian Graus18-Dec-08 22:59
protectorChristian Graus18-Dec-08 22:59 

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.