User Profile

Collapse

Profile Sidebar

Collapse
adnan jan
adnan jan
Last Activity: Jan 23 '12, 04:29 PM
Joined: Jan 8 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Any help will be highly appreciated...
    See more | Go to post

    Leave a comment:


  • adnan jan
    replied to Date Formats
    avoid using Date() function from javascript as it works on the regional settings of the local machine which may result different output on different machines.
    See more | Go to post

    Leave a comment:


  • adnan jan
    started a topic LINQ TO XML get node based on multiple conditions
    in .NET

    LINQ TO XML get node based on multiple conditions

    How can i get the node FieldName based on xID && dID through LINQ TO XML.
    Note: dID may or may not exist.
    Code:
        <Configuration>
            <Contract xID="2">
                <Document dID="227">
                    <FieldName name="AAAA"/>
                    <FieldName name="BBBB"/>
                </Document>
    ...
    See more | Go to post

  • adnan jan
    replied to Ms sql
    PLZ COMMENT IF I CAN IMPROVE ON IT
    SELECT Temp1.User_id
    FROM
    (SELECT ur1.user_id FROM users_roles ur1 WHERE ur1.role_id = 82) AS Temp1 INNER JOIN
    (SELECT ur2.user_id FROM users_roles ur2 WHERE ur2.role_id = 88) AS Temp2 ON
    Temp1.user_id = Temp2.user_id
    See more | Go to post

    Leave a comment:


  • adnan jan
    replied to Ms sql
    thank you for an advice,,,i tried but it doesn't work,,,my required role ids are 82180, 82078, 22306
    See more | Go to post

    Leave a comment:


  • adnan jan
    started a topic Ms sql

    Ms sql

    how to get users having role (id 82 "AND" 88) it should not be "IN"
    -1 88 NULL NULL
    5771 82 NULL NULL
    22306 82 NULL NULL
    22306 88 NULL NULL
    81973 82 NULL NULL
    82072 82 NULL NULL
    82078 82 NULL NULL
    82078 88 NULL NULL
    82177 88 NULL NULL
    82180 82 NULL NULL
    82180 88 NULL NULL
    82186 82 NULL NULL
    See more | Go to post
No activity results to display
Show More
Working...