ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action
Download source - 942.41 KB Table of Contents Development Platform Introduction Display a Modal Popup Close and Open Modal Popup Using Script Display an iframe Inside Modal Popup Close Popup from iframe Same Source Di...
[More]
Install WCF & Asp.net in IIS7
II7 is the default Internet information server for Window vista and window server 2008. In few cases I found that WCF and asp.net 2.0 is not working in iis7. This short of problem is often encountered, if you install dot net framework first and then install IIS7. To resolve any kind of issue reg...
[More]
Asp.net File Upload Control Using with just one step
In our projects sometimes we need to use the file upload control. Asp.net 2.0 have a build-in File-upload. In asp.net 1.x web controls didn’t had any builtin file-upload control. Then we had to use a html input tag with type attribute set to “file” and to use in server side add ru...
[More]
CSS Problem of Ajax Tool Kit Calendar
AjaxControlTookKit is a very nice addition of Asp.net 2.0 Ajax Extension. Recently I had very nice experience using asp.net 2.0 Ajax in few of my projects. "update panel" is very use full control as far as easy Ajax is concern. I haven't explored the whole area of client side scripting, bu...
[More]
Asp.net Tree view control, very useful But.
Asp.net 2.0 ships with a whole new set of controls. Navigation controls are one of them. In navigation control we have three options Sitemap path Menu Tree View Recently I have worked in a project which is a demo project where I had the pleasure of using the asp.net 2.0...
[More]