have an 40
razor page which contain combobox control.I have loaded data combobx in oninitialize event.
The
average record in combobox is 2500 record per page ( single combobox)
Is
there any performance or load test issue,
If 500 concurrent
user access this page using above scenario (loading large data in oninitialize
event).
Please advise the
best method to handle this scenario.