Category Archives: Javascript

File Uploader using Silverlight and WCF

From Silverlight 2 onwards it supports Open File Dialog, which helps developers to implement upload file logic, with the help of WCF services. Silverlight Open File Dialog offers better control over the existing HTML FileUpload control, like File Filter, File … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Javascript, Silverlight | Tagged , , , | 4 Comments

Image cropping in ASP.Net with JQuery

Yesterday I got a chance to explore Jcrop – the jQuery Image Cropping Plugin. You can get more details about JCrop from here. It is nice JQuery plugin to Crop photos. Here is a simple implementation of JCrop with ASP.Net … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , | Leave a comment

Creating Captcha HTML Helper

After working with ASP.Net MVC, and my previous posts, in this Post I am trying to implement a Captcha HTML Helper, an HTML Helper is just a method that returns a string. Creating Custom HTML Helpers. It is an extension … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, ASP.Net MVC, Javascript | Tagged , , , , , , , | 3 Comments

A Simple Chat script using ASP.Net C#

Few days back one of my colleague was looking for a simple chat script in ASP.Net, but he can’t found one. Almost all of the chat scripts were in ASP and he want to do it for an internal site. … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , , , , , , , | 4 Comments

Simple AutoSuggest Textbox using JQuery

Few months back, one of my colleague from UI team, introduced JQuery to me, our purpose was to show some nice dialog boxes using JQuery. After some time I moved in to some Windows projects. And now I am back … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , , | 14 Comments