How to create Forms storing information for variuos Profiles
I have a requirement that in a page, when the user visits , he will be displayed a form to fill his name, email address and employee id. This information has to be stored some where(Not in OLEDB or SQL db). When the user visits the page again, he must be able to view his information & edit it if needed. How is it possible to implement it. Moreover the the datas must also be editable in the backend.
June 29th, 2011 4:44pm

I have a requirement that in a page, when the user visits , he will be displayed a form to fill his information. This information has to be stored. On visiting again, he must be able to view his information & edit it if needed. How to implement it.
Free Windows Admin Tool Kit Click here and download it now
June 29th, 2011 4:47pm

Hi.. Thanks, Can you show a step by step guide or direct to any useful link that could help me in accomplishing this..
June 30th, 2011 2:58pm

Hi Cobb.. I agree & Its Possible.. Except that, a user must be able to add a new item only once.. Once added, he must only be able to edit it.. He cannot add a new Item.. Possible with Custom Lists.. ?? Rather if he has not added any info to the page he must have the option 'Add a new Item'..
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2011 9:59am

Hi.. But I have only a SiteAdmin access for my Sharepoint site.. I do not have access to GAC or to the path Local_Drive:/Program Files/Common Files/Microsoft Shared/web server extensions/12/TEMPLATE.. All i can do is open the site through SharePoint Designer & open the List view to edit the code.. So finally, is that Ok if i can add event handlers in List's view coding itself.. ?
July 13th, 2011 1:01am

HI, You can do this by Item event receiver. You can apply following code snippet public override void ItemAdding(SPItemEventProperties properties) { // Your code here to check whether the currently logged in user has created any other item in the list or not. } I hope this will help you out. Thanks, Rahul Rashu
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 5:40am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics