In your case with Table, its mandatory to have it wrapped inside a TR and TD
The controls are suppose to placed where it is suppose to placed.
Table is a container where it can contain only TR, only TD is a control container.
User Profile
Collapse
-
Try this
Code:for(i=0; i<= 10; i++) { var textBox = document.getElementById( "txt_" + i) ... }Leave a comment:
-
XSD - attribute level data validation
Hi all,
I have an XML in which i need to validate the attribute values based on another attribute value of the same tag.
For Example
...Code:<Employees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <Emp> <Column name="EName">Albert</Column> <Column name="Age">27</Column> <Column
No activity results to display
Show More
Leave a comment: