we can inner html controls using string type...example is if i want to innerHTML html button

string abc = "<input type="button" id="but" value="click me"/>";

then

divname.innerHTML=abc;

like that
my question is if i want innerhtml asp.net control how i do it ??

HTML server controls are HTML tags understood by the server.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.