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
User Profile
Collapse
-
Need to freeze/fix 2 coloumns of my Custom Gridview webpart
-
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 -
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);
Last edited by Frinavale; Dec 10 '09, 04:14 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. -
jagsusa started a topic Need to assign current logged in USER name to the people picker control in ASPX pagein .NETNeed 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;...
No activity results to display
Show More