Main menu:

 

November 2008
M T W T F S S
« Sep    
 12
3456789
10111213141516
17181920212223
24252627282930

Site search

Archives

Categories

Tags

Links:

Tag: MOSS

MOSS Ajax dropdown as the provider and gridview as the consumer

I was able to populate the user id’s in the dropdownlist and on selection of any one of the user id in the dropdownlist was able to display the details in the asp.net gridview on the MOSS using Ajax,
I placed the dropdownlist in the provider and asp.net gridview in the consumer, created a sql data [...]

Asp.net Usercontrols on Sharepoint with the help of Smart parts - continued

Hello everyone,
I did try to install and run the sample provided with the setup for smart parts for Ajax, every thing worked fine as expected, and i have drop down box in the provider and on selecting any of the values in the drop down (provider) and the same moves to the label [...]

Asp.net Usercontrols on Sharepoint with the help of Smart parts

Couple of years back i worked on share point 3.0 development, where the scenario was to display a data grid on the share point, I found a way to achieve the same by using the smart parts, you need to create an asp.net web application, place the dll in the bin directory of the sharepoint [...]

debugging asp.net applications from MOSS

While you are trying to host the asp.net application on MOSS and want to know the reason for “not so friendly error stating critical error encountered , then its obvious you want to know the reason for the error instead of keeping quite,
Well, there is indeed a way to debug you asp.net application from MOSS, [...]

An error occurred during the processing of . The event handler ‘onclick’ is not allowed in this page.

Hello everyone,
The above error is encountered by a MOSS developer when he is striving to host his asp.net web application on MOSS, when he uploads the test.aspx page and the page has a button with the event as onclick.
By default MOSS doesnt not fire the events raised by the asp.net controls, we have to explicitly [...]

Site collection features installation

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\>cd C:\Program Files\Common Files\Microso
ft Shared\web server extensions\12\BIN
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm -o uninstallfeature -name CustomMasterPages
Operation completed successfully.
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm -o installfeature -name CustomMasterPages
Operation completed successfully.
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsa
dm -o uninstallfeature -name CustomMasterPages
The feature with ID ‘b50d1476-3faf-49fd-a980-3fd66927e622′ is still activated wi
thin this farm [...]

Not Just BizTalk, but MOSS and SSRS too…

I am expanding my horizons to work on MOSS (Microsoft Office Share Point Server) and Sql Server Reporting Services (SSRS),
If you want an asp.net 2.0 gridview to embed on the MOSS , There are two possibilities, either create the page viewer webpart and give the URL of the asp.net application.
or
download and Install Smart Parts for [...]