Advertisement
Sunday, October 28, 2007
True or False: To test a Web service you must create a windows application or Web application to consume this service?
Posted by
S3 Technology Softwares
at
5:23 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhich control would you use if you needed to make sure the values in two different controls matched?
Posted by
S3 Technology Softwares
at
5:23 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhich property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
Posted by
S3 Technology Softwares
at
5:23 PM
2
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat does WSDL stand for?
Posted by
S3 Technology Softwares
at
5:22 PM
1 comments
Labels: Interview Questions
Subscribe : Subscribe By EmailTrue or False: A Web service can only be written in .NET?
Posted by
S3 Technology Softwares
at
5:22 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat is the transport protocol you use to call a Web service?
Posted by
S3 Technology Softwares
at
5:22 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat tag do you use to add a hyperlink column to the DataGrid?
Posted by
S3 Technology Softwares
at
5:21 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat tags do you need to add within the asp:datagrid tags to bind columns manually?
Posted by
S3 Technology Softwares
at
5:21 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailName two properties common in every validation control?
Posted by
S3 Technology Softwares
at
5:21 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat base class do all Web Forms inherit from?
Posted by
S3 Technology Softwares
at
5:20 PM
1 comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhat property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Posted by
S3 Technology Softwares
at
5:20 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailHow can you provide an alternating color scheme in a Repeater control?
Posted by
S3 Technology Softwares
at
5:20 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhich template must you provide, in order to display data in a Repeater control?
Posted by
S3 Technology Softwares
at
5:19 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailCan you edit data in the Repeater control?
Posted by
S3 Technology Softwares
at
5:19 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhich method do you invoke on the DataAdapter control to load your generated dataset with data?
Posted by
S3 Technology Softwares
at
5:19 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhats MSIL, and why should my developers need an appreciation of it if at all?
MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL.
Posted by
S3 Technology Softwares
at
5:19 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailExplain what a diffgram is, and a good use for one?
The DiffGram is one of the two XML formats that you can use to render DataSet object contents to XML. For reading database data to an XML file to be sent to a Web Service.
Posted by
S3 Technology Softwares
at
5:18 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By EmailDescribe the difference between inline and code behind.
Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.
Posted by
S3 Technology Softwares
at
5:18 PM
1 comments
Labels: Interview Questions
Subscribe : Subscribe By EmailWhats an assembly?
Posted by
S3 Technology Softwares
at
5:17 PM
0
comments
Labels: Interview Questions
Subscribe : Subscribe By Email