Home

What is the correct answer?

4

If a Table controls name is Table1, to access value from its second row, third column, __________________ can be used.

A. table1.rows(1).cells(2).text

B. table1.rows(2).cells(3).text

C. table1.rows(1).cells(2).value

D. table1.rows(2).cells(3).value

Correct Answer :

A. table1.rows(1).cells(2).text


Related Questions

This control does not produce an HTML output While accessing values submitted to a web form, __________ property of… ____________ enables you to add, modify and delete records but you won't… How do we create a FileSystemObject? In case of a CompareValidator, a TextBox's value can be compared to an… ___________ controls how proxy servers temporarily store web pages HTML tag equivalent to Panel is To redirect an user to a particular page when a user logs in use To count the number of times an user visited a page, use _________ is used to write/read into a leaf node What class does the ASP.NET Web Form class inherit from by default? To set text programmatically without adding extra HTML tags use You have an image that is clickable and you want a pop-up window to display… To write a root tag say '<details>' through ASP.NET use ____________ enables you to set a particular date when a page should no… While redirecting, values can be passed with it In case of RangeValidator, a TextBox's value can be compared to the values… Default scripting language in ASP. Options available with SelectionMode are ASP.NET can be installed on Windows 98 machine ASP.NET if fully compatible with ASP _________ object represents all information sent form a browser to a server An alternative way of displaying text on web page using If a Table controls name is Table1, to access value from its second row,… _________ object represents all information sent form a server to a browser How do you get information from a form that is submitted using the "post"… To open Microsoft Word from ASP.NET page use Why is Global.asax is used? You can specify a function name in Cookies can be created with mentioning the expiry dateTrue