About 48,400 results
Open links in new tab
  1. JavascriptHelper–Managing JS files for ASP.NET MVC

    Jun 7, 2012 · After working several years with the Castle Monorail MVC framework, I decided to try ASP.NET MVC to see if it had caught up to Monorail. The transition seemed to go rather smoothly, but one area where I was surprised to find how clumsily it was handled, was the management of JavaScript files. Basically, if some part of a page, say a helper or partial page, needed a particular JS file, you had ...

  2. How to validate forms with JavaScript- CodeProject

    Jan 13, 2007 · The unobtrusive JavaScript will stop the form submission if JavaScript is available and speed up the form submission process. As JavaScript is client side, users won't have to wait for the page to reload if errors have been made submitting the form (this is particularly useful to users with slow connections).

  3. Resource File to JavaScript Object- CodeProject

    Feb 23, 2011 · A web control that creates a JavaScript object representing a resx (resources) file and makes it available to be used from HTML and JavaScript code.

  4. Overloading JavaScript Functions- CodeProject

    Nov 28, 2013 · Download source - 3.1 KB Introduction One of the strong points of JavaScript is that it is weakly typed, it allows a lot of flexibility, unfortunately this means that function overloading isn't available. We don't have explicit parameter type declarations, thus we cannot "type" parameters when we declare functions. But how much do we really need function overloading? We can do without it, we ...

  5. JavaScript Based Automated Testing for Web Applications

    Feb 25, 2011 · So, finally getting back to my old JavaScript skills I ended up creating my own simple (and hopefully effective) auto-testing tool! The idea was to create a wrapper parent HTML page which will 'host' the web-page to be tested in an iframe and then access its controls, populate value and perform clicks, etc...

  6. Evaluate Expressions from C# using JavaScript's Eval() Function

    Dec 5, 2009 · This article describes how to wrap Eval() in a tiny JScript class, compile it into an assembly and call it from C# to evaluate expressions at runtime.

  7. Send Mail / Contact Form using ASP.NET and C#- CodeProject

    Apr 23, 2012 · Download SendMail.zip - 138.1 KB Introduction For sending mail through ASP.NET and C# website: Background This code is tested and running well on gmail account. Using the code

  8. Creating graphs using JavaScript- CodeProject

    Jun 26, 2002 · Introduction JavaScript can be used to dynamically generate a bar graph with user supplied data. This is due to the simplicity of bar graphs in general, which consists simply of images of varying lengths. We use JavaScript to dynamically write out each image, each with its length calculated using the data entered. All we need is a simple 1x15 image to start things off:

  9. Toggle Panel Control- CodeProject

    Apr 10, 2006 · Download source files - 18.6 KB Introduction This is a free control, TogglePanel, designed to show content that can be collapsed. The control has two templates: one for the content shown in the expanded state, and one for the content (or title) shown in the collapsed state. Use the ExpandedTemplate for the normal content and the CollapsedTemplate for the collapsed content. This control is ...

  10. Persisting TextBox Values in a Windows Forms Application

    Apr 20, 2006 · An article on saving textbox values of a Windows application, and restoring them when the application restarts.

Refresh