C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

What are HTML controls and Server controls


Posted Date: 11 Jul 2006      Posted By: kitty      Member Level: Silver     Points: 2   Responses: 6



can u plz tell me
What are HTML controls and Server controls
what is the diff b/w these two

Than u
kitty





Responses

Author: bijesh    11 Jul 2006Member Level: BronzeRating: 2 out of 52 out of 5     Points: 2

Html control run at the client side where server control run at the server


Author: HimaBindu Veeramachaneni    11 Jul 2006Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

when u make html control id and runat = server it acts as similer to as server control

http://dotnetspider.com/mentors/18-HimaBindu-Veeramachaneni.aspx?tab=details'



Author: krishna    12 Jul 2006Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

chk this url:

http://samples.gotdotnet.com/quickstart/aspplus/



Author: Mahendrakar R Kumar    15 Oct 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 3

Html is a client side language ,php ,.net,ajax etc are server side languages u can learn more about all @ http://www.w3schools.com
get,post,runat=server are some that make server side languages to post and get objects.

Thanks & Regards,
Mahendrakar R Kumar.



Author: ankur jain    20 Oct 2008Member Level: SilverRating: 2 out of 52 out of 5     Points: 5

Html controls are that control which are running at client side. e.g of controls like input, a- anchor tag, table, frame, button etc.
from html you can make static side. You can check, validate or puts events for these controls using javascript.
Server controls are controls that are acess by server side.
You can code for these controls from code behind file in.net.
You can use html controls as server control by putting runnat="server" and can be acessed from code behind file.



Author: ankur jain    20 Oct 2008Member Level: SilverRating: 2 out of 52 out of 5     Points: 6

Hi Kitty,
You can use colspan as shown for last td(column) for each row as follows
<table border=1>
<tr>
<td>
aa
</td>
<td>
aa
</td>
<td colspan="2">
ff
</td>
</tr>

<tr>
<td>
rr
</td>
<td>
kk
</td>
<td colspan="2">
ii
</td>
</tr>

<tr>
<td>
gg
</td>
<td>
hh
</td>
<td>
kk
</td>
<td>ll</td>
</tr>
</table>



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : How to capture the event rasied by winform UserControl in html page ?
Previous : Help Me Regarding HTML Controls
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use