Click here to Skip to main content
15,899,475 members

Comments by gaurish thakkar (Top 47 by date)

gaurish thakkar 30-Jan-14 0:00am View    
Thanks :)
gaurish thakkar 14-May-13 0:39am View    
i got it ..i was using a hard coded path for the database .

I solved it using x86 and ./ convention and using relative path .


thank you
gaurish thakkar 30-Apr-13 10:30am View    
i will try onclientclick ... ya and the control is for confirm box
gaurish thakkar 30-Apr-13 1:41am View    
Thank you for the reply :)
gaurish thakkar 25-Apr-13 7:05am View    
TRANSFORM First( s.questionId) AS FirstOfCHICKTIME SELECT s.[questionGroupedTo] from ( SELECT questions.questionId, questions.questionGroupedTo FROM (questions INNER JOIN questions questions_1 ON questions.questionGroupedTo = questions_1.questionId) WHERE (questions.questionType = 'Group Type')) as s GROUP BY s.questionGroupedTo PIVOT s.questionId; ", con);