Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to set the location of a dynamically created control(lets say a 'Button' ) on WEB(NOt windows) ?? i got success on windows vwesion but how to do that on web...would appreciate the help
Posted

In the case of web you can use CSS to build your layout.
 
Share this answer
 
Comments
shikhar gilhotra 22-Mar-11 6:01am    
how ? can you redirect me on some already available article...thx
Pavel Yermalovich 22-Mar-11 6:05am    
http://www.beansoftware.com/ASP.NET-Tutorials/CSS-ASP.NET.aspx
Pavel Yermalovich 22-Mar-11 6:06am    
Vote if my answer helped you
Have you basic html knowledge?

User table, div, style.

You can do it easily.


Refer This [^]
 
Share this answer
 
v2
Hi shikhar gilhotra ,

Use the Below Method...

Response.Write("<input type='button' runat='server' value='Submit'");
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900