DotNetJalps
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 MVC
ASP.NET MVC 4.0
ASP.NETPages
Azure
Blog
Blogging
Breakpoint
C#
C#.NET
Cache
Caching
CallHierarchay
Channel9
CodeRefactor
Community Tech Days
Configuration
Content Delivery Network
Cotent Management System
Dapper
DateTime
Debugging
Denali
Distinct
Dotnetnuke
EF4.0
EFCodeFirst
Email
EmailType
Enterprise Library
Entity
Entity Framework
EntityFramework
Enum
ErrorHandling
Exception
ExpandoObject
General
Generic Handler
Globalization
History
HTML
HTML5
HTMlEncode
HttpHandler
IE9
Infosys
IntelliTrace
JavaScript
jQuery
Linq
Menu
Micorosft Community Techdays
Microsoft
MicrosoftAjax
MSDN
MultiMonitor
MVC 3.0
MVP
NavigateTo
NuGet
Number Input type
OutputCache
PageMethods
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
UML
UpdatePanel
URL Input type
URLRewriting
URLRouting
VB.NET
ViewEngine
VisualStudio
VisualStudio2010
WebHelper
WebMatrix
WebRequest
WebResponse
WebService
WindowsAzure
WindowsAzureBootCamp
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
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
Recent Posts
0
Comments
Number- New HTML5 Input type
by
Jalpesh P. Vadgama
I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up...
Filed under:
ASP.NET MVC
,
HTML5
,
Number Input type
0
Comments
URL–New HTML5 input element
by
Jalpesh P. Vadgama
In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information...
Filed under:
ASP.NET MVC
,
HTML5
,
HTML
,
URL Input type
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
1
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
0
Comments
Page methods in asp.net
by
Jalpesh P. Vadgama
Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2...
Filed under:
ASP.NET
,
C#.NET
,
JavaScript
8
Comments
Async file upload with jquery and ASP.NET
by
Jalpesh P. Vadgama
Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write much custom logic about this. So after searching it on internet I have found lots of options but...
Filed under:
ASP.NET
,
JavaScript
,
jQuery
More Posts
Next page »