Munna on .net

Masudur Rahman (Munna) is sharing ideas and interesting learning experience on Microsoft dot net framework

Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

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]
Posted: Apr 20 2009, 10:51 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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]
Posted: Jul 08 2008, 10:38 by munnaonc | Comments (1) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Asp.net | WCF | IIS 7

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]
Posted: Feb 19 2007, 11:35 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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]