Click here to Skip to main content
15,892,809 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to set the value of a hidden control?? Pin
Brendan Vogt18-Jun-07 23:51
Brendan Vogt18-Jun-07 23:51 
AnswerRe: How to set the value of a hidden control?? Pin
vimal_yet19-Jun-07 0:04
vimal_yet19-Jun-07 0:04 
GeneralRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 0:12
Brendan Vogt19-Jun-07 0:12 
AnswerRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 0:08
badgrs19-Jun-07 0:08 
QuestionRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 1:01
Brendan Vogt19-Jun-07 1:01 
AnswerRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 1:43
badgrs19-Jun-07 1:43 
GeneralRe: How to set the value of a hidden control?? Pin
Brendan Vogt19-Jun-07 2:21
Brendan Vogt19-Jun-07 2:21 
GeneralRe: How to set the value of a hidden control?? Pin
badgrs19-Jun-07 4:39
badgrs19-Jun-07 4:39 
ma se wrote:
Does onload exist?? I typed in window. and then there was no onload option. I am using VS 2005.

Javascript intellisense in practically non-existent in visual studio, personally I use Aptana for all my JS/CSS development.

My fault again that it doesn't work, using ID.attribute won't work you need a reference to the DOM element via getElementById. Try this:
<script type="text/javascript"><br />
<br />
   <!-- // Hide from old browsers<br />
   window.onload = function()<br />
   {<br />
      document.getElementById('<%= hdnLocalDate.ClientID %>').value = new Date().toString("DD/MM/YYYY");<br />
   }<br />
   //--><br />
<br />
</script>

GeneralRe: How to set the value of a hidden control?? Pin
HarryIsp200719-Jun-07 18:09
HarryIsp200719-Jun-07 18:09 
QuestionI need help in Tab.... Pin
Sathyaa1518-Jun-07 23:36
Sathyaa1518-Jun-07 23:36 
AnswerRe: I need help in Tab.... Pin
badgrs19-Jun-07 0:05
badgrs19-Jun-07 0:05 
AnswerRe: I need help in Tab.... Pin
Sathyaa1519-Jun-07 1:39
Sathyaa1519-Jun-07 1:39 
GeneralRe: I need help in Tab.... Pin
badgrs19-Jun-07 4:46
badgrs19-Jun-07 4:46 
Questionuse of popup celander in asp Pin
Haresh Boghani18-Jun-07 21:49
Haresh Boghani18-Jun-07 21:49 
QuestionRe: use of popup celander in asp Pin
badgrs19-Jun-07 0:03
badgrs19-Jun-07 0:03 
AnswerRe: use of popup celander in asp Pin
vimal_yet19-Jun-07 0:07
vimal_yet19-Jun-07 0:07 
AnswerRe: use of popup celander in asp Pin
Vasudevan Deepak Kumar19-Jun-07 21:22
Vasudevan Deepak Kumar19-Jun-07 21:22 
QuestionProblem with Ajax Pin
Shamsa Kanwal18-Jun-07 19:22
Shamsa Kanwal18-Jun-07 19:22 
AnswerRe: Problem with Ajax Pin
Christian Graus18-Jun-07 20:20
protectorChristian Graus18-Jun-07 20:20 
QuestionUnable to Publish the ASP.Net (AJAX enabled) web application on the webserver. Pin
RDayalu18-Jun-07 14:56
RDayalu18-Jun-07 14:56 
AnswerRe: Unable to Publish the ASP.Net (AJAX enabled) web application on the webserver. Pin
Christian Graus18-Jun-07 15:19
protectorChristian Graus18-Jun-07 15:19 
AnswerRe: Unable to Publish the ASP.Net (AJAX enabled) web application on the webserver. Pin
badgrs18-Jun-07 23:59
badgrs18-Jun-07 23:59 
GeneralRe: Unable to Publish the ASP.Net (AJAX enabled) web application on the webserver. Pin
RDayalu19-Jun-07 15:21
RDayalu19-Jun-07 15:21 
GeneralRe: Unable to Publish the ASP.Net (AJAX enabled) web application on the webserver. Pin
badgrs19-Jun-07 23:47
badgrs19-Jun-07 23:47 
QuestionDeploying web site using VS 2005 to IIS 5.0 Pin
Don Dang18-Jun-07 13:56
Don Dang18-Jun-07 13: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.