asp.net Creating/Cloning a control with runat = server property using javascript

StackOverflow https://stackoverflow.com/questions/10763887

  •  11-06-2021
  •  | 
  •  

سؤال

Is it possible to create/clone with javascript/jQuery a control with the property runat=server dynamically?

هل كانت مفيدة؟

المحلول

No, it is not possible. As runat="server" is used by server for generating html. If it is added on client server will not know it.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top