 |
|
 |
grt explanation. thanks Mahdi.
|
|
|
|
 |
|
 |
hi,
I have followed the code diligently but every case I am getting full post back. if anyone have any answer for that please inform me
Partha
|
|
|
|
 |
|
 |
This works like a charm Thank u very much Mahdi.
Dinesh
|
|
|
|
 |
|
 |
hi,
The arcticle is very nice,but my requirement is i have ajax enabled user control and created as a webpart and deploying same as like your arctile .The webpart is not loading means i have added in web.config and done total prcedure(adding tags in webpart and adding script manager)
While adding webpart in sharepoint site its saying simply Unknow error ..
Can you please give an idea where the problem wil be and any thing need to be done....
only the thing i changed is by using usercontrol i have created my requiement and added that usercontrol as a webpart ...
Regards
JagadeeshV
|
|
|
|
 |
|
 |
When I go to homepage of Sharepoint 2007, I get an error:
Unknown server tag 'asp:ScriptManager'
So, can you help me to resolve this problem?
|
|
|
|
 |
|
 |
Nice post!
I recently tried creating an Ajax web part for MOSS 2007 using the SlideShowExtender control. This control requires a web service. I can create and host the web service in MOSS fine, but because our website is using Windows Authentication and requires authentication when trying to call the web service, I can't seem to get this thing to work. Have you dealt with this before -- any ideas?
Thanks,
Eric
|
|
|
|
 |
|
|
 |
|
 |
what the steps we need to deploay your web part to MOSS ?
|
|
|
|
 |
|
 |
Hello, I added to the master page: <%@ Import Namespace="Microsoft.Web.Atlas" %> Then I added: <asp:ScriptManager runat="server" ID="ScriptManager1"> </asp:ScriptManager> I get an error: Unknown server tag 'asp:ScriptManager' Note: I have a web project. I added Microsoft.Web.Atlas.dll as a reference, then I add "ScriptManager" and it works perfectly. Thank you.
|
|
|
|
 |
|
 |
HI I am trying to create a webpart in MOSS 2007 using VS 2005, but i am not able to add the controls(Label,Button etc.) like the ones used in this article. Please suggest in this regard.
Thanks in Advance
Manasa
Manasa
|
|
|
|
 |
|
 |
Whats the error your getting? Please be more specific
mike
|
|
|
|
 |
|
 |
Do i need to install Visual Studio 2005 and sharepoint extension for Visual Studio to the server where it runs Sharepoint 2007? When i edit master page it can't recognize script manager and underline it red.
|
|
|
|
 |
|
 |
Mahdi,
Wonderful post! I am having an issue getting any controls to display within SharePoint. The web part builds and deploys just fine. Adding the web part to the page displays no errors but all I am seeing in the Chrome and the title of the web part. Any ideas? Did I miss something?
Thanks!
Robby
|
|
|
|
 |
|
 |
Nevermind...forgot I had an override on the Render() method...
Great job!
|
|
|
|
 |
|
 |
GOOD LUCK
|
|
|
|
 |
|
 |
I have copied this verbatim. I keep getting 'Script controls may not be registered before PreRender' no matter what.
If I remove the updateprogress part, the rest works fine.
I also have very strange behaviour that when I perform my first call or action, the TITLE of the HTML disappears.
Strange. The part still works, just the title is gone.
Thanks for any comments.
|
|
|
|
 |
|
 |
Dear Shamus
I wish I could help, but I think there is something wrong with the "web.config" sections, also be sure you have included the Script Manager registration line in the right place in the right master page.
Thank you.
|
|
|
|
 |
|
 |
Excellent article! I was missing the tweaks to the Web.Config file.
I have a particularly complex project and I have to put a focus on performance.
After reading this article http://msdn.microsoft.com/msdnmag/issues/07/06/WickedCode/[^]
I am trying to create several web parts that call PageMethods (see above article). I see how you implemented the ScriptManager into the .MASTER page, but I cannot get an instance of the SCriptManager to add a Service Item to it.
In order to call a PageMethod in the code behind page you must add a reference to the page in the Scriptmanager. Any ideas how I can add a service Item reference to the ScriptManager?
Thanks.
Chris.Burns
|
|
|
|
 |
|
 |
Dear Chris,
I'm sorry for late, but i did not come across this approach.
Good luck
|
|
|
|
 |
|
 |
Hi Dear
I want to create a basic web part Using Visual Studio 2005 Extensions and followed all the steps presented on http://msdn2.microsoft.com/en-us/library/aa973249.aspx#WSS3WebPartVSExten_AddlRes[^] and build the solution. The solution was build successfully. Unfortunatley when it deploys the webpart to my sharepoint site it generates the following error message.
Object Reference not set to an instance of an object
The documentation describes that we are only required to debug our web part project and no other settings are required.
Kindly reply
Jawad Munir
|
|
|
|
 |
|
 |
Sorry sorry... I have resolved the issue.
Jawad Munir
|
|
|
|
 |
|
 |
OK,
Good Luck
Mahdi Abdulhamid
http://www.devexpert.net
|
|
|
|
 |
|
 |
Thanks...
Be Blessed
Jawad Munir
|
|
|
|
 |
|
 |
Just out of curiosity, what was your solution? The same thing is happening to me! I'm sure I am overlooking something...
Thanks,
Jarret
JarretF
|
|
|
|
 |
|
 |
Just wanted to thank you for this submission. I had been looking all over trying to figure out how to programatically add a ProgressTemplate to an UpdateProgress. Your ProgessTemplate class helped me accomplish it.
Thank you.
Keith Longwell
|
|
|
|
 |