Jwalin Khatri

Archive for May 2008

Difference between site pages and application pages

Posted by: jwalin on: May 26, 2008

Reference from Inside Microsoft Windows SharePoint Service 3.0
difference between site pages and application pages. Site pages support page customization. Examples of site pages include the home page (default.aspx) for a site as well as the pages associated with lists and document libraries, such as AllItems.aspx, NewForm.aspx, and EditForm.aspx. The fact that site [...]

Pager control in GridView and DataList

Posted by: jwalin on: May 23, 2008

http://www.sqlnetframework.com/Articles/GoogleDataPager.aspx

Create UML Diagram (Good artical)

Posted by: jwalin on: May 22, 2008

http://dn.codegear.com/article/31863

Disable the right click on page

Posted by: jwalin on: May 22, 2008

disable right click on page.
<html>
<body oncontextmenu=”return false;”>
Try right click.
</body>
</html>

Create image from text

Posted by: jwalin on: May 22, 2008

following code create the image from text

1: private Bitmap CreateBitmapImage(string sImageText)
2: {
3: Bitmap objBmpImage = new Bitmap(1, 1);
4:
5: int intWidth = 0;
6: int intHeight = [...]

Send email from SQL Server

Posted by: jwalin on: May 15, 2008

1.       Install a mail exchange client on server, Outlook is good.
2.       Open Control Panel->Mail->Show Profiles, add a domain profile.
3.       Open Microsoft SQL Server 2005->Configuration Tools->SQL Server Configuration Manager->SQL Server 2005 Services, double-click the instance, fill your domain account and save the change, restart the instance.
4.       Open Microsoft SQL Server 2005-> SQL Server Management Studio-> Legacy-> [...]


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..