Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
hi,
 
Is the any Script editor Control in Asp.net,Can u Suggest Me any Alternative For the above controls in asp.net.
 
Can you Help these Problem As Soon as possible.
 

 
Thank,
Raghava.
Posted 22 Jan '13 - 4:21

Comments
aspnet_regiis -i - 22 Jan '13 - 10:23
What is a script editor ?
raghavarapur - 22 Jan '13 - 10:27
A control which is used to edit the script .
aspnet_regiis -i - 22 Jan '13 - 23:22
Use the multiline textbox to edit the script

1 solution

Such control is simply the element <textarea ... />.
 
To make is a script editor, you need a separate script which gets the value of the property value of this element (it is a string representing the text typed in the text area) and simply call JavaScript function eval, passing this value as an argument. Get a the result of the function and present is some other element.
 
Here is a complete example: http://sakryukov.org/freeware/calculator/[^].
 
You can add a lot of other detail and features…
 
Enjoy,
—SA
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 514
1 CPallini 245
2 Mahesh Bailwal 244
3 Maciej Los 240
4 Aarti Meswania 213
0 Sergey Alexandrovich Kryukov 9,162
1 OriginalGriff 7,179
2 CPallini 3,913
3 Rohan Leuva 3,176
4 Maciej Los 2,588


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 22 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid