Qus:    How can we convert client-side control as server-side control? How can we convert server-side control as client-side control?
Nov 26, 2020 14:50 3 Answers Views: 733 TEJA

We can convert client-side control to server-side control by assigning runat="server" attribute.



We can convert server-side to client-side control control by removing runat="server" attribute.

Prev Next
Answers (3)
PARTH Nov 27, 2020 05:16
Answer:   We can convert client-side control to server-side control by assigning runat="server" attribute.

We can convert server-side to client-side control control by removing runat="server" attribute.

DIVYA Nov 27, 2020 09:09
Answer:   Yes. We can convert Client-side control as server-side control by adding an attribute runat= server But, we cannot convert server-side control to client-side control.

Itzgani Feb 15, 2021 11:16
Answer:   we can convert client-side control as server-side control in some methods.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect