Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Field Data Programmatically

Status
Not open for further replies.

RedVI

Programmer
Aug 18, 2004
3
CA
I am new to sharepoint and have been working on a small C# aspx program to move a file from on list to another. The intent of the program is to take input from a form object and add that information to the fields, before moving the file. I know that the user could simply click "edit properties" from the drop down menu, and fill in the fields, but the individuals I am working with are not that technically savvy and can't be relied on to remember to do so before moving the file. I know how to identify and display the fields for a particular file, but what I need help with is actually editing those fields in C#.

Any help is greatly appreciated.
 
RedVI,

Did you want to creat a web part or integrate this as a site page?

-Rob
 
Rob,

I have already intergrated it into the drop down menu for the file in the document library. I have so far been able to rename the file, and move it to the target directory based on the user input. In my specific case I am dealing with faxes, and I want to change the value of a custom text field "Fax Sent To". The idea being that the receptionist just selects the recipient's name from the list and the program re-names, re-indexes (via fields) and moves the file to the appropriate user's document library.

Thanks,

Kent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top