QnA
Q-why is driver(main) body defined static??
Ans:-application entry point.
Q-what is (object sender,EventArgs e)??
Ans:- object is defined as the control defined(like textbox1) and EventArgs is the event of that control.
Q-why doesn't the copied code run in different web form??
Ans:- when we debug the code then the supported file(.config) file runs and supported file can not be copied that's why the copied code doesn't work.
Q- OOPs supported initialisation?
Ans-OOPs supports Dynamic initialisation.
Q- Which property is used for the implementation of RadioButtonList?
Ans-By default,RadioButtonList takes 0 as SelectedIndex(property).[go to Assign 2 in dotnet]
Q- concept of IsPostBack??
Q-what are cases of objects,class,methods and etc.??
Q-what is namespace??
Q-what is string[] args??
If you would like to answer these question....COMMENT.
Comments
Post a Comment