Click here to Skip to main content
15,921,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to remove a domain cookie ? Pin
Ridge Howison31-Jul-07 10:46
Ridge Howison31-Jul-07 10:46 
AnswerRe: How to remove a domain cookie ? Pin
Fred_Smith31-Jul-07 12:02
Fred_Smith31-Jul-07 12:02 
AnswerRe: How to remove a domain cookie ? Pin
chand1031-Jul-07 19:58
chand1031-Jul-07 19:58 
QuestionManaging Frequently changing content Pin
mrchief_200031-Jul-07 10:21
mrchief_200031-Jul-07 10:21 
Questionplsql decode Pin
Hasan Ali31-Jul-07 9:49
Hasan Ali31-Jul-07 9:49 
AnswerRe: plsql decode Pin
Hasan Ali31-Jul-07 10:23
Hasan Ali31-Jul-07 10:23 
QuestionAvailability Calendar Pin
munklefish31-Jul-07 8:09
munklefish31-Jul-07 8:09 
AnswerRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 8:26
professionalTarakeshwar Reddy31-Jul-07 8:26 
It depends on how you want the screen to look like. I would store the date ranges for a particular property in a separate table and use a primary-foreign key to pull the data. If the calendar needs to show availability for a particular property, then you could get the date ranges from the database and set the dates in the calendar with a color or a style you want.

The default calendar in .net would not allow you to select multiple dates, you will have to create a custom control extending the calendar class. Override the OnDayRender property of the calendar and based on the data from database do a tablecell.ApplyStyle(tableitemstyle) for each of the dates.





Tarakeshwar Reddy
MCP, CCIE Q(R&S)

There are two kinds of people, those who do the work and those who take the credit. Try to be in the first group; there is less competition there. - Indira Gandhi

GeneralRe: Availability Calendar Pin
munklefish31-Jul-07 8:34
munklefish31-Jul-07 8:34 
GeneralRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 8:51
professionalTarakeshwar Reddy31-Jul-07 8:51 
GeneralRe: Availability Calendar Pin
munklefish31-Jul-07 11:20
munklefish31-Jul-07 11:20 
GeneralRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 12:15
professionalTarakeshwar Reddy31-Jul-07 12:15 
GeneralRe: Availability Calendar Pin
munklefish1-Aug-07 0:04
munklefish1-Aug-07 0:04 
QuestionProblem with ASP.NET Website URLs (like url redirection or something) Pin
FranciscoR31-Jul-07 7:25
FranciscoR31-Jul-07 7:25 
Questiongetting XY coords of mouse click from a ImageMap Control Pin
Joshua Lunsford31-Jul-07 7:14
Joshua Lunsford31-Jul-07 7:14 
QuestionConvert HTML page to PDF Pin
Khan.Bangash31-Jul-07 6:36
Khan.Bangash31-Jul-07 6:36 
QuestionPassword Protecting a Default/Home Page Pin
ISIS-Striker31-Jul-07 5:40
ISIS-Striker31-Jul-07 5:40 
AnswerRe: Password Protecting a Default/Home Page Pin
Tarakeshwar Reddy31-Jul-07 5:50
professionalTarakeshwar Reddy31-Jul-07 5:50 
QuestionHandle UserControl Events Pin
kjosh31-Jul-07 5:32
kjosh31-Jul-07 5:32 
QuestionApplication variables and web.config Pin
sankar.K31-Jul-07 5:13
sankar.K31-Jul-07 5:13 
AnswerRe: Application variables and web.config Pin
Fred_Smith31-Jul-07 5:52
Fred_Smith31-Jul-07 5:52 
GeneralRe: Application variables and web.config Pin
sankar.K31-Jul-07 19:16
sankar.K31-Jul-07 19:16 
GeneralRe: Application variables and web.config Pin
Fred_Smith31-Jul-07 22:02
Fred_Smith31-Jul-07 22:02 
Questionclose window and redirect to another site Pin
brsecu31-Jul-07 5:09
brsecu31-Jul-07 5:09 
AnswerRe: close window and redirect to another site Pin
Fred_Smith31-Jul-07 5:56
Fred_Smith31-Jul-07 5:56 

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.