Click here to Skip to main content
15,913,259 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
That's very nice. You've said in your grid (in the markup), that you want to display data for a field called AddedBy.

When you bind the data, the grid goes and looks in your returned data for a field by that name. It's not there. Grid isn't happy and throws an error.

You need to put another field in your select statement for the first case, return the AddedBy field, or remove that column from the grid.
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 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:08
B8718-Dec-08 23:08 
GeneralRe: Multiuser voting Pin
Christian Graus18-Dec-08 23:11
protectorChristian Graus18-Dec-08 23:11 
GeneralRe: Multiuser voting Pin
B8718-Dec-08 23:43
B8718-Dec-08 23:43 
QuestionCould not Bulk Insert : Error Path does not exist. Pin
Guvera18-Dec-08 22:08
Guvera18-Dec-08 22:08 
AnswerRe: Could not Bulk Insert : Error Path does not exist. Pin
Abhijit Jana18-Dec-08 22:21
professionalAbhijit Jana18-Dec-08 22:21 

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.