Click here to Skip to main content
15,921,837 members

Comments by pradipta.7845 (Top 4 by date)

pradipta.7845 3-Mar-16 8:48am View    
In the final output use * to show all the columns, then try to find some values which are different in those 2 same rows. I think it is due to some wrong join statement, so after identifying the column which is not identical try some "and" statement with join.
pradipta.7845 22-Jun-14 14:49pm View    
Deleted
Please check
http://www.codeproject.com/Articles/36251/Gridview-Fixed-Headers

I think thisa can solve your problem.
pradipta.7845 26-Nov-13 0:10am View    
Not getting your requirement though from your last 2 lines i can suggest to use Dynamic query in store procedure. follow->
http://www.codeproject.com/Articles/20815/Building-Dynamic-SQL-In-a-Stored-Procedure
pradipta.7845 8-Nov-13 3:10am View    
Please check weather you are getting text box value in Insert(). Then check weather the value inserting in database.