You can change the display of Account property in User profiles in SSP. Regards Akhila
A creative mess is better than an idle tidiness
You can change the display of Account property in User profiles in SSP. Regards Akhila
A creative mess is better than an idle tidiness
You can enable COntent Approval in your List Regards Akhila
A creative mess is better than an idle tidiness
Could you try opening your sharepoint site in Visual Studio as a web site and Click on Tools. You will see an option called ASP.NET WEB Configuration Tool if I am not wrong. Click on that . Here you will be able to add FBA users to your MOSS site Regards AKhila
A creative mess is better than an idle tidiness
You have referenced the element 'folders' before it was described in your xml that is why you are getting this error. Try changing the order in your xml . <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tempuri.com/temp" elementFormDefault="qualified"> <element name ="folders"> <complexType> <sequence minOccurs ="0" maxOccurs ="unbounded"> <element ref ="folder"/> </sequence> </complexType> </element> <element name="Drive"> <complexType> <sequence> <element ref="folders" minOccurs="0" maxOccurs="1"/> </sequence> </complexType> </element> <element name ="folder"> <complexType> <sequence> <element ref ="folders" minOccurs ="0" maxOccurs="1" /> </sequence> <attribute name ="name" type="string" /> </complexType> </element> </schema> Regards Akhila
Try with var WindowsNetwork = GetObject("WindowsNetwork.NetworkClass"); Also Refer http://www.c-point.com/javascript\_tutorial/jsfncGetObject.htm Regards Akhila
Hello I havent faced a situation like this before but glad to help you out. Please go through http://technet.microsoft.com/fr-fr/library/bb727064(en-us).aspx After entering values for your custom attributes do a profile import in MOSS and see if your values are coming up in the user profile page. Regards Akhila
Check out Directory Security Tab in your IIS web Properties . Then Click on Authentication Methods . You can select Basic or Integrated Authentication from the checkboxes given here. Regards
Please check the RAM allocated to your SQL server. MOSS server needs 2GB RAM to preform well. SQL requires 2GB RAM for optimum performance . Messages like this are mainly due to lack of RAM Allocation. Regards
Hello .Net code has the disadvantage of taking a long time to load . The look and feel is not so sophisticated as an InfoPath form. You have to write endless lines of code to retrieve the state in a .net form wheres as in InfoPath it saves its state as an xml and it automatically maintains the state on load. With Infopath , unnecessary postbacks can be reduced , you have many useful controls like the repeating table which uses ajax to display the next row of user input without any javascript coding from your side. You can also do some server side coding in your infopath form by installing VSTA component of your Office Package . Nevertheless, it all depends on the complexity of your functionlity to choose the method of implementation. Regards
Please visit http://www.sharepointblogs.com/nilaish/archive/2007/05/21/this-form-template-is-browser-compatible-but-it-cannot-be-browser-enabled-on-the-selected-site.aspx Ty out the steps mentioned in the post by Wael A. Kabli in question . Regards
Cant you use the Image Library in SharePoint and its UI for uploading your image
Hello Hope this link will help you out in your query . http://blogs.msdn.com/sumanc/archive/2007/06/28/moss-profile-search-ldap-query-to-remove-disabled-and-service-accounts.aspx Regards