|
|
|
|
|
| | Total Hits: 0 | Today: 0 | Author: www.AspDotNetFaq.com | 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.... |
| | Total Hits: 3 | Today: 0 | Author: StevenHollidge | 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.... |
| | Total Hits: 0 | Today: 0 | Author: EdMan196 | 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:... |
| | Total Hits: 0 | Today: 0 | Author: santosh poojari | 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.... |
| | Total Hits: 0 | Today: 0 | Author: Marcelo Lujan [El Bebe.Net ] | 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... |
| | Total Hits: 0 | Today: 0 | Author: nikxgupta | 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... |
| | Total Hits: 1 | Today: 0 | Author: John Doherty | 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... |
| | Total Hits: 1 | Today: 0 | Author: chriswa | 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... |
| | Total Hits: 0 | Today: 0 | Author: Muhammad Abubakar Dar | 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.... |
| | Total Hits: 24 | Today: 0 | Author: Scott Mitchell | 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... |
| | Total Hits: 3 | Today: 0 | Author: Michael Kaplan | 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... |
| | Total Hits: 0 | Today: 0 | Author: niksv | 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.... |
| | Total Hits: 0 | Today: 0 | Author: raja.s | Rating:  |
| |  Way of adding items in Drop Down List or List Box using Javascript... |
| | Total Hits: 35 | Today: 0 | Author: AzamSharp | 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.... |
| | Total Hits: 2 | Today: 0 | Author: Suprotim Agarwal, | 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.... |
| | Total Hits: 0 | Today: 0 | Author: Suprotim Agarwal | 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... |
| | Total Hits: 4 | Today: 0 | Author: Dennis Forbes | 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... |
| | Total Hits: 22 | Today: 0 | Author: Mattia Baldinger | 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... |
| | Total Hits: 9 | Today: 0 | Author: Manas Moharana | 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 ... |
| | Total Hits: 11 | Today: 0 | Author: Majith | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|