Click here to Skip to main content
15,901,001 members

Comments by VishwaKL (Top 137 by date)

VishwaKL 4-Aug-16 3:15am View    
Deleted
I assume that you are not properly handling your database connections properly. close the connection / use Using Block to handle it connection property properly.

If you have many times out you first need to locate the page that causes that with the error message, maybe a download page that holds the session, or a page that need more time to runs than the Timeout set. try checking the services / Methods been called on multiple events to finish at a time/ Check are you using thread safe method or not
VishwaKL 5-Jan-16 0:21am View    
I think you have to make some setting like "SET IDENTITY_INSERT Table_Name ON". Or you should send only other details apart of ID which is primary key
VishwaKL 5-Jan-16 0:14am View    
capture the related data on cell click, on click of the cell get all the data which you want to display to another data grid. once you capture all the details load new datagrid and display.
VishwaKL 18-Dec-15 3:34am View    
Please elaborate more on your concerns, describe the problem.

Or Specify what you have tried
VishwaKL 6-Jul-15 1:34am View    
Is those are database values/ drop list values?

if they all database values, read the selected string in drop down selected value event and concatenate or format the string how you need, and display