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)
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...
More Posts