TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
naren narra
NA
7
0
LINQ Problem
May 26 2010 12:35 AM
Hi i have a stored procedure which creates a Query and returns the Executed result.When i trying to bind the Query result to a Grid View its comming as Item
------
0
Actually query returns a set of records from different tables each time depending on input parameter.
I observed that in LINQ designer the retun type for generated method was specified as Integer.
If i use previous technique (creating a SQLcommand object and execute it) i can bind the results to the Grid View.
please tell me how to do the same using LINQ
Thanks in Advance
Reply
Answers (
2
)
The data types text and nvarchar are incompatible in the equal to operator+sql exception
How to perform case-sensitive query with LINQ?