Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
520 views

Pass parameter to web part

I'm using SmartPart 1.3 to develop web-parts to SharePoint. I need pass parameter to my web-part for example list name. Maybe anybody know how to do it?
0
votes
0answers
111 views

SmartPart for SharePoint: How to make use of personal storage?

I have a user control which is deployed as a web part by using SmartPart. I would now like to be able to define a property and have the value stored in the user's storage space. I guess I need to be ...
0
votes
2answers
543 views

Sharepoint-customizing usercontrol property in smartpart

If anyone is having idea how to customize properties in a smartpart. I have created usercontrol and i m wrappin it in a smartpart.I want to upload my xml from Document library. private string ...
0
votes
3answers
473 views

Sharepoint Smartpart Issue

I am very new to Sharepoint programming, like the rest of my team is. We have decided to use smart part as our bridge between sharepoint and our development efforts. After some effort we got it up and ...
0
votes
1answer
714 views

session variable issue with user control in Son of smart part webpart

The user control is a search screen that consists of a gridview. I am string the filtered results of the gridview in a datatable and storing the datatable in the session. I am accessing the datatable ...
0
votes
1answer
109 views

How can I force my SharePoint AjaxSmartPart to use the smaller “Release” mode javascript?

I use ReturnOfSmartPart on WSS3 to display a ASCX in Sharepoint as a web part. This works beautifully. The only problem is that the AjaxSmartPart seems to be using the Debug mode javascript (the ...