Qus:    3 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 20:50 DotNet 3 Answers Views: 1555 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 11: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 15: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 17:16
Answer:   we can convert client-side control as server-side control in some methods.

Post Your Answer
Guest User

Not sure what solution is right for you?

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


Let`s Connect