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
S

siva sharepoint

@siva sharepoint
About
Posts
16
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hello Sin, Let me give alternative method to do without writing Submit Button code in the ASPX page : Step1:Create a SharePoint List with columns(if Required) to Save data whenever user clicks the Submit Button in the ASPX form Step2: Open the List in the SharePoint Designer and Check Out the List and Navigate to navigate it to NewForm.aspx(default APSX pages for a list) Step3: Right Click on NewForm.aspx and Select New from Existing Aspx page named it as NewForm1.aspx Step4: Open the NewForm1.aspx in the SharePoint Designer and Hoovers it as Default to Master Content Step5: Select Insert Menu in the top of the options and Navigate to SharePoint Controls Step6: Navigate the SharePoint Controls you will get the option Custom List Form Step7: Click it you will see all the columns created in the List with Button OK and Cancel Step8: Customize the Button Text and Value Step9: Customize the ASPX page Example: creating the Custom Master Page and CSS and Apply for the NewForm1.aspx Step10: Fill all details for the Columns in the Textbox’s and Click the Button Ok Step11: It will Automatically Save the data in the SharePoint List and Refresh it Done!!!! Regards, Siva

    modified on Saturday, August 14, 2010 2:58 AM

    SharePoint csharp asp-net sharepoint question

  • Expiration Policy in SharePoint
    S siva sharepoint

    Hello Arut, Thanks, the code is working fine in my portal now . Thanks for reply :rose: Cheers, Regards, Siva

    SharePoint csharp sharepoint help question

  • SharePoint OOTB serarch is not working asexpected
    S siva sharepoint

    Hello Rituparn, Yes you are rite When You type the word Microsoft Technet it will take the Keyword as Microsoft as Co,Technet as C1 as mentioned in the XSLT i think you mentioned the worg Keyword in the Search Box so please Type the Right Keyword in the Search and go for the Search if you stil facing the same problem please let me know ...... Cheers, Thanks&Regards, Siva (SharePoint Developer) Egon Software Pvt,Ltd,Pune Nagar Road, E-Space

    SharePoint database help sharepoint sysadmin question

  • Expiration Policy in SharePoint
    S siva sharepoint

    Hello Arut, ya the main advantage of using Content Type is the one to create a Expiration Policy. After creating the Content Type you will get the Inforamation Right Management Policy Settings in the Content to Create the Expiration Policy to the Items in a List or a Library ...... :rose: we can done throught Program as mentioned the code above but this code is not working in the Portal let me try i will provide the code with Solution Package for this issue Regards, Siva

    SharePoint csharp sharepoint help question

  • Expiration Policy in SharePoint
    S siva sharepoint

    Hello Arut, Thanks for reply. i tried but this is not working fine in my portal Regards, Siva

    SharePoint csharp sharepoint help question

  • Expiration Policy in SharePoint
    S siva sharepoint

    Hello Arut, i tried your issue but ididnt get the solution for your issue arut plz let me know if you get the solution for this issue Regards, Siva

    SharePoint csharp sharepoint help question

  • Expiration Policy in SharePoint
    S siva sharepoint

    Hello Arut, Create Custom View using SharePoint Object Model for the SharePoint Form Library and mentioned the Expiry Date using Filters in the View . You can Create Sorting,Grouping,Filtering the Items using CAML Query Builder so, better to use CAML query and create a Custom View for the library to get the expiration policy to your Custom Form Library Cheers, Regards, Siva(SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune.

    SharePoint csharp sharepoint help question

  • Sharepoint Backup application in .net c#
    S siva sharepoint

    Hello Jurie, Three Methods to take Backup and Restore Operations 1. Using STSADM Command 2. Using SharePoint Designer 3. Using Central Administration Select any one Method According to your requirement using STSADM we can take backup of total Site Collection using SharePoint Designer we ca take Backup of Single Site or Subsites in Site Collection and we can do restore operation using SharePoint Desinger too ... using Central Administration we can take Backup of total Server Farm plzz let me know if you need more information and steps to do..... Cheers, Regards, Siva (SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune

    SharePoint csharp sharepoint design help question

  • Retrieve ceckbox -value throuh "GetListItems"!
    S siva sharepoint

    Hello Friend, Check the Column having Choice datatype and it is not having the Choice values mentioned in a List so Mention it .... after doing that Fetch the data using GetListItem It will automatically display the Choice values Cheers, Regards, Siva

    SharePoint sharepoint question

  • Retrieve ceckbox -value throuh "GetListItems"!
    S siva sharepoint

    Hello Friend, Please find the Column Datatype in a List, mention it as CheckBox and enter the Values for the CheckBox in a SharePoint List after that fetch the SharePoint List Items using GetListItems then it will disply the SharePoint LIst Column with Choice Items Automatically Note: you need to give the choice items whenever you create a choice column in a SharePoint LIst Manually!! Cheers, Regards, Siva

    SharePoint sharepoint question

  • Missing "My Sharepoint sites" menu in My Links
    S siva sharepoint

    Hello kmb, Please find the "Myinfo.aspx" page in the Layouts folder(.../12/TEMPLATES/LAYOUTS) if it is not there check the SharedServices(SSP)and open the MySite Whether you are getting the SharePoint Site WebPart or not??? You will get SharePoint Site WebPart whenever you create a MYSite of Current User. Cheers, Regards, Siva (SharePoint Developer):rose:

    modified on Saturday, August 14, 2010 2:52 AM

    SharePoint sharepoint question

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hello Sin, I am having the code Getting data from the sql server for a dropdown list i will send it in the evening and selected field autogenerated to show extra information this scenario we can try it using JavaScript or we can try it using AJAX Controls i will give some breif descrition tomorrow regarding this scenario Cheers, Regards, Siva(SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune

    modified on Sunday, April 25, 2010 10:44 AM

    SharePoint csharp asp-net sharepoint question

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hello Sindhu, Try this code to submit aspx data to SharePoint List when user click the submit button protected void btnSubmit_Click(object sender, EventArgs e) { using (SPSite currentSite = new SPSite(SPContext.Current.Web.Url)) { using (SPWeb currentWeb = currentSite.OpenWeb()) { userName = currentWeb.CurrentUser.LoginName; /*This method will display error messages for all radio button and check boxes*/ DisplayErrorMessages(); if (string.IsNullOrEmpty(lblErrorMessage.Text)) { /*this method will save all the answers into the list*/ SaveAnswers(userName); } } } } private void SaveAnswers(string userName) { /*This section will save all the answers*/ try { if (userPickerApplicationOwner.CommaSeparatedAccounts != string.Empty && userPickerITSME.CommaSeparatedAccounts != string.Empty && userPickerBusinessSME.CommaSeparatedAccounts != string.Empty) { SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite currentSite = new SPSite(SPContext.Current.Web.Url)) { using (SPWeb currentWeb = currentSite.OpenWeb()) { currentWeb.AllowUnsafeUpdates = true; PickerEntity entityApplicationOwner = (PickerEntity)userPickerApplicationOwner.Entities[0]; PickerEntity pickerEntityITSME = (PickerEntity)userPickerITSME.Entities[0]; PickerEntity pickerEntityBusinessSME = (PickerEntity)userPickerBusinessSME.Entities[0]; SPList answerList = currentWeb.Lists[applicationAnswersList]; SPListItem answerListItem = null; answerListItem = answerList.Items.Add(); answerListItem["A1"] = ddlApplicationProvisioning.SelectedItem.Text; answerListItem["A2"] = ddlApplicationName.SelectedItem.Text; SPUser user = currentWeb.En

    SharePoint csharp asp-net sharepoint question

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hello Sin, Please Check the link mentioned below [http://msdn.microsoft.com/en-us/library/ms467435.aspx Cheers, Siva... Regards, Siva(SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune

    modified on Sunday, April 25, 2010 10:42 AM

    ](http://msdn.microsoft.com/en-us/library/ms467435.aspx)

    SharePoint csharp asp-net sharepoint question

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hi Sin, i understood the scenario can you give me sometime so that i can start doing in my machine and forwared the steps to make it clear for all. i will send the procedure tomorrow Cheers, Regards, Siva(SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune

    SharePoint csharp asp-net sharepoint question

  • Custom ASP.NET form as default content type [modified]
    S siva sharepoint

    Hello Sin, Let me give alternative method to do without writing Submit Button code in the ASPX page : Step1:Create a SharePoint List with columns(if Required) to Save data whenever user clicks the Submit Button in the ASPX form Step2: Open the List in the SharePoint Designer and Check Out the List and Navigate to navigate it to NewForm.aspx(default APSX pages for a list) Step3: Right Click on NewForm.aspx and Select New from Existing Aspx page named it as NewForm1.aspx Step4: Open the NewForm1.aspx in the SharePoint Designer and Hoovers it as Default to Master Content Step5: Select Insert Menu in the top of the options and Navigate to SharePoint Controls Step6: Navigate the SharePoint Controls you will get the option Custom List Form Step7: Click it you will see all the columns created in the List with Button OK and Cancel Step8: Customize the Button Text and Value Step9: Customize the ASPX page Example: creating the Custom Master Page and CSS and Apply for the NewForm1.aspx Step10: Fill all details for the Columns in the Textbox’s and Click the Button Ok Step11: It will Automatically Save the data in the SharePoint List and Refresh it Done!!!! Regards, Siva(SharePoint Developer) Egon Software Pvt Ltd, Nagar Road,Pune

    modified on Sunday, April 25, 2010 10:45 AM

    SharePoint csharp asp-net sharepoint 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