.NET FAQs Unleashed!
 
    
    

How to dynamically build an ASP.NET Server Side Table?

In ASP.NET, a server side table has a ‘runat="server" attribute, where as a client side table does not have runat="server” attribute.

 

  • We can build an ASP.NET Server Side Table in server side code through the code behind. 
  • We can build a Client Side Table using JavaScript.
ASP.NET Expression Symbols   Web Service in ASP.NET   Pass data to Web Control   Zipping a folder in ASP.NET   Check user online or offline   Display Dynamic Tooltips   Dynamic Server Side Tables   Capture Gridview Row Index   Improve ASP.NET Performance   Refresh page in another page   Step into DLL Source Code   Insert Non-Ascii Characters in a Database   Contract in WCF   Dependency Injection   Asp.net triggering a Postback   Cyclomatic Complexity   ~ Character in ASP.NET   Web Application Project VS. Website Project   Optimistic Locking VS. Pessimistic Locking   System.Net.Mail VS. System.Web.Mail   Breakpoints in debugging  

More Interview Questions...