Skill/Topic: BeginnerA) < asp:label >B) < asp:listitem >C) < asp:button >
Latest Answer : < asp:label > ...
Skill/Topic: BeginnerA) Fill ( )B) ExecuteQuery ( )C) Read ( )
Latest Answer : fill()dataset ds=new dataset;sqldataadapter da=new sqldataadapter();da.selectcommand=cmd;da.fill(ds); ...
Skill/Topic: BeginnerA) Add Tag prefix, Tag nameB) Add Source, Tag prefixC) Add Src, Tagprefix, Tagname
Latest Answer : using Pagelet we can also add user control. ...
Skill/Topic: BeginnerA) TagPrefixB) Name space of the dll that is referencedC) AssemblynameD) All of the above
Latest Answer : All of the above ...
Skill/Topic: BeginnerA) .AsmxB) . AscxC) .Aspx
Latest Answer : .Ascx ...
Skill/Topic: IntermediateA) Both can use as drag and drop toolB) Both are sameC) Both can use different applicationD) One Custom Control can be use in different project but not the same with User control
Latest Answer : D) One Custom Control can be use in different project but not the same with User control ...
Skill/Topic: IntermediateA) FieldValidatorB) RegularExpressionValidatorC) RangeValidatorD) PatternValidator
Latest Answer : RegularExpressionValidator ...
Skill/Topic: IntermediateA) DatalistB) DropdownListC) RepeaterD) Datagrid
Latest Answer : Repeater Control Doesn't have visible Interface ...
Skill/Topic: IntermediateA) RepeaterB) DatagridC) BothD) None
Latest Answer : Data Grid supports paging ...
Skill/Topic: AdvancedA) LoadB) FillC) GetAllD) None
Latest Answer : Fill()Example:- MyDataSet = MyDataAdapter(MyDataSet,"TableName"); ...