What tags do you need to add within the asp:datagrid tags to bind columns manually ?


Set AutoGenerateColumns Property to false on the datagrid tag



Explore posts in the same categories: ASP.Net Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What are Tag Libraries provided with Struts?
  • Struts provides a number of tag libraries that helps to create view components easily. These tag libraries are: a) Bean Tags:...
  • What is difference between custom JSP tags and beans?
  • Custom JSP tag is a tag you defined. You define how a tag, its attributes and its body are interpreted,...
  • How HTML Works?
  • HTML is made up of a series...
  • What is JavaServer Pages Standard Tag Library(JSTL)
  • A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such...
  • What is well-formed
  • An XML document that is syntactically correct. It does not have any angle brackets that are not part of tags,...
  • How to access an external javascript file that is stored externally and not embedded?
  • This can be achieved by using the following tag between head tags or between body tags. where abc.js is the external...
  • Differences Between XML and HTML
  • Some Differences between XML and HTML: XML HTML User definable tags Defined set of tags designed for web display Content driven Format driven End tags required...
  • Three selectors: h1, .warning and #footer, what they do ?
  • An element points at a HTML-tag somewhere on your page. In the example above we want to style the -tag....
  • What is VB Script ?
  • VB Script is a scripting language developed by Microsoft. With the help of this scripting language you can make your...
  • How do you show which page you’re on (in a menu)?
  • If PHP is not available to you, you could use the cascade. Put an id in your body tags and...

    Comments are closed.