Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / August 2006

Tip: Looking for answers? Try searching our database.

Numberic textbox

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
close browser without Logout - 21 Aug 2006 10:46 GMT
hi,

i need to create a numeric textbox control which accepts only numbers,
decimal point, backspace, arrow keys, should not allow pasting contents...
etc.

i've created a web user control by extending TextBox class and added a
javascript attribute to it as base.attributes.add("onkeydown","some
javascript code");

Its working when im giving the javascript code here, its not working when im
giving javascript code in its html section...

As there may be lots of lines in the javascript code, it should be placed
somewhere and the function only should be called from attributes.add()
method...

Please provide help.
Gaurav Vaish (www.EduJini.IN) - 21 Aug 2006 15:57 GMT
> Its working when im giving the javascript code here, its not working when
> im
> giving javascript code in its html section...

   Probably the fault in Javascript code.

> As there may be lots of lines in the javascript code, it should be placed
> somewhere and the function only should be called from attributes.add()
> method...

   How are you calling the other method from onchange (client-side)?
   Is there any Javascript error?

   The final HTML generated may look like:

<input type='text' name='numberbox' id='numberbox' onchange='return
checkData(this)' />
<script language='javascript' type='text/javascript'>
   function checkData(ctrl)
   {
       var value = ctrl.value;
       // Validate the value here... and return the validation result.
   }
</script>

Signature

Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.org
http://www.edujini.in | http://webservices.edujini.in
-------------------


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.