Re: Theming custom FBA login.aspx

2012-02-24 Thread Salman Ahmad
Hi Daniel, Would you please tell me, a.. Are you using OOTB themes or have you created your custom thmx file(s)? b.. Are you using simple.master for login page or you are using custom master page? Regards, Salman From: Daniel Brown Sent: Tuesday, February 21, 2012 4:58 AM To:

Re: Theming custom FBA login.aspx

2012-02-24 Thread Salman Ahmad
-boun...@ozmoss.com] On Behalf Of Salman Ahmad Sent: Saturday, 25 February 2012 5:22 AM To: ozMOSS Subject: Re: Theming custom FBA login.aspx Hi Daniel, Would you please tell me, a.. Are you using OOTB themes or have you created your custom thmx file(s)? b.. Are you using simple.master

Re: Return only spfields that are filterable

2011-11-03 Thread Salman Ahmad
Hi Paul, Here is a sample you can start with. using(SPSite site = new SPSite(http://localhost;)) using (SPWeb web = site.OpenWeb()) { ListSPField fieldsList = new ListSPField(); SPFieldCollection fieldsCollection =

Re: Return only spfields that are filterable

2011-11-03 Thread Salman Ahmad
); } } Cheers, From: Salman Ahmad Sent: Thursday, November 03, 2011 11:24 AM To: ozMOSS Subject: Re: Return only spfields that are filterable Hi Paul, Here is a sample you can start with. using(SPSite site = new SPSite(http://localhost;)) using

RE: SharePoint 2010 MoveTo()

2011-11-02 Thread Salman Ahmad
Have a look at this thread. http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/6600b7ca-3211-4476-8ee1-7d60d8f50a1a/ Hope it helps. Regards, Salman From: akhanna...@gmail.com Date: Wed, 2 Nov 2011 20:08:03 +1300 Subject: Re: SharePoint 2010 MoveTo() To:

Re: Filter item collection

2011-10-26 Thread Salman Ahmad
Hi Paul, query something like this will work for you.. Where Contains FieldRef Name=Title / Value Type=TextYourString/Value /Contains /Where Additionally, You can also search multiple string in same query using In, if you have exact strings. Where In

RE: Check null or empty on it field

2011-10-19 Thread Salman Ahmad
(); } Regards, Salman Ahmad From: paul.no...@ceosyd.catholic.edu.au To: ozmoss@ozmoss.com Date: Wed, 19 Oct 2011 12:44:26 +1100 Subject: RE: Check null or empty on it field That looks great Nigel thanks. And the null-coalescing operator checks both null and empty? From: ozmoss

Restoring a Site Collection as a sub site

2009-12-28 Thread Salman Ahmad
Howdy All! Just a small query, how can I restore a site collection as a sub site of a different site collection? Regards Salman Ahmad___ ozmoss mailing list ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss