smartpart

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 scripts are close to 1MB!) How can I ensure that the AjaxSmartPart only uses the "Release" mode java scripts? Note: I have Published my ASC...

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 in the session on the next postback. The problem is that when I am storing the dattable in the session, even though the lines of code don'...

Invoke an external WCF Service from a SmartPart in SharePoint

Hello fellow code monkies! Here is my situation: I have a WCF service that is hosted on IIS that connects to a DB and pulls data into a SmartPart on my MOSS 2007 Server. The reason for this setup is that my external DB has customer information that we dont want SharePoint to host because other applications/reports are using this data. ...

Sharepoint Smartpart Issue

Hi, 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 running. However, the problem is, that when i use a simple user control for test, with sharepoint om code that gets names of files in ...

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? ...

SmartPart and anonymous access

I have a page with anonymous access. This page work normal. After i add SmartPart to page and configure it to show my ascx. This work normal too, i open this page and see my ascx but when i try to click button in this control i see prompt for login and password ... Maybe anybody know how to fix this issue? ...

Sharepoint-customizing usercontrol property in smartpart

Hi, 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 feedXML; [Browsable(true), Personalizable(true) ] public string FeedXML { get { ret...