1
vote
4answers
328 views

Refreshing page or making it to respond after downloading the file. All happening in Webpart

I'm having a Visual Webpart that allows user to select Managed Properties and find out what is stored inside it. The result is displayed inside a gridview which he/she can export it to excel. It is ...
0
votes
3answers
436 views

How to fix width of column in SpGridView?

I have a spgridview with dynamic column. I want fix width and if the content is a part of it is displayed. I use this code but don't work for me . BoundField col = new BoundField(); col.HeaderText ...
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
2answers
425 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 ...