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.

VS templates not working? Easy to get things back.
Recently I had to work with window SharePoint Service 3.0 and its development. I download the visual studio 2005 project templates for SharePoint development. I downloaded the project msi from Microsoft download site. http://download.microsoft.com/download/e/8/a/e8aa8476-5af6-4f38-aed2-0247a99d2bc... [More]
Install assembly into Global Assembly Cache
Option One Step One add the sn.exe to External Section of VS2005 1. Click on Menu->Tools->External Tools 2. A window with all external tool listed will popup.. click on add button 3. In title type “String Name tool” 4. In command brows for sn.exe tool [Generally in the bin directory... [More]
Posted: Mar 03 2007, 11:52 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: .net | .net 1.1 | .net 2.2 | .net 3.0 | .net 3.5 | dll | GAC
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]
Implementing Xceed GroupRow and Enabling Row Grouping
Xceed Grid of 3.x Version has a very interesting feature Called Grouping. It allows you to show rows in groups and in a horizontal tree structure. Now let’s discuss about how to implement Xceed grid group feature. Well Xceed grouping feature works on columns that is you must group the rows on a part... [More]
Posted: Oct 19 2006, 12:26 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Xceed Grid Check box Column and Single Click Edit
In some cases we need to put a column with check box, so that we can select some row with check box. And then perform some operation depending on check box value. Xceed provide a very simple and easy way to accomplish this task. All you need to do is to add a column and set is data type to bool that... [More]
Posted: Oct 12 2006, 12:24 by munnaonc | Comments (1) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Working with Xceed Cell Editor
In version 3.1 Xceed provided lot of interesting stuff and one of them is Xceed editors. Some most interesting Xceed editors are Win Combo box Option Picker Let get started with how to define a custom cell editor. Let say we have one column that provide description of a data and the column is... [More]
Posted: Oct 11 2006, 12:15 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamically Change Xceed Grid Column Title
Dynamically Change Xceed Grid Column Title Some time we do require changing the column title at run time. During working one of my projects I was assigned a task where I need to add column dynamically and then change that is delete or rename the dynamically added columns. Since you can not edit t... [More]
Try.Catch. is not a good Practice
I don’t know using try catch in your code is good or bad. But I am sure that it makes your code run more slowly. For the early edge of my programming carrier I believed that c# language has managed the try catch or exception handling quite well. So we can use try catch as much as we can in our code ... [More]
Posted: Sep 12 2006, 11:09 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Xceed | .net 3.5 | .net | .net 1.1 | .net 2.2 | .net 3.0
Xceed Grid 3.1 very cool data grid component
Recently in our project we have started to use xceed grid 3.1. Well xceed is very smart to introduced few new features. Two most interesting features that impressed me is xceed grid report features. and its fixed column feature. this two featue is badly needed in our project . thanks to xceed that ... [More]
Posted: Sep 12 2006, 09:30 by munnaonc | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5