I am new to software programming.
So tell me Which is make best performance dynamicaly added controls or drag and drop form toolbox? and how to calculate performance?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Dynamically Added a controls make best performance then drag and drop
dynamic control can be occupy less memory then drag and drop and u can also create HTML controls dynamically…
and other option is you can create your own controls (User controls) also and then use it in your page