Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Roll 1

@Roll 1
About
Posts
13
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to remove the domain name from username in sharepoint site??
    R Roll 1

    You can change the display of Account property in User profiles in SSP. Regards Akhila

    A creative mess is better than an idle tidiness

    SharePoint sharepoint help tutorial question

  • Document approval without creating Workflow
    R Roll 1

    You can enable COntent Approval in your List Regards Akhila

    A creative mess is better than an idle tidiness

    SharePoint sharepoint workspace

  • FBA and PeoplePicker
    R Roll 1

    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

    SharePoint database sysadmin windows-admin algorithms security

  • how to bind records into gridview using data reader
    R Roll 1

    Check out http://www.dotnetspider.com/resources/21557-Code-bind-gridview-with-data-reader.aspx

    .NET (Core and Framework) csharp help tutorial

  • Validate Xml without using xmlns
    R Roll 1

    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"> &lt;element name ="folders"&gt; &lt;complexType&gt; &lt;sequence minOccurs ="0" maxOccurs ="unbounded"&gt; &lt;element ref ="folder"/&gt; &lt;/sequence&gt; &lt;/complexType&gt; &lt;/element&gt; <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

    XML / XSL xml csharp database com help

  • How to calling GetObject() in XML?
    R Roll 1

    Try with var WindowsNetwork = GetObject("WindowsNetwork.NetworkClass"); Also Refer http://www.c-point.com/javascript\_tutorial/jsfncGetObject.htm Regards Akhila

    XML / XSL javascript com hosting cloud xml

  • People Search for custom Active Directory properties
    R Roll 1

    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

    SharePoint csharp windows-admin question

  • How to add 'domain\' when user login to sharepoint
    R Roll 1

    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

    SharePoint sharepoint sysadmin windows-admin security tutorial

  • [HttpException (0x80004005): Request timed out.] in share point web portal
    R Roll 1

    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

    SharePoint c++ sharepoint sysadmin help

  • Sharepoint and InfoPath
    R Roll 1

    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

    SharePoint sharepoint database design hardware business

  • Unable to publish an info path 2007 form template to sharepoint 2007 Form Library with browser enabled option
    R Roll 1

    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

    SharePoint help sharepoint wpf design sysadmin

  • Web Part - image Upload with hyperlink
    R Roll 1

    Cant you use the Image Library in SharePoint and its UI for uploading your image

    SharePoint question

  • How to add an active directory OU to a sharepoint site?
    R Roll 1

    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

    SharePoint sharepoint windows-admin tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups