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 [...]
Posted by: jwalin on: May 23, 2008
http://www.sqlnetframework.com/Articles/GoogleDataPager.aspx
Posted by: jwalin on: May 22, 2008
http://dn.codegear.com/article/31863
Posted by: jwalin on: May 22, 2008
disable right click on page.
<html>
<body oncontextmenu=”return false;”>
Try right click.
</body>
</html>
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 = [...]
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-> [...]