This code will allow file size upto 20MB.
<configuration> <system.web> <httpRuntime maxRequestLength="20480" /> </system.web> </configuration>
The .NET Framework and ASP.NET help you create web applications and services for Windows.
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