Kishore Jangid
New member
I have a div control in a asp.net page, now when the user clicks on a button , i just create new dynamic controls and add them in the div control that i added in the design view.
The count of the dynamic control depends upon the query string. My problem is that when i create a dynamic control and add it to the div the page should should get updated with the newly created control.
Now what happening is that i just displays all the controls when all the dynamic controls are get added. This makes the user as the page takes too long time to display content.
I am using c# in asp.net
The count of the dynamic control depends upon the query string. My problem is that when i create a dynamic control and add it to the div the page should should get updated with the newly created control.
Now what happening is that i just displays all the controls when all the dynamic controls are get added. This makes the user as the page takes too long time to display content.
I am using c# in asp.net