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
Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Refreshing An UpdatePanel With JavaScript  Version: 0.00     Price: $0.00  
Total Hits: 26  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

In order to refresh an UpdatePanel control via script we need to trigger a partial page postback for that UpdatePanel. As discussed in previous articles, any control within an UpdatePanel that would normally trigger a postback when clicked will trigger a partial page postback. For example, a Button Web control placed within an UpdatePanel will cause a partial page postback when clicked. It's also possible to have Web controls outside of the UpdatePanel trigger a partial page postback. This is ac...

Calling JavaScript from Code Behind  Version: 0.00     Price: $0.00  
Total Hits: 38  |  Today: 0Author: beyondrelational.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

Calling JavaScript from Code Behind...

Sharing JavaScript source code between client-side (inside a browser) and server-side (inside IIS/ASP)  Version: 0.00     Price: $0.00  
Total Hits: 19  |  Today: 0Author: Emmanuel Kartmann      Rating:  
Read Reviews | Write Review |  Your Rating: 

JavaScript is an amazing language which can be executed in two very different environments; it can run within a browser (client-side) as well as within a Microsoft IIS web server (server-side). Running on client-side, JavaScript is a good workaround for HTML limitations and helps building user-friendly web applications (it's also called Dynamic HTML). Running on server-side, JavaScript enables building dynamic Web pages (for example reading data from a database and presenting it in a Web browser...

Writing ASP Chat using JavaScript and XML (Part 3)  Version: 0.00     Price: $0.00  
Total Hits: 18  |  Today: 0Author: Alexander Fedorenko      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here, I added persistence of user information and registration. Upgrading User-friendly chat to Registrable chat requires adding persistent user information. New users must be able to register. Existing users can login using a username and password....

Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: Scott Guthrie      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6). This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects. Today’s release includes the following feature improvements: Better Imperative Syntax: A new, simplified, code syntax for creating client controls....

Using DHTMLX JavaScript Components in ASP.Net MVC Applications  Version: 0.00     Price: $0.00  
Total Hits: 50  |  Today: 0Author: Paul Erin      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I would like to show you the way how to build a flexible and scalable application with the help of dhtmlx components and ASP.Net MVC with extended routing functionality. To begin with, I'm going to assume that you are already familiar with jQuery, at least basically, as it is a part of ASP.Net MVC application by default. Let me also guess that you've heard about DHTMLX, an Ajax components library for building rich web UI. My goal is not to teach you how to use dhtmlx components, ...

Introduction to Error Handling in JavaScript     
Total Hits: 132  |  Today: 0Author: Sateesh Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, we will discuss about error handling in javascript. Most of the modern languages like c++, c# supports error handling. In the same line, javascript also supports error handling constructs. These constructs will help the developer to handle errors within the code. JavaScript provides two constructs to handle the errors:

1. try/catch block
2. onError event...

Client Side Script Debugging in ASP.NET     
Total Hits: 52  |  Today: 0Author: Bean Software      Rating:  
Read Reviews | Write Review |  Your Rating: 

Every one of us is well aware of problems posed when debugging client side script code. This article talks about various new techniques and troubleshooting tips that help debug client side script code efficiently in Visual studio 2005. Client side script code means that it can be VB Script or J# script or Java script. Client side script is embedded in .aspx pages, .html files or inside .js files. Generally, client side script is loaded by client application like Internet Explorer running on your...

ASP.NET Futures (July 2007): Integrating XAML into an ASP.NET Web Application with JavaScript     
Total Hits: 160  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

This walkthrough introduces the ASP.NET Xaml server control, which you can use to provide a rich internet application (RIA) experience in your Web Site. You can use the Xaml control in several ways:
* Reference XAML to define the application.
* Reference XAML and a custom JavaScript library. This assumes Microsoft Sivlerlight 1.0.
* Reference XAML that can define a managed code assembly. This assumes Microsoft Silverlight 1.1 Alpha Refresh....

Client-side Cookies, Unchecking Checkboxes, Microsoft.com Toolbar, WebBrowser Control, and More     
Total Hits: 38  |  Today: 0Author: Robert Hess      Rating:  
Read Reviews | Write Review |  Your Rating: 

I have a series of pages on my Web site, with different want ads on each page. Users click on the ads they want to see. In order for me to identify users and put them in touch with the person who placed the ad, I request that users register with a user ID, password, and e-mail address, which they keep for future visits. Before registered users look at the ads, I would like them to enter their user ID and password. Then, when they click on an ad, a form is sent to me with the user ID, password, a...

Custom Script Callbacks in ASP.NET     
Total Hits: 21  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET client callbacks represent a neat and elegant way to execute server-side code without posting and refreshing the current page. I discussed ASP.NET callbacks in the August and December 2004 installments of Cutting Edge, considering them from the perspective of rendered pages making background callbacks to the server, sending input data to the relevant page, and receiving a response. The response string can then be processed by the client however it sees fit, often manipulating the rendere...

