Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Scripting > Client Side/Server Side Scripting


Search:
What's New - What's Hot
How to add startup JavaScript code from Content Page to Master Page  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: www.AspDotNetFaq.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward.
Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event....

WCF Services with Zero Config (on both the Host and Client)  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: StevenHollidge      Rating:  
Read Reviews | Write Review |  Your Rating: 

When dealing with your WCF services, have you ever gotten so confused with all the settings in your App.Config that you just wanted to throw the file away? Well now you can, and I’ll show you how.

With .NET 4.0, WCF allows developers to take the convention over configuration approach to their services. This means that by omitting configuration settings, the .NET Framework will create defaults in their place and make your services fully available and operational....

JavaScript Date Validation  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: EdMan196      Rating:  
Read Reviews | Write Review |  Your Rating: 

For a few days now, I have been battling with the problem of JavaScript date validation. I wanted to validate text inputed by a user as they were typing to tell them if it was a valid date. After much searching on the internet, I found nothing that worked. So I wrote the following code to do the job, it is a simple but effective isDate function:...

Dynamic Javascript Validation Message Panel  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: santosh poojari      Rating:  
Read Reviews | Write Review |  Your Rating: 

During development we come across lots of client side validations and we normally use .Net validator controls.These controls give us the feature to display the client-side validation messages in 'Summary' like panel. In some places we need clean javascript validation that has to be used to serve our purpose.In such cases we want to display these messages not as alert message but to be displayed as inline form messages....

Remote scripting XML. Fill Table HTML with DataTable from WebServices using Javascript. C#  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Marcelo Lujan [El Bebe.Net ]      Rating:  
Read Reviews | Write Review |  Your Rating: 

I was using webservices for two years, an will use web services, if we want to do a order form, and just ask for the productId, and use just HTML controls, to make your page weightless, but you want to show the products list and dont want to post back all the page just to show it, send the call Using remote scripting and call your webservices from the client, and mantain the page content, remember, you are using HTML controls with no state, the webservice sends you a XML Dataset in the result an...

Creating and Deleting Files on Fly on WebServer through Javascript (Magic of HTML and Jquery)  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: nikxgupta      Rating:  
Read Reviews | Write Review |  Your Rating: 

We usually know the methods of POST and GET for posting and fetching data from WebServer.

There are many other HTML verbs used . Two of them are PUT and DELETE

PUT - used for moving,updating creating files through WEBDAV on webserver.

DELETE - used for deleting file through WEBDAV on webserver...

XHTML Alternative to HTML5 Data Attributes  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: John Doherty      Rating:  
Read Reviews | Write Review |  Your Rating: 

I tend to write my own cross browser UI components and always strive to reduce the number of elements rendered in a page whilst also ensuring the mark-up validates. In situations where I need a key value pair but do not want to insert hidden fields, I use a custom CSS selector such as...

Writing Object-Oriented JavaScript Part 1  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: chriswa      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET and Visual Studio 7.0 are making important contributions to the improvement of the web development experience. Unfortunately, there is also a tendency created among developers to limit their interaction with JavaScript. Clearly JavaScript is valuable for adding client-side functionality to web pages. However ASP.NET programming models suggest that developers produce page layout while emitting client-side JavaScript from ASP.NET controls. As a consequence, this model tends to limit JavaSc...

Parital page validation using validation controls and JavaScript  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Muhammad Abubakar Dar      Rating:  
Read Reviews | Write Review |  Your Rating: 

A logical portion of an ASP.NET page can be validated independently by overriding the behavoiur of validator controls. I am going to validate different parts of the page independently so our control or a particular portion of the page will validate itself without affecting anything else on the page....

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Refreshing An UpdatePanel With JavaScript  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ASP.NET AJAX UpdatePanel provides a quick and easy way to implement a snappier, AJAX-based user interface in an ASP.NET WebForm. In a nutshell, UpdatePanels allow page developers to refresh selected parts of the page (instead of refreshing the entire page). Typically, an UpdatePanel contains user interface elements that would normally trigger a full page postback - controls like Buttons or DropDownLists that have their AutoPostBack property set to True. Such controls, when placed inside an U...

