User Profile

Collapse

Profile Sidebar

Collapse
jagsusa
jagsusa
Last Activity: May 5 '10, 05:24 AM
Joined: Dec 5 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Need to freeze/fix 2 coloumns of my Custom Gridview webpart

    Hi

    I have a requirement where i want to freeze the 2 coloumns of the webpart(gridvie w).While scrolling the two fields shud remain as it is and other fields(say i have total of 10 then 8 should scroll and 2 should bre fixed/freezed)
    I tried with lots of css stuff which are avaialable in the net but no LUCK !!

    Please help .
    Quick response will be appreciated !!

    Regards
    Jazz
    See more | Go to post

  • jagsusa
    started a topic Takes 2 clicks to open popup

    Takes 2 clicks to open popup

    Hi
    I have a webpart where i have 4 buttons .on clicking one button I shouldget one pop up but it always takes 2 clicks to open.Is there any way we can avoid that ?

    The popup page is in the layouts folder (IN wss) and I am invoking through a button click

    Regards
    Jags
    See more | Go to post

  • Need to assign Current logged in user to Peoplepicker control

    Hi

    In the following code I could trace out the current logged in user but still the control is blank for me any idea ??
    Code:
      userPicker = new PeopleEditor();
      SPUser user = ipsWeb.CurrentUser;
      PickerEntity entity = new PickerEntity();
      entity.Key = user.LoginName;
    
      System.Collections.ArrayList entityArrayList = new System.Collections.ArrayList();
      entityArrayList.Add(entity);
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 10 '09, 04:14 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • Need to assign current logged in USER name to the people picker control in ASPX page

    Hi All

    I need to assign the current user to the people picker control in my custom ASPX page which I am planing to host in sharepoint (WSS) .

    I was trying on these lines but without success.


    System.Collecti ons.ArrayList entityArrayList = new System.Collecti ons.ArrayList() ;
    PickerEntity entity = new PickerEntity();
    userPicker = new PeopleEditor();
    userPicker.Mult iSelect = false;...
    See more | Go to post
No activity results to display
Show More
Working...