User Profile

Collapse

Profile Sidebar

Collapse
snathanm
snathanm
Last Activity: Aug 11 '08, 07:46 AM
Joined: Aug 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • snathanm
    replied to C#.net keyword
    in .NET
    Hi

    string - string data type (CTS).We can use this with other .net languages.
    String - string data type (C#). We cant use this with other .net languages.


    Thanks
    Nathan
    See more | Go to post

    Leave a comment:


  • Hi

    use the following query

    SELECT AUDIT.TRANSACTI ONNO,AUDIT.DATI M, AUDIT.MMNO, AUDIT.COPYS, AUDIT.PRICE,
    MASTER.ITEMNO, MASTER.MTITLE, MASTER.MSRP,
    RETAIL.ITEMNO, RETAIL.MTITLE, RETAIL.MSRP,
    FROM BUYBACKAUDIT AUDIT
    LEFT OUTER JOIN RETAIL ON AUDIT.ITEMNO=RE TAIL.MMBSNO
    LEFT OUTER JOIN MASTER ON AUDIT.ITEMNO=MA STER.MMBSNO

    Thanks
    Nathan
    Hyper Drive
    ...
    See more | Go to post

    Leave a comment:


  • Hi

    There are two ways to do this.

    1. Server side code. (Will Refresh the page)
    2. IFRAME and Javascript (Will not Refresh the page)


    Thanks
    Nathan
    Hyper Drive
    Bangalore
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...