|
Totel:29 Click:
1 2 3 4 5 6
ASP.NET Interview Questions And Answers
Page 1
| Questions |
Show Answers |
Total Posts |
Post Your Answers |
Last Post |
Which of the following are correct controls in ASP.NET Source View?()
1.<asp:textbox runat="server" id="Msg" text="Hello, R4R" />
2.<asp:button runat="server" id="Send" text="Send" onclick="Send_Click" />
3. None
4. Both |
Show Answers | 46 |
Post Your Answers |
bhargavi |
Which is used to add event code(on C# Code) for TextBox control in Source view ( ASP.NET)
1. MsgSent.Text = Msg.Text;
2. MsgSent.Text = Msg.Text
3. Both
4. None
|
Show Answers | 5 |
Post Your Answers |
Monu Sharma |
Which is used for code-in-line model?
1.< script runat="server">
2.< script javascript="server">
3.Both
4.None
|
Show Answers | 2 |
Post Your Answers |
Monu Sharma |
Which is code allows the modification of the head tag at runtime?
1 < head runat="server">
2.< script javascript="server">
3.Both
4.None
|
Show Answers | 1 |
Post Your Answers |
13.03.10 Heena |
How you can change the page title by changing the using C#
1.void buttonSet_Click(Object sender, EventArgs earg)
{
Header.Title :Msg.Text;
}
2.void buttonSet_Click(Object sender, EventArgs earg)
{
Msg.Text= Header.Title;
}
3.void buttonSet_Click(Object sender, EventArgs earg)
{
Msg.Text: Header.Title;
}
4.None
|
Show Answers | 3 |
Post Your Answers |
19.06.10 azath |
Goto Page:
ASP.NET Interview Questions And Answers
ASP.NET Interview Questions And Answers
ASP.NET Interview Questions And Answers
ASP.NET Subjective Questions And Answers
R4R,ASP.NET Objective, ASP.NET Subjective, ASP.NET Interview Questions And Answers,ASP.NET,ASP.NET Interview,ASP.NET Questions ,ASP.NET Answers
|
|
|