Hi Siva,
If you create a mashlet to support the flow you require, you can deploy it numerous ways into SharePoint as a native web part. One option is paste the script tag for the mashlet into a content editor web part.
Also, if you want to build your UI from .Net controls and bind it to your mashup, you can use our Presto Connect for C# (PC4C#), documented here:
http://www.jackbe.com/prestodocs/v2.6.1/prestolibrary/wwhelp/wwhimpl/api...
We document how to create just this type of custom mashlet at the following URL and in fact build an example to show you exactly how to do so:
http://www.jackbe.com/enterprise-mashup/blog/list-mashlets-web-part-usin...
This article is one in a series on Mashing SharePoint that you can find along with all our SharePoint related content via this handy link:
http://www.jackbe.com/sharepoint
Hope this helps and check back often for more updates to come.
-- Dan
VP App Platform Eng, JackBe dan@jackbe.com
One minor correction, if you are using Presto version 2.7, for the URL for documentation on using PC4C#:
http://www.jackbe.com/prestodocs/v2.7.0/prestolibrary/index.html?href=Pr...
This is the topic for Presto version 2.7. Dan's URL points to this same topic for version 2.6.1.
Sara, technical writer/jackbe



hi all,
im new to sharepoint.. i want to create a web part which is similar to content editor web part... the user of the web site must be asked some input..and from using that input the web part must react..
more ellaboratively..... the user must provide an input like a task list and in the task list color coding must be done... whether it is possible ....
how to write codings for this....
my requirement is that i had to create a seperate web part and by deploying that web part in a web site while configuring , it must ask for a list as input. and color coding must be done in that list....
how to make the web part ask for input during edit mode. how to obtain it inC#...
pls provide me some gidelines...
Thanks in advance..
Regards,
Siva..