January 2008 - Posts

0
Comments

Silverlight resouces articles and links. by Jalpesh P. Vadgama

Microsoft Silverlight is one of the hottest technology that ever produce on web. It is a Microsoft answers to macro media flash and action script. You can develope rich web user interace and dashing site with the use of Microsoft silver light and asp...
Filed under: ,
0
Comments

SilverLight Video Links by Jalpesh P. Vadgama

Here are the some cool links of silver light videos: http://www.microsoft.com/silverlight/video.aspx To Learn silver light You can download learning videos: http://silverlight.net/learn/learnvideos.aspx Another one is what we can do the with silver light...
Filed under: , ,
7
Comments

How to insert a item in databound dropdownlist at nth position by Jalpesh P. Vadgama

Hello guys, Sorry for not posting anything for long time. Actually i was busy about changing my job. We have use the dropdownlist with millians of time some developer still does not know that how to insert the listitem at particular level. Suppose your...
Filed under: , ,
1
Comments

What is the diffrence between abstract(must inherit) class and inteface by Jalpesh P. Vadgama

Following are the main difference between abstract class and interface. 1. Abstract class can contain abstract method while interface does not. 2. Abstract class can contain method body while interface does not. 3. Methods in abstract class can contain...
Filed under: , ,
3
Comments

Mouse Hover effect on asp.net datagrid. by Jalpesh P. Vadgama

Here is the code for mouse hover effect in ASP.NET using C#. I have written a another code for mouse hover effect in asp.net data gird . You can do both for alternating item and item rows. First You have to create a item created event of datagrid and...
Filed under:
14
Comments

How to take ScreenShot in C# by Jalpesh P. Vadgama

To create a screenshot in c# we need to use drawing api of the .net framework First you have import System.Drawing.Imaging name space with following code... using System.Drawing.Imaging; here is the code in C# for screenshot. int screenWidth = Screen...
Filed under:
8
Comments

How to show javascript alert message from asp.net code behind by Jalpesh P. Vadgama

Javascript is one of the most important language for webdevelopement. We need to build the interactive websites. For the desktop application Messagebox are very important thing for building interactive websites. But from server side (asp.net) we can not...
Filed under: , ,
2
Comments

ASP.NET White Papers by Jalpesh P. Vadgama

In new version of Microsoft asp.net site Microsoft has launched the asp.net white papers which will help us to install and configure asp.net in our computers. It contains white papers with following different categories.. ASP.NET Security White papers...
Filed under:
1
Comments

Master pages and child pages -Page Excecution Sequence. by Jalpesh P. Vadgama

Lots of people are in confusion whether the master pages are loaded first or content page(child page is loaded first.I want to make it more clear. Following is page execution structure of the master page and child pages. First the controls of the master...
Filed under:
3
Comments

What is diffrenece between string.compare and string.compareordinal by Jalpesh P. Vadgama

String.Compare can be or not be case-sensitive, and can incorporate anynumber of comparison options, including culture-sensitivity and sortingrules. That is, it is not comparing the exact strings necessarily, but canbe configured to do various sorts of...
Filed under: , ,
More Posts « Previous page - Next page »