Jwalin Khatri

Archive for July 2008

Create SubDomain and FormAuthentication

Posted by: jwalin on: July 21, 2008

 
http://codebetter.com/blogs/brendan.tompkins/archive/2006/06/27/146875.aspx
http://mgrzyb.blogspot.com/search?updated-min=2007-01-01T00%3A00%3A00%2B01%3A00&updated-max=2008-01-01T00%3A00%3A00%2B01%3A00&max-results=1
http://davestechshop.net/archive/2006/09/21/FormsAuthCookiesAndSubdomainNames2.aspx

Restore Database by SQL Scripting

Posted by: jwalin on: July 9, 2008

 
 
RESTORE

DATABASE [xxxxxxx] 
 

 
FROM DISK = N‘C:\backup\BackupDatabase.bak’ WITH FILE = 1,
 

 
MOVE N‘xxxxxxx_Data’ TO N‘C:\DATA\xxxxxxx_Data.MDF’,
 

 
MOVE N‘xxxxxxx_Log’ TO N‘C:\DATA\xxxxxxx_Log.LDF’,
 

 
NOUNLOAD, REPLACE, STATS =10GO

Are you making these 3 common ASP.NET AJAX mistakes?

Posted by: jwalin on: July 8, 2008

http://encosia.com/2007/10/24/are-you-making-these-3-common-aspnet-ajax-mistakes/


Blog Stats

  • 14,744 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..