If you liked this question/asnwer, make sure you
Subscribe to KyaPoocha.com RSS feed!
BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |
Related Interview Questions
How do you target a specific frame from a hyperlink? 07.10.08
Include the name of the frame in the target attribute of the hyperlink. >My Page...In what RDMS object does one first list column names ? 25.07.08
One first uses the column name in the CREATE TABLE statement....What are the column name qualifiers ? 14.07.08
A column name qualifier are used as a table designator to avoid ambiguity when the column names referenced exists in more than one table used in the SQL stateme...What are the pre-requisites to modify datatype of a column and to add a column with NOT NULL constraint? 17.05.08
- To modify the datatype of a column the column must be empty. - To add a column with NOT NULL constrain, the table must be empty....What’s a bubbled event ? 23.04.08
When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can...What are column-name qualifiers used ? 09.04.08
Column-name qualifier are used as table designator to avoid ambiguity when the column names referenced exist in more than one table used in the SQL statement. C...How can you enable automatic paging in DataGrid ? 29.04.07
Using the Built-In Paging Controls To use default paging, you set properties to enable paging, set the page size, and specify the style of the paging control...What is difference between datagrid and flexgrid? 25.04.07
Datagrid – Editable. Flexigrid – Non-Editable. (Generally used for Read only purpose.)...What is the difference between repeater over datalist and datagrid? 16.01.07
The Repeater class is not derived from the WebControl class, like the DataGrid and DataList. Therefore, the Repeater lacks the stylistic properties common to bo...What’s a bubbled event? 14.03.06
When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can...