Click here to Skip to main content
16,021,293 members

Comments by Avinash502 (Top 9 by date)

Avinash502 7-Sep-16 7:13am View    
Can you share your code what you have tried?
Avinash502 2-May-16 3:23am View    
Where you are binding ddlqty dropdown. If you are binding ddlqty in pageload. make sure your binding logic should be inside if(!Ispostback){} block
Avinash502 26-Apr-16 8:34am View    
I think this can be done by using pivot tables in sql server
http://www.codeproject.com/Tips/500811/Simple-Way-To-Use-Pivot-In-SQL-Query
refer above link for pivot tables
Avinash502 25-Apr-16 8:55am View    
Thank you
Avinash502 22-Apr-16 1:31am View    
Generally server can be accessed by only authorized users. Then what is the need of restriction. And whom do you want to restrict?