Click here to Skip to main content
15,921,989 members
Home / Discussions / Web Development
   

Web Development

 
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 
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 
just4ulove7 wrote:
That means I need to script at serverside and make the value available to the parent form through some hidden textbox?

No, you can actually use RegisterClientScriptBlock to add jscript directly to your page, like this

Page.RegisterClientScriptBlock("CreateVariable", "client script goes here);

The first string is a key, which is used to make sure the same script is not added twice. The second is your script.

However, I reiterate that I don't see it as ever being a good idea to use this stuff if you can avoid it. Different browsers have different javascript implimentations, it can cause grief very quickly.





Christian Graus - Microsoft MVP - C++
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 
GeneralRe: Submitting Data Pin
Ian Darling28-Jun-05 2:03
Ian Darling28-Jun-05 2:03 
GeneralRe: Submitting Data Pin
fakefur29-Jun-05 14:06
fakefur29-Jun-05 14:06 

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.