Click here to Skip to main content
16,021,211 members

Comments by Member 9664530 (Top 9 by date)

Member 9664530 18-Aug-14 3:23am View    
I have user "abc" in the E-Directory. User "abc" is a member of "group1" and "Group2".
how can i retrieve the Groups using C#.
Member 9664530 20-Jun-14 4:02am View    
Thanks for your help !
I have tried with this, iam getting the IPV6 address of my webSite . But I need the IP address of the user's machine i.e the user's IPAddress who is accessing my website
Member 9664530 7-Jan-13 8:44am View    
<script type="text/javascript">
$(document).ready({
$(".s1").dropdownchecklist();
});
</script>

<select multiple='multiple' önchange='SelectedChange(this);' önkeydown='HandleKey(this,event);' id='select1' class='s1'>
<option>option1</option>
<option>option2</option>
<option>option3</option>
<option>option4</option>
<option>option5</option>
<option>option6</option>

</select>

HandleKey method will capture the key event and if the cellIndex is the last index it will focus the next row. when i click Tab on the DropDown HandleKay method is not fired
Member 9664530 7-Jan-13 7:44am View    
ya i did when i click tab on the last cell of the column it will go to the next row ..but when iam using this dropdownchecklist in my last cell iam unable to capture the tab click
Member 9664530 4-Jan-13 7:00am View    
the actual problem is iam having a grid in which iam using dis dropdownchecklist when i click on keyboard the onkeydown event captures the key which is clicked. if the tab is clicked it should focus on the next row
so now the mouse evnts are not being fired