Tagged Questions
2
votes
1answer
77 views
GridView Listing Users' Tasks
I have a task list which I want to visualize with a GridView. I want to display the SharePoint users as columns, and underneath these users, their respectively assigned tasks will be displayed.
This ...
0
votes
1answer
342 views
Dynamically adding/editing list items in a “new” form of another list?
I'm new to Sharepoint, so I'm looking for some advice on how to tackle a problem I'm having when developing a solution for a client. This is a simplified example:
I have two lists: one containing ...
0
votes
1answer
91 views
Don't show DateTime format on a web part
I Created a WebPart with a GridView.I get items of list and show in gridview.
Run-time ,datetime field displays only the time.
list.GetItems().GetDataTable();
0
votes
2answers
427 views
Sharepoint list column changes not getting updated - bug?
I have created a list in SharePoint 2010, initially had the columns - Title , Mobile and Email Id.
Then I used a grid view (Visual web part) to display these fields.
Later I changed the field Title ...
0
votes
1answer
475 views
How to select specific fields from a list to bind with gri
I have used the following code to get the list items in a gridview!!
Though I have only three fields visible in the list - Title, Mobile and Email ID. It ends up showing around 10 different fields ...
0
votes
1answer
219 views
Last sites and last items in the same list/table/gridview
There is a way to put in a list all updates/insert that users to in every list from all the subsites from sharepoint root site(sitecollection)? Also, to add to this list the site info that users ...