Click here to Skip to main content
15,867,330 members

Comments by Member 14623639 (Top 24 by date)

Member 14623639 27-Oct-23 9:47am View    
I tried adding a break point on the variable at txtname.Text = name; and there I saw that name contains data so that the retrieval of the text is done here but textbox doesn't change it's value. I'm doing this in webform.
Member 14623639 1-Feb-23 4:53am View    
How will this affect my goal?
Member 14623639 31-Jan-23 8:31am View    
Yes. I will try to use more thread and also will work on my database code. Thank you so much.
Member 14623639 31-Jan-23 3:38am View    
Yes you are right. After commenting out some code the sockets weren't disconnecting but I still don't get it as I understood that too many processes in the application are causing this but how do they lead sockets(async) to disconnect? Because this has never happened before and I'm curious to know what is it exactly happening causing this issue.
Member 14623639 31-Jan-23 2:38am View    
Are these some mistakes that are causing the socket to disconnect?