Click here to Skip to main content
15,902,938 members

Comments by Mandip Grewal (Top 7 by date)

Mandip Grewal 27-May-14 7:51am View    
Please share the whole code of your repeater to let us understand the concept and suggest you appropriate way to get value of textbox..
Mandip Grewal 27-May-14 5:18am View    
Please check solution number 8 to retrieve second highest salary with one SELECT statement
Mandip Grewal 27-May-14 4:44am View    
If there are two employees who have highest salary then this query will fetch the highest salary of second employee... You have to use DENSE_RANK() function instead of ROW_NUMBER()..
Mandip Grewal 18-May-14 11:29am View    
As per this code, you wouldn't be able to get the value of HiddenField in page if it is freshly loaded (property of page Page.IsPostBack returns false). You can get the client date only when same page got postback either by button or any other event.
Mandip Grewal 17-May-14 6:20am View    
Please briefly explain your requirement.