Question
Who served as the Deputy Speaker of Lok Sabha twice;

Answers

M Thambi Durai   Your Comment






Search
Can you Answer!!
  • Q You create an ASP.NET application to keep track of TestKings employees. Employees will use the application to indicate whether they are currently in the office or out of the office. The main page of the application is named ShowBoard.aspx. This page contains a Repeater control named TestKiEmployeeStatus that is bound to the results of a stored procedure if the back-end database. The stored procedure provides all employee identification numbers (IDs), all employee names, and each employees current status of either In of the employee is in the office or Out if the employee is out of the office. The HTML code for TestKiEmployeeStatus is as follows: <%# Container.DataItem[EmployeeName] %> (<%# Container.DataItem[Status] %>)
    The code-behind file for ShowBoard.aspx contains a private procedure named ChangeInStatus that toggles the status for an employee by using the employees ID. You need to add a button for each employee listed by TestKiEmployeeStatus. When an employee clicks the button, you want the button to call ChangeInOutStatus and pass the employee ID to toggles the status of the employee. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two) A. Add the following HTML code to the ItemTemplate element of TestKiEmployeeStatus: OnClick=changeStatusButton Runat=server Value=Change Status NAME="changeStatusButton"/> Add the following subroutine to the code-behind file for ShowBoard.aspx: public void changeStatusButton( System.Object sender, System.EventArgs e) { ChangeInOutStatus((int)sender.Attributes[alt]); } B. Add the following HTML code to the Item Template element of TestKiEmployeeStatus: OnServerClick=changeStatusButton Runat=server Value=Change Status NAME="Button1"/> Add the following subroutine to the code-behind file for ShowBoard.aspx: Public void changeStatusButton( System.Object sender, System.EventArgs e) { ChangeInOutStatus((int)(sender.Attributes[alt])); } C. Add the following HTML code to the ItemTemplate element of TestKiEmployeeStatus: /> Add the following code to the ItemCommand event of TestKiEmployeeStatus: if (source.id == changeStatusButton) { ChangeInOutStatus( (int)e.CommandSource.CommandArgument); } D. Add the following HTML code to the ItemTemplate element of TestKiEmployeeStatus: /> Add the following code to the ItemCommand event of TestKiEmployeeStatus: if (e.CommandSource.id == changeStatusButton) { ChangeInOutStatus((int)e.CommandArgument); }
  • Q What is the difference between a compiler and a translator? Explain the relative advantages of these two techniques.
  • Q What is overlapping partition?
  • Q If you were the nurse for a patient going into surgery what are the pre-op and post-op teachings you would discuss?
  • Q Which transaction code and movement type help in adding stock (from legacy stocks) for the newly created material type into a particular plant after creating a new material type in system?
  • Q Quit India movement in 1942 was started in which month?
  • Q Name Bilbo Baggins mother
  • Q What is the difference between comp & comp-3 ?
  • Q After which battle in 1540 AD, Humayun faced banishment from India?
  • Q What were your duties at your last custodial job?
  • Q What is meant by maskable interrupts?