Theory Questions: 5. Above All
Theory Questions: 5. Above All
1. MISL
2. The assembly manifest
3. Type metadata
4. Resources
5. Above all
2. System.Threading provides :
4. Which is used to add event code(on C# Code) for TextBox control in Source view
1. MsgSent.Text = Msg.Text;
2. MsgSent.Text = Msg.Text
3. Both
4. None
5. How you can change the page title by changing the using C#
4. None
6. ASP stands for?
1. Active Server Pages
2. Advance Server Pages
3. Active Service Pages
4. None
3. None
4. Both
10. Which is true to bind a method by setting the Master attribute in the <pages>?
1. < configuration>
< system.web>
< pages masterpagefile="r4r.co.in.MasterPage" />
</system.web>
</configuration>
2. < pages>
< system.web>
< pages masterpagefile="r4r.co.in.MasterPage" />
</system.web>
</ pages>
3. Both
4. None
2. The above syntax is used to make the Master property typed to the class that is stored in the
referenced master on ASP page.
3. Yes
4. No
14. Which of the following properties are not expose by Page Class?
1.Cache, IsPostBack
2 ErrorPage3,IsValid, Trace, and Validators
3.Both
4.None
17. The namespaces that are automatically imported into all ASP.NET pages
1.System,System.Collections, System.IO
2.System.Web,System. Web.UI
3.System.Web.UI.HtmlControls,System. Web.UI.WebControls
A.1
B. 1,2,3
C. 2,3
D. None
18. The ASP.NET pages directives are
A . 1,2
B. 1,2,3
C, 2,3
D. None
3. 1 and 2
4. None
//code……………….
</script>
//code……………….
</asp>
3. 1 and 2
4. None
4. None
SQL:
1.true
2.false
3.no such query into sql.
4.None.
6. DDL statements in SQL are:
1.SELECT,UPDATE, DELETE,ALTER , CREATE, ALTER , DROP
2.SELECT, DELETE,ALTER , CREATE, ALTER , DROP
3.SELECT,ALTER , CREATE, ALTER , DROP
4 None.
1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’);
3. INSERT INTO r4r_team (id, username, exp) VALUE (1, ‘r4r01’, ‘2’);
4. INSERT INTO table r4r_team (id, username, exp) VALUE (1, ‘r4r01’, ‘2’);