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
April 2008 - Posts
0
Comments
Page.RegisterClientscriptBlock was not working with rad Ajax panel
by
Jalpesh P. Vadgama
I have using rad ajax panel to apply ajax on my web applications. And I have found that Page.RegisterClientScriptBlock was not working with rad ajax panel. I have found a very good solutions for them. There is a property called "EnableOutsideScripts"...
1
Comments
Previous week startdate and enddate in sql server 2000,sql server 2005
by
Jalpesh P. Vadgama
Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005 Set @STimeStamp=GETDATE() set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6 set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
,
SQL Server
,
Microsoft
1
Comments
Microsoft enterprise library 4.0 CTP Release
by
Jalpesh P. Vadgama
For some days ago microsoft has release Microsoft enterprise library 4.0 CTP. This release has been adapted to work with WMI version 2.0 and version 3.5 of the .NET Framework. For more Details visit following links.. http://www.codeplex.com/Release/ProjectReleases...
Filed under:
ASP.NET
,
Microsoft
,
ASP.NET MVC
,
Enterprise Library
More Posts