Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
Select StartDate, EndDate
From ReservationTable
Where RoomNo = @RoomNo

@Room no is passed as a parameter in this stored procedure
Posted
Updated 12-Aug-14 23:01pm
v2
Comments
Herman<T>.Instance 13-Aug-14 5:10am    
what c# did you write. The SQL presented is insufficient to answer this question.
Herman<T>.Instance 13-Aug-14 5:15am    
start writing your own code! Or hire me!

1 solution

It's may what you're looking for:
Highlighting Important Dates in Calendar[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900