Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to strike out the yesterday dates in calendar control Pin
Abhishek Sur29-Apr-09 21:56
professionalAbhishek Sur29-Apr-09 21:56 
QuestionCreating PDF file using itextSharp dll Pin
ksarchana29-Apr-09 21:02
ksarchana29-Apr-09 21:02 
AnswerRe: Creating PDF file using itextSharp dll Pin
Vasudevan Deepak Kumar29-Apr-09 22:19
Vasudevan Deepak Kumar29-Apr-09 22:19 
GeneralRe: Creating PDF file using itextSharp dll Pin
ksarchana6-May-09 23:22
ksarchana6-May-09 23:22 
Questioncalendar control Pin
scar_face29-Apr-09 19:23
scar_face29-Apr-09 19:23 
AnswerRe: calendar control Pin
Spunky Coder29-Apr-09 19:30
Spunky Coder29-Apr-09 19:30 
GeneralRe: calendar control Pin
scar_face29-Apr-09 19:37
scar_face29-Apr-09 19:37 
GeneralRe: calendar control Pin
Spunky Coder29-Apr-09 19:50
Spunky Coder29-Apr-09 19:50 
scar_face wrote:
when a value is selected in a calendar(server control), the whole page is refreshed


That's the way it behaves...The Calendar control included with ASP.NET uses postbacks only. If you don't want the users to notice it use AJAX update panel and keep the Calender control inside it.(Or else you can write your own javascript calender.There are plenty of them available on the web).

scar_face wrote:
and the div display is 'none' again


You need to run the javascript again...You have the register the clientscript and run the script again once the page refreshes.(Or else set the display: block again)

"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

AnswerRe: calendar control Pin
Abhijit Jana29-Apr-09 19:49
professionalAbhijit Jana29-Apr-09 19:49 
AnswerRe: calendar control Pin
saanj29-Apr-09 23:20
saanj29-Apr-09 23:20 
QuestionCheckboxlist in datalist Pin
indian2229-Apr-09 18:10
indian2229-Apr-09 18:10 
AnswerRe: Checkboxlist in datalist Pin
SayreCC29-Apr-09 19:16
SayreCC29-Apr-09 19:16 
GeneralRe: Checkboxlist in datalist Pin
indian2229-Apr-09 21:12
indian2229-Apr-09 21:12 
QuestionRegarding installation of Visual Studio Webdeveloper Pin
Ivan200929-Apr-09 15:35
Ivan200929-Apr-09 15:35 
AnswerRe: Regarding installation of Visual Studio Webdeveloper Pin
Christian Graus29-Apr-09 16:09
protectorChristian Graus29-Apr-09 16:09 
GeneralRe: Regarding installation of Visual Studio Webdeveloper Pin
Ivan200929-Apr-09 19:30
Ivan200929-Apr-09 19:30 
AnswerRe: Regarding installation of Visual Studio Webdeveloper Pin
SayreCC29-Apr-09 19:17
SayreCC29-Apr-09 19:17 
Questiongetting "Microsoft JScript runtime error: Object expected" Pin
Wes Jones29-Apr-09 14:07
Wes Jones29-Apr-09 14:07 
AnswerRe: getting "Microsoft JScript runtime error: Object expected" Pin
SayreCC29-Apr-09 15:19
SayreCC29-Apr-09 15:19 
GeneralRe: getting "Microsoft JScript runtime error: Object expected" Pin
Wes Jones29-Apr-09 16:56
Wes Jones29-Apr-09 16:56 
AnswerRe: getting "Microsoft JScript runtime error: Object expected" Pin
dotnetmember29-Apr-09 17:38
dotnetmember29-Apr-09 17:38 
GeneralRe: getting "Microsoft JScript runtime error: Object expected" Pin
Wes Jones29-Apr-09 17:49
Wes Jones29-Apr-09 17:49 
Questionadding repeater at runtime, Pin
mark_me29-Apr-09 12:48
mark_me29-Apr-09 12:48 
Questionpageload/onloadcomplete Pin
mark_me29-Apr-09 12:14
mark_me29-Apr-09 12:14 
AnswerRe: pageload/onloadcomplete Pin
Christian Graus29-Apr-09 15:08
protectorChristian Graus29-Apr-09 15:08 

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.