My Code Experiments

My blog contains valuable contents which is useful for web developers working with Microsoft technologies.

Friday, February 12, 2010

Consuming webservice using JQuery Asp.Net application

›
Download: Here   The Web Service methods that I will use revolve around client. Having set up a web site in Visual Studio 2008, I have ad...
3 comments:
Wednesday, September 16, 2009

Client validation gridview ASP.NET

›
I am going to explain the GridView Control Client Side (Javascript) Validation instead of server side validation controls. I have a asp.ne...
1 comment:
Monday, August 31, 2009

Custom SEO Friendly Paging Datalist ASP.NET

›
Recently I have implemented paging with the Asp.net Datalist .But according to my client this was not good for SEO purposes and send links t...
11 comments:
Friday, July 17, 2009

ASP.NET Performance Improvement Techniques(GZIP)

›
Now a days lot of web applications have many performance issues. We can easily come out these by implementing some techniques. One of them G...
Monday, July 6, 2009

Bind data to dropdownlist from client side javascript

›
var ddlFromWarehouseClientId = document.getElementById("ctl00_ContentPlaceHolder1_grdStockTransfer_ctl01_ddlFromWarehouse"); ...
2 comments:

Call server side method from client script through Ajax

›
1.Create a class under App_Code folder public class AjaxFunctions { [Ajax.AjaxMethod] public bool IsNumber(int i) { i...
Tuesday, June 30, 2009

Access image through url and render as jpeg in asp.net

›
class ImageProcessingModule : IHttpModule { public void Init(System.Web.HttpApplication context) { context.B...
1 comment:
Thursday, May 28, 2009

Integrating BlogEngine into an existing website

›
Introduction to Blog Engine.Net - BlogEngine.NET is open source .BlogEngine.NET is a full-featured blogging platform that is a breeze to set...
1 comment:
‹
›
Home
View web version
Powered by Blogger.