Forum: ASP.NET Aug 17th, 2007 |
| Replies: 3 Views: 2,385 Hi,
Add a Bracket for date condition.. check this:
SELECT distinct room.roomtype, room.description, room.[maximum people allowed],room.[nightly rate] FROM room INNER JOIN link_bookingroom... |
Forum: ASP.NET Aug 12th, 2007 |
| Replies: 1 Views: 1,439 Hi,
Add a Public Shared ClassModule in the ASP Project. Save the ID's in a DataTable, And in Second WebPage instead of giving = query use "IN"
Build a String with all the Selected ID's, or use... |