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
C#
C#.NET
Cache
Caching
CodeRefactor
Content Delivery Network
Dapper
Debugging
Delegates
Denali
Dotnetnuke
EF4.0
EFCodeFirst
Enterprise Library
Entity
Entity Framework
EntityFramework
Enum
ErrorHandling
Exception
ExpandoObject
FileUpload
General
Generic Handler
Globalization
History
HTML
HTML5
HTMlEncode
HttpHandler
IE9
Infosys
IntelliTrace
Internationalization
Internet Explorer 9
Inversion of Control
JavaScript
jQuery
JqueryUI
JSON
Label
Linq
MetaTag
Micorosft Community Techdays
Microsoft
MSDN
MVP
NuGet
Number Input type
OutputCache
PageMethods
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
UpdatePanel
URL Input type
URLRewriting
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 2012 - Posts
1
Comments
Email-New Html5 input element
by
Jalpesh P. Vadgama
In most of the websites we have contact forms and other forms where we have some standard inputs like Phone,Email and Website URL and those are widely used in any site and has specific features. Email is one of the most standard used input elements which...
Filed under:
ASP.NET
,
HTML5
,
HTML
,
EmailType
2
Comments
My first video for code refactoring in visual studio 2010
by
Jalpesh P. Vadgama
I have been planning this since long but now Its happened. I have created a video for visual studio 2010 code refactoring features. I have made this video public. Following is a link for that. http://www.youtube.com/watch?v=HvC63rE7tB4&feature=share...
Filed under:
ASP.NET
,
VisualStudio2010
,
Refractor
1
Comments
string.format escape sequence in c#
by
Jalpesh P. Vadgama
Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format. Suppose You...
Filed under:
C#.NET
,
C#
1
Comments
Difference between generic handler and http handler- ASP.NET
by
Jalpesh P. Vadgama
Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP...
Filed under:
ASP.NET
,
HttpHandler
,
Generic Handler
0
Comments
how to vertically middle align text in div-HTML tip
by
Jalpesh P. Vadgama
Recently in one of the project I have to vertical align text in div. so doing some internet search I have found there are no proper way to do it. So I thought it would be good do share this within my readers. Here is the code do vertically align text...
Filed under:
HTML
5
Comments
ASP.NET Page Methods with Parameters
by
Jalpesh P. Vadgama
In earlier post I have written how we can use page methods to call server-side from the java script. In this post I am going to explain How we can pass parameters to page methods with java script. So let’s take a simple example to see how we can pass...
Filed under:
ASP.NET
,
C#
,
PageMethods
More Posts