Extend the ASP.NET DataGrid with Client-side Behaviors     
Total Hits: 21  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

To the majority of ASP.NET developers, the DataGrid control is a basic and essential tool, much like the rolling pin for serious pizza makers. The DataGrid control in ASP.NET 1.x is an extremely powerful and versatile control and a great server tool. But you can make it even more powerful with the addition of just a little bit of client-side script. Until now, I hadn't played with JavaScript and DataGrid controls together. Recently I ran into a wonderful piece that Dave Massy wrote a couple of y...

The Client Side of ASP.NET Pages     
Total Hits: 43  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

There's a trend in the software industry towards moving much of the burden of code writing to the infrastructure of the underlying platform. A variety of development platforms ask developers to provide a high-level description of the information they need in a relatively loose syntax, instead of hard-coding every single byte of it according to a strict set of syntax rules. It is now common for developers to use an XML dialect to describe the desired result and have a compiler or runtime engine p...

Wise ASP - ASP and JScript Coding Standards and Performance Tips     
Total Hits: 150  |  Today: 0Author: aspalliance      Rating:  
Read Reviews | Write Review |  Your Rating: 

Staying on that bleeding edge can be a great kick, but it can also leave you scratching your head. You may have come up with something totally cool for your Web site -- but since no other Web site has the feature, you end up wondering where to get help. I am always looking for ways to improve the performance of Web pages and to improve on coding styles. I have been able to compile from different sources some great suggestions (some my own) from people on the Internet, including ways to improve A...

Rajan Tawate Java Rule Engine     
Total Hits: 39  |  Today: 0Author: rajantawate1      Rating:  
Read Reviews | Write Review |  Your Rating: 

As a child , I was fascinated with the StarTrek scenes where captain spock would talk to the computer and it seemed that the computer would have intelligence from the responses. While we are all waiting to see the day when mankind will be able to embed intelligence in machines, as of this day that thing has not happened. What is really possible is to have a fact based rules evaluation system, to which you provide facts and ask it to evaluate the rules against this facts. The answer is a logical...

Bouncing an image on web page Using JavaScript     
Total Hits: 181  |  Today: 0Author: DevASP      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is about how to display an image in the web page that will change its location randomly, means will bounce over the web page. This is the way in games where you have to click at the image. Steps you will do. Start visual studio and create a new web application. Open the HTML design of your web page. Before closing the head tag add the following JavaScript function to do the actual work....

Block Navigation and Other Option on Web Page Using JavaScript     
Total Hits: 323  |  Today: 0Author: DevASP      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is about how you can disable the back, forward, refresh options over a web page. Download the project and run it in a new IE. When the page is browsed press F5, Backspace or Alt Backspace. Steps you will do.
Start visual studio and create a new web application. Open the HTML design of your web page and before closing the head tag add the following JavaScript functions to block the options....

Custom Validation Scripts - Extending the client side script functionality     
Total Hits: 225  |  Today: 0Author: Mauricio Ritter      Rating:  
Read Reviews | Write Review |  Your Rating: 

Override the default implementention of client side validation of ASP.NET and modify the default functionality by adding focus to error fields and individual alerts for each invalid field.Since I started working with ASP.NET Validation controls, I thought that they were good stuff, but lacked functionality in the client validation functions. Diving into the internal code of the ASP.NET web control's validation infrastructure, I found out that the functions can be overridden. In this article, I'l...

VBScript String Concatenation     
Total Hits: 213  |  Today: 0Author: Marcus Tucker      Rating:  
Read Reviews | Write Review |  Your Rating: 

On the forums that I participate in (and at work) I often see ASP code making extensive use of string concatenation, and although I want to point out why it's bad and how to improve it, I usually bite my tongue and say nothing because to cover the topic in sufficient depth would take more time than I want to spend! It is disappointing to see that so many developers are unaware of the performance implications of doing so, and in other cases where inefficient techniques are used I would normally p...

Controls and Components to Help Automate Common Client-side Chores     
Total Hits: 204  |  Today: 0Author: Steve C. Orr      Rating:  
Read Reviews | Write Review |  Your Rating: 

As a Web developer you sometimes need a dab of JavaScript; maybe to pop up a message box or a new window. They seem like such simple chores, yet it can take a considerable amount of coding and debugging to create a flexible solution. Writing server code is fairly straightforward for someone with a programming background. Writing client-side code isn’t a foreboding task either — for the adventurous type. However, mixing server code with client-side code can get rather tricky. The many ways to go ...


1  2  3  4  5  6  7  8  9  10  


Disclaimer - Privacy
© 2002-2012 DevASP.net