Click here to Skip to main content
16,011,538 members

Comments by sundar-indo (Top 4 by date)

sundar-indo 19-Feb-13 5:13am View    
by textbox inside of Gridview.. I will call it by ID..
After this i will edit some data and then update..
sundar-indo 19-Feb-13 3:51am View    
i need insert place update.. where condition .. SQL Query
sundar-indo 12-Feb-13 3:26am View    
Thanks...
I solved my problem...

SELECT *, CASE WHEN gws1 > gws2 AND gws1 > gws3 THEN gws1
WHEN gws2 > gws1 AND gws2 > gws3 THEN gws2
ELSE gws3 END AS [Result(Max)]
FROM wtmon2
sundar-indo 12-Feb-13 1:27am View    
This is ok, but i need data pull from database.
(1, 3 , 5) * These all value coming from database.
Thanks for your solution.. Its almost ok, need some modification.