User Profile

Collapse

Profile Sidebar

Collapse
Adem Akus
Adem Akus
Last Activity: May 27 '11, 05:43 PM
Joined: Jan 11 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Adem Akus
    started a topic how to close window in mozilla firefox

    how to close window in mozilla firefox

    I'm using this code in imagebutton's load :

    Response.Write( "<script>window .close();</script>");

    but it is not working on mozilla and chrome.What is the reason of this and how can i close the window on mozilla and chrome?
    See more | Go to post

  • Adem Akus
    started a topic How to get Max value from a column?

    How to get Max value from a column?

    create view vw_www
    as
    select c.customerID,co mpanyname,SUM(o d.OrderID)as ToplamSatis from [Order Details] od inner join Orders o on o.OrderID=od.Or derID
    inner join Customers c on c.CustomerID=o. CustomerID
    group by c.customerID,Co mpanyName

    ---i want to get max value of sum.
    See more | Go to post
No activity results to display
Show More
Working...