Search Wiki:
Project Description
The SharePoint web part which can host any ASP.NET web user control. Create your web parts without writing code!

Resources

SmartPartWithAJAX.gif
Last edited Feb 26 2007 at 8:13 PM  by JanTielens, version 7
Comments
raju510 wrote  Mar 27 2007 at 5:05 PM  
Is there way to have a user control calls another user control. I was trying to load it dynamically but I was getting some security error.

smadep wrote  Jun 4 2007 at 9:14 PM  
good work!
understandable even for me ;-)

got problems showing two of the sample webparts at the same page at the same time:
the Ajax-Clock-Demo and the AjaxToolkit-Calendar-Demo ...
every time the timer refreshes the textbox, the calendar-div disappears
update panels and textboxes have different names

any ideas?

TIA
Stefan

RichardMaly wrote  Jul 5 2007 at 2:22 PM  
Hiya,
Is there any where I can get hold of the Son Of Smart Part?

TIA
Richard

uniprof wrote  Aug 6 2007 at 6:23 PM  
Hi,
I have follow all instruction, and after I add webpart and chose the asmx, it appear. But it still use the refresh insted I used webpart with Ajax support. Why ?

atari_st wrote  Aug 14 2007 at 7:51 AM  
Hi everybody,
When I spawn on my site two 'providers' and one 'consumer' (ie. ascx from Jan's samples), I get data passed only from recently added 'provider' (though there are two connections).
Is this a bug or 'by design' behaviour?
I want the possibility to pass data from both providers (ie. after click event) - this doesnt work :(
Second thing: in AjaxDataConnection ctor you specify an event name to catch. But it seems for me like everytime i click somewhere on site, the data transfers between provider and consumer even if there were no 'click' action - another bug or 'by design' behavoiur.

Please answer me...

scipinotti wrote  Oct 31 2007 at 8:40 AM  
Hi everybody,
I'm interested in downloading source code for Smart Part but when I try to connect to server https://tfs02.codeplex.com from my Team Explorer client I receive the error TF31002: Unable to connect to this foundation server. What have I to do?

cdog wrote  Nov 15 2007 at 3:45 PM  
Where's the source code? Also the User Control Path needs and XmlElement attribute so that the path can be set when deployed via feature.

meerasharif wrote  Nov 30 2007 at 9:47 AM  
Hi,

I've created your Textbox-CalendarExtender Demo, but SmartPart write

Error: unable to load ~\/UserControls\meinKalender.ascx

Details: Unknown server tag 'ajaxToolkit:CalendarExtender'.

what's my mistake, what make I wrong?

thx

regards
Meera

tonidecoster wrote  Dec 18 2007 at 8:46 PM  
i am able to get the user control on to share point portal but i am not able to see any controls on the sharepoint .its like the usere control is empty and when i am dragging and droping the control on the update pannel i am having issues like i am able to drop the timer tool from the ajax extensions which stays still but all the other controld from standard tool box can be moved

marafacs wrote  Dec 27 2007 at 12:20 PM  
To get the Son of the smart pare here it is :
http://www.gotdotnet.com/workspaces/releases/viewuploads.aspx?id=6cfaabc8-db4d-41c3-8a88-3f974a7d0abe

ivanoff wrote  Jan 16 at 5:59 AM  
Jan,
can you add globalization support to next version of Smartpart (by adding EnableScriptLocalization="true" to ScriptManager), please.
I`m very need it to my application.
thx

Denis

sinth wrote  Jan 22 at 3:39 PM  
Jan,

Unable to get source code via codeplex's TFS.exe tool. Can you provide any direction here?
I'd hate to have to decompile the DLL to a C# project and muddle my way through it.

brainmuffin wrote  Feb 7 at 10:35 PM  
When I try to get the code, TortoiseSVN does a bunch of spinning, but no code is downloaded. I've tried other projects and they download fine. Is the URL and project name not correct?

ChrisK1 wrote  Feb 12 at 3:29 PM  
Does anyone know if Returnofthesmart part supports the new vs2008 Ajax extentions dll's?

uniprof wrote  Feb 16 at 7:11 PM  
When you change the default masterpage, smartpart end to work.

pclarke wrote  Mar 28 at 3:16 PM  
Does anyone have any tricks or tips on creating / debugging a smart part web user control using the Sharepoint datetime control????

Meikel71 wrote  Apr 10 at 1:44 PM  
Hello!

I was searching for a bug in my usercontrols for I while now and I guess my solution can help other users :-)
First of all, I got alway this errormessage:

Error: unable to load ~\/UserControls\MyHelloWorldFive.ascx
Details: Could not load type 'UserControls.MyHelloWorldFive'.

Frist I checked my installation but everything looked fine (user accessrights, installation of SmartPart, and so on...)
But the reason for this error was found in the <%page%>-directive of my 'aspx'-file. I had to replace the attribute "CodeBehind" against "CodeFile" and that's it.

Is this a bug of SmartPart? By the way I used VS 2008 to develop my controls...

Meikel

ChrisK1 wrote  Apr 21 at 8:56 PM  
Just asking:
I am being particular, but could we have a Returnofthesmartpart that References system.web.extentions 3.5?

Updating...