Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Accesing List Item Data in Aspx task forms

  Asked By: Lyndsey Gibbs         Date: Mar 08, 2009      Category: Sharepoint      Views: 422
 

i have created a workflow and i,m using Aspx task forms.

dose any one know how to access list item in aspx task forms

i dont want Task list data, i want to get the Listitem data on which
workflow is running

in Workflow Code i can access it but not in Aspx forms, because all we get
there is Task List and its item

Tagged:                

 

4 Answers Found

 
Answer #1       Answered By: Rena William          Answered On: Mar 08, 2009       

If you are building the workflow  in Visual Studio you would need to use code  to
store the item  in a variable being passed to the form. Otherwise you won't be
able to reference the item directly from the Task form.

 
Answer #2       Answered By: Shanda Nolan          Answered On: Mar 08, 2009       

yes i,m using visual studio.

do you have code  snippet for how to pass data  to aspx  forms.

 
Answer #3       Answered By: Bailey Lewis          Answered On: Mar 08, 2009       

Sorry, I don't have a specific example.

 
Answer #4       Answered By: Quentin Cummings          Answered On: Mar 08, 2009       

I have Written a Blog explaining how to pass data  to aspx  task forms  from
workflow

mnish.blogspot.com/.../...rkflow-to-aspx-task.html

let me know if you like it.

 
Didn't find what you were looking for? Find more on Accesing List Item Data in Aspx task forms Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].