Before you start any large operation, make sure you check "Response.IsClientConnected"
if (Response.IsClientConnected)
{
// If client is still connected, then start your large operation here...
}
The .NET Framework and ASP.NET help you create web applications and services for Windows.
if (Response.IsClientConnected)
{
// If client is still connected, then start your large operation here...
}
I had more than 4000 items in searchable dropdownlist. I have used react-select but it was very slow. finally I found complete solution to ...
No comments:
Post a Comment