ranyaof

Stories kicked by ranyaof

PDF Icon In Moss / Sharepoint 2007(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

moss ( Sharepoint 2007) doesn't install an icon for pdf document type file by default . inorder to install the pdf icon into moss you should follow the following stips : 1) right click to download image 2) save the icon to (C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\template\images) and rename the file to icpdf.gif read more...

add a comment |category: |Views: 8

tags: another

Bug with the LookupField control when the number of items is greater t(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

Bug with the LookupField control when the number of items is greater than 20 If the number of items is <= 20 then the control generate a DropDownList. If the number of items is > 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } read more...

add a comment |category: |Views: 6

tags: another

Arabia SharePoint: Access denied error when adding new page to sharepo(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

1) Go to Site Actions ; Site Settings ;Modify all site settings 2) Go to Galleries ; Master pages and page layouts 3) From the list toolbar, select Settings ; Document library settings 4) Select permissions for this document library 5) Add 'Restricted Read' access to the required groups read more...

add a comment |category: |Views: 3

tags: another

Add variables to standard CSS stylesheets in ASP.NET(madskristensen.dk)

submitted by MHamiltonMHamilton(170) 4 years, 11 months ago

Great way to be more dynamic with your stylesheets. Allows for more flexible website layouts based on dyanmic information. read more...

2 comments |category: |Views: 46

tags: another

The most useful .NET utility classes developers tend to reinvent(haacked.com)

submitted by markheathmarkheath(1485) 4 years, 11 months ago

Some useful .NET utility classes you may mave missed read more...

4 comments |category: |Views: 16

tags: another

A Continuous Learner's Weblog - Daily .Net Link resource(spietrek.blogspot.com)

submitted by montymonty(2575) 4 years, 11 months ago

Steve over at A Continuous Learner's Weblog generates really helpful link roundups almost every day of the week. read more...

add a comment |category: |Views: 1

tags: another

Switch Statements with Enums best practice(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 11 months ago

Thoughts about best practice for handling Switch statements using Enums read more...

2 comments |category: |Views: 26

tags: another

How to sort a generic List<T>(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 11 months ago

Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate. read more...

1 comment |category: |Views: 97

tags: another

Getting All Controls On The ASP.NET Page(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 months ago

How to get all controls on a page in a recursive way - FlattenHierarchy method and what you can do with it. read more...

1 comment |category: |Views: 98

tags: another