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
ltrujillo
NA
1
0
System.Web.UI.Page.Reuqest' denotes a 'property' where a 'method; was expected
Apr 27 2004 10:54 AM
i have create a datalist that displays book titles once click the hiperlink takes you to an edit page. the hyperlink looks like this.
my problem is as follow when i get to the edit page. instead of displaying one record at a time it displays all records one after the other one. I have tried to use the following query to select the data and only display one record at a time. cmdSelect = new SqlCommand( "Select book_id, title, passage, date, location where book_id ' " + Request.("ID") +" ' Order by passage", cn ); I am getting an error System.Web.UI.Page.Reuqest' denotes a 'property' where a 'method; was expected all help will be appreciated to get passed this error.
Reply
Answers (
1
)
printing part of a page without feeding entire page through printer
Datagrid