Click here to Skip to main content
15,922,574 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: javascript Pin
cmarmr29-Jun-05 8:06
cmarmr29-Jun-05 8:06 
GeneralRe: javascript Pin
Guffa29-Jun-05 8:43
Guffa29-Jun-05 8:43 
GeneralRe: javascript Pin
cmarmr29-Jun-05 14:30
cmarmr29-Jun-05 14:30 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:23
Guffa30-Jun-05 2:23 
GeneralProblem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 4:38
just4ulove729-Jun-05 4:38 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 11:58
protectorChristian Graus29-Jun-05 11:58 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:08
just4ulove729-Jun-05 12:08 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 12:16
protectorChristian Graus29-Jun-05 12:16 
just4ulove7 wrote:
I viewed the source of the HTML, its name is Calendar1.

I've just created a project to make sure. You have a TABLE named Calendar1.

just4ulove7 wrote:
I am not sure whether SelectedDate method is available to javascript or not. How can I know whether the method is available to the client side?

It's not. The ASP.NET framework uses viewstate to maintain class objects between round trips on the server. The client just gets HTML.

just4ulove7 wrote:
Whats the other option of scripting it at client side?

None, as far as I can see. If you want to grab the selected date in jscript, you need to inject it into your code as a variable that jscript can see. I think any jscript is a messy option, personally. The calendar control creates a table with link buttons that post back to report to the server what the new selected date is.



Christian Graus - Microsoft MVP - C++
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:21
just4ulove729-Jun-05 12:21 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 12:36
protectorChristian Graus29-Jun-05 12:36 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:47
just4ulove729-Jun-05 12:47 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 13:01
protectorChristian Graus29-Jun-05 13:01 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 13:02
just4ulove729-Jun-05 13:02 
GeneralWeb Development Pin
Anonymous29-Jun-05 4:09
Anonymous29-Jun-05 4:09 
QuestionMap ASP.NET / PHP types to JavaScript objects? Pin
Stan Angeloff29-Jun-05 1:53
Stan Angeloff29-Jun-05 1:53 
GeneralIIS virtual dir problem Pin
monageasmear28-Jun-05 23:30
monageasmear28-Jun-05 23:30 
GeneralRe: IIS virtual dir problem Pin
Guffa29-Jun-05 10:39
Guffa29-Jun-05 10:39 
GeneralArticles about Usability (I needdd!!) Pin
__Charly__28-Jun-05 17:42
__Charly__28-Jun-05 17:42 
GeneralRe: Articles about Usability (I needdd!!) Pin
fakefur29-Jun-05 14:01
fakefur29-Jun-05 14:01 
GeneralRe: Articles about Usability (I needdd!!) Pin
DavidNohejl2-Jul-05 7:04
DavidNohejl2-Jul-05 7:04 
GeneralNewbie: Running Process from Webservice. Doesn't work. Pin
PhrankBooth28-Jun-05 17:34
PhrankBooth28-Jun-05 17:34 
GeneralRe: Newbie: Running Process from Webservice. Doesn't work. Pin
Guffa30-Jun-05 17:26
Guffa30-Jun-05 17:26 
GeneralSelect Box Expansion Pin
Anonymous28-Jun-05 10:26
Anonymous28-Jun-05 10:26 
GeneralRe: Select Box Expansion Pin
Guffa29-Jun-05 10:45
Guffa29-Jun-05 10:45 
GeneralSubmitting Data Pin
RichardS28-Jun-05 1:19
RichardS28-Jun-05 1:19 

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.