Can anyone please help me regarding design of aspx page.
When we design aspx GUI then we have few option for heading/ controls label like webcontrols/ html controls.
Is there any performance benefit we gain while using html controls for static values rather using webcontols like heading of form, controls label.
I think for multilingual website we cannot use html controls for static text. Isn’t?
Plain HTML tags have better performance than ASP controls. You can use static HTML for a multilingual web site but then you’d have to develop your own internationalization framework for it.