Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inputmask for mmTextbox
Message
From
28/07/2010 19:18:38
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01473906
Message ID:
01474374
Views:
30
>Note: this doesn't work when you're in debug mode, as I just found out. Also, dragging didn't give me a relative reference, just js\jquery.js
>
>Eric
>
>>Frank, if you just remove the reference to the script and then drag it from the solution explorer back onto the page it should be added correctly. If you don't have the script showing in your project then I would add it maybe under a folder called Scripts or something. My guess is you need the path to be a tilde and then a forward slash before the file name plus any folder names.
>>
>>"~/Scripts/jquery.maskediput.js"
>>
>>the tilde references the root of your application for you.
>>Tim
>>

I never realized that didn't work in dev mode. However if he would just drag the file from the solution explorer it would look like this one I just drug onto my form.
 <script src="../Scripts/jquery.scrollTo.js" type="text/javascript"></script>
Notice there are two dots before the front slash and the folder name. If he drags it, that should create an appropriate path.
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform