Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 09-17-2006, 04:37 AM   #1
Default asp.net - Client side script not recognized for the usercontrol


Hello Everybody

I have a date text box im my asp.net page, I am using regular expression validator to enter the date in the format dd-mm-yyyy .

on blur event of the textbox (i am explicitly calling that onblur event in page load.) i am calling javascript to change the format of date to dd-MMM-yyyy

(i.e the user enter 01/01/2006....onblur it is changed to 01/Jan/2006)

This is working fine in page level.

But I want to create a "user control" for this . I created same thing using user control. But it is not working.

In load event of the user control , i used this script tag to recognize the javascript.

Page.ClientScript.RegisterClientScriptBlock(Me.Get Type(), "MyScript", "document.getElementById('Me.ChosenDate.ClientID') .value = str2", True)

But it is not working. It does not give error but does not work either


I also tried to create a .js file and call it in Page load....even this did not help
Page.ClientScript.RegisterClientScriptBlock(Me.Get Type(), "MyScript", "datecode.js", True)

Please help

Have a great day ahead
Regards
Sara


sara_23apr
sara_23apr is offline   Reply With Quote
Old 09-27-2006, 06:10 PM   #2
Raja
Junior Member
 
Join Date: Sep 2006
Posts: 1
Default
Dear Sara,

If ur using Server Controls in the user control then just try this Page.ClientScript.RegisterClientScriptBlock(Me.Get Type(), "MyScript", "document.all['Me.ChosenDate.ClientID').value = str2", True)

if this doesnot work out

in the load event of the use control u need to add a attribute "onblure" key to the text box of the user control with the value as javascript function that u used for the first ( "on blur event of the textbox (i am explicitly calling that onblur event in page load.) i am calling javascript to change the format of date to dd-MMM-yyyy ")

hope u solve ur problem.

Regards.
Raja


Raja
Raja is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Client side caching with themes in VS 2005 praveensharma Software 0 06-18-2008 09:05 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46