Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What tags do you need to add within the asp:datagrid tags to bind columns manually?
What tags do you need to add within the asp:datagrid tags to bind columns manually?
✍: Guest
Answer1:
Set AutoGenerateColumns Property to false on the datagrid tag
Answer2:
tag and either or tags (with appropriate attributes of course)
2014-02-11, 1611👍, 0💬
Popular Posts:
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
How To Compare Two Strings with strcmp()? - PHP Script Tips - PHP Built-in Functions for Strings PHP...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
What does XmlValidatingReader class do? XmlTextReader class does not validate the contents of an XML...
What is normalization? What are different types of normalization? It is set of rules that have been ...