Dotnetjalps-asp.net
Exploring technologies through innovations!!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
AJAx
ASP.NET
ASP.NET 4.0
ASP.NET 4.5
ASP.NET MVC
ASP.NET MVC 4.0
ASP.NET WEB API
ASP.NETPages
Azure
Blog
Blogging
BreadCrumb
Breakpoint
C#
C#.NET
Cache
Caching
CallHierarchay
Channel9
CodeRefactor
Community Tech Days
Configuration
Content Delivery Network
Cotent Management System
Dapper
DateTime
Debugging
Delegates
Denali
Distinct
Dotnetnuke
EF4.0
EFCodeFirst
Email
EmailType
Entity
Entity Framework
EntityFramework
Exception
General
HTML
HTML5
HttpHandler
IntelliTrace
JavaScript
jQuery
JqueryUI
Linq
LinqDataSource
Menu
MetaTag
Micorosft Community Techdays
Microsoft
MicrosoftAjax
MSDN
MultiMonitor
MVC 3.0
MVP
NavigateTo
NuGet
Number Input type
OutputCache
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
Tuple
UML
UpdatePanel
URLRouting
VB.NET
ViewEngine
VisualStudio
VisualStudio11
VisualStudio2010
VisualStudio2012
WCF
Web.config
WebHelper
WebMatrix
WebRequest
WebResponse
WebService
WindowsAzure
WindowsAzureBootCamp
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
February 2013 (4)
January 2013 (5)
December 2012 (6)
October 2012 (1)
September 2012 (4)
August 2012 (1)
July 2012 (6)
June 2012 (4)
May 2012 (8)
April 2012 (12)
February 2012 (2)
January 2012 (6)
December 2011 (5)
October 2011 (5)
September 2011 (6)
August 2011 (7)
July 2011 (13)
June 2011 (11)
May 2011 (11)
April 2011 (13)
March 2011 (5)
January 2011 (12)
December 2010 (17)
November 2010 (2)
October 2010 (3)
August 2010 (8)
July 2010 (4)
June 2010 (8)
May 2010 (3)
August 2008 (1)
July 2008 (2)
May 2008 (1)
April 2008 (3)
February 2008 (3)
January 2008 (23)
My Blogs
My personal Blog- www.dotnetjalps.com
My BeyondRelational SQL Server blog
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:
ASP.NET
,
SilverLight
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:
ASP.NET
,
C#.NET
,
VB.NET
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:
ASP.NET
,
C#.NET
,
VB.NET
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:
ASP.NET
,
C#.NET
,
VB.NET
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:
ASP.NET
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:
C#.NET
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:
ASP.NET
,
JavaScript
,
AJAx
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:
ASP.NET
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:
ASP.NET
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:
ASP.NET
,
C#.NET
,
VB.NET
More Posts
« Previous page
-
Next page »