User Profile

Collapse

Profile Sidebar

Collapse
naga01
naga01
Last Activity: Jan 27 '09, 02:04 PM
Joined: Oct 13 '08
Location: Chennai, India.
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • naga01
    replied to Server control inside another
    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.
    See more | Go to post

    Leave a comment:


  • naga01
    replied to access dynamic textbox
    Try this
    Code:
    for(i=0; i<= 10; i++)
    {
    var textBox = document.getElementById( "txt_"  + i) 
    ...
    }
    See more | Go to post

    Leave a comment:


  • naga01
    started a topic XSD - attribute level data validation
    in XML

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...