Jwalin Khatri

Archive for December 2007

How to use Office .NET Interop Assemblies

Posted by: jwalin on: December 13, 2007

How to use Office .NET Interop Assemblies
http://msdn2.microsoft.com/en-us/library/aa159923(office.11).aspx

Dynamically / Programatically get IIS Version

Posted by: jwalin on: December 13, 2007

you can get the IIS Version programically by using following way. If you are using Windows 2003 or Windows Vista then you can get by using
DirectoryEntry dirRoot = new DirectoryEntry(IISRoot);
DirectoryEntry child = dirRoot.Children.Find(“Info”, “IIsWebInfo”);
foreach (PropertyValueCollection c in child.Properties)
{
if (string.Compare(c.PropertyName, “MajorIIsVersionNumber”, StringComparison.CurrentCultureIgnoreCase) == 0)
{
return Convert.ToInt16(c.Value, CultureInfo.InvariantCulture);
}
}
But if you are using windows XP then It is difficult [...]

ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas By ScottGu

Posted by: jwalin on: December 13, 2007

ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas By ScottGu
http://weblogs.asp.net/scottgu/pages/ASP.NET-2.0-Tips_2C00_-Tricks_2C00_-Recipes-and-Gotchas.aspx

Creating Packaged ASP.NET Setup Programs with VS 2005

Posted by: jwalin on: December 13, 2007

Creating Packaged ASP.NET Setup Programs with VS 2005
http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx

Tip/Trick: How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database
http://weblogs.asp.net/scottgu/archive/2007/01/11/tip-trick-how-to-upload-a-sql-file-to-a-hoster-and-execute-it-to-deploy-a-sql-database.aspx

How to Share Session State Between Classic ASP and ASP.NET

Posted by: jwalin on: December 13, 2007

How to Share Session State Between Classic ASP and ASP.NET
http://msdn2.microsoft.com/en-us/library/aa479313.aspx


Blog Stats

  • 15,017 hits

  • jwalin: Follow the following steps 1]. open you Page in NOTEPAD. 2]. find the tag 3]. Replace the "body" like body oncontextmenu=”return false;" 4]. Sav
  • cytocine: Halu , how to put that , i mean where to put the part ?? i really dont know i hope you can help me out thanks..
  • elmerdolor: Halu , how to put that , i mean where to put the part ?? i really dont know i hope you can help me out thanks..