Search Result

Collapse
3 results in 0.0026 seconds.
Keywords
Members
Tags
web part
  •  

  • How to Filter Multiple SharePoint Lists with Form Web Part?

    Hey Guys,

    I am not sure if there are too many SharePoint experts on here, but I figured I would ask and I would really appreciate any help.

    If there a way using a form web part to have one criteria filter multiple lists on the same screen.

    Attached is a screenshot of what I am working with.

    Here is the code I have to filter one list:

    Code:
    <br> 
    
    </br>
    ...
    See more | Go to post

  • Why does my sharepoint web part event handler lose the sender value on postback?

    I have a web part which is going to be a part of pair of connected web parts. For simplicity, I am just describing the consumer web part.

    This web part has 10 link buttons on it. And they are rendered in the Render method instead ofCreateChildCo ntrols as this webpart will be receiving values based on input from the provider web part. Each Link Button has a text which is decided dynamically based on the input from provider web part....
    See more | Go to post
    Last edited by tlhintoq; Jun 2 '10, 03:05 PM. Reason: [code] your code here [/code] tags added

  • trying to install a prebuilt full application into a web part for sharepoint

    I am trying to add a c# calculator program into a web part that is being added as a feature in sharepoint 2007. I can not seem to get the site to load the calc.exe program. I am using this below.


    Code:
    protected override void OnLoad(EventArgs e)
            {
                if (!_error)
                {
                    try
                    {
                        base.OnLoad(e);
    ...
    See more | Go to post
    Last edited by tlhintoq; Jan 31 '10, 11:32 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
Working...