Go Global: Designing Your ASP-based Web Site to Support Globalization  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Michael Kaplan      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you have a Web site for your business, you already have an international presence. But how can you make sure users in any country can access your site effectively? The Trigeminal Software site at http://www.trigeminal.com has pages localized into up to 48 languages and allows users to see pages in the language of their choice. This article describes how the site was implemented and how issues such as whether the site should use frames and what character set to choose for multibyte languages w...

Validation & remeber values of selected checkboxes in grid controls using javascript  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: niksv      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains how to make validation on checkboxes and remember the selected checkboxes' values in DataGrid/GridView etc, together. This will make xecution faster as we wont have to use FindControl method of grid controls....

Way of adding items in Drop Down List or List Box using Javascript  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: raja.s      Rating:  
Read Reviews | Write Review |  Your Rating: 

Way of adding items in Drop Down List or List Box using Javascript...

Creating an Image Slide Show Using ASP.NET Client Callbacks  Version: 0.00     Price: $0.00  
Total Hits: 35  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Image slide shows are common in most of the web applications. In this article I will demonstrate how to create a very simple slide show using ASP.NET Client Callbacks and JavaScript....

Calling JavaScript from ASP.NET Master Page and Content Pages - Part I  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Suprotim Agarwal,      Rating:  
Read Reviews | Write Review |  Your Rating: 

Calling JavaScript from Master and Content Pages confuses a lot of developers. In this article, we will see some common problems and their solutions of calling JavaScript from a Master/Content page. This article is Part I of the two part series and will cover JavaScript in Master Pages. The next article will cover JavaScript in Content pages....

Calling JavaScript from ASP.NET Master Page and Content Pages - Part II  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Suprotim Agarwal      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, we will see some common problems and their solutions of calling JavaScript from a Master/Content page. This article is Part II of the series ‘Calling JavaScript from ASP.NET Master Page and Content Pages’ and in this article; we will cover JavaScript in Content Pages. Part I of this article can be read over here Calling JavaScript from ASP.NET Master Page and Content Pages - Part I...

Build Flexible, Lightweight XML-Based Images for ASP.NET Using Scalable Vector Graphics  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Dennis Forbes      Rating:  
Read Reviews | Write Review |  Your Rating: 

Scalable Vector Graphics (SVG), a W3C graphics standard built around XML, is one of several vector graphics technologies that allows fast, lightweight drawings such as charts and graphs to be rendered on the fly in an appropriate viewer. There are many advantages to such vector graphics, including conservation of bandwidth and storage media, and flexibility. This article explains these benefits and shows you how to easily add powerful, dynamic, interactive visual elements to your Web application...

Localize a user with the JavaScript Geolocation API  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: Mattia Baldinger      Rating:  
Read Reviews | Write Review |  Your Rating: 

Javascript provides a function to get the location of the current user of your web page. Currently it is only implemented in Firefox 3.5 and Safari mobile version. Also Chrome has implemented it, but it isn't turned on by default. I'm talking about the Geolocation API which is a W3C standard. It is amazing how accurate it works (in Switzerland). It normally localizes me with a 50 meters difference (about 150 feet). I build a simple web application which localizes you and shows the result on Goog...

Save and Restore Form Cookies using JavaScript  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Manas Moharana      Rating:  
Read Reviews | Write Review |  Your Rating: 

I was developing a retailer web application and working on Product Comparison functionality.There was a requirement where I want to persist info (product Id from different category page) across multiple pages using javascript. Then use those product ids in Product Comparison page.Each Product Category page lists muliple products, with a check box associated with each product, which allow user to select products to compare. As per requirement user can select products from diferent category ...

Java Script GridView ClientSide Validation  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Majith      Rating:  
Read Reviews | Write Review |  Your Rating: 

Performing the Client side validation on GridView Itemtemplate controls is quite tedious and finding the controls it seems to difficult.This snippet below validates all controls using JS.The article explains the GridView Client Side Validation instead of server side validation controls....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net