| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| What is CTE in sql server 2005? | Minecode | 2 |
| All kind of access specifiers for a class and for methods ? | MMTS | 1 |
| Can any one explain with the example how to capture the
application error in Aplication_Error() method? | Infosys | 1 |
| Types of state management techniques ? | Digital-GlobalSoft | 2 |
| Differnce between Control an View State | Proteans | 1 |
| What is the use of mcommand ?
mcommand.fill(ds,"orderdetails"); | Netsweeper | 1 |
| what is satellite assembly in .net? | | 4 |
| Diff B/W user control and server control | | 3 |
| # What is the transport protocol you use to call a Web service? | | 1 |
| can we place the same DLL in debug folder two times?
(without using strong name )
| TCS | 7 |
| What is a DLL Hell Problem in .Net? | | 4 |
| When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
| Syntax-Softtech | 3 |
| Difference between ByVal and ByRef? | Microsoft | 2 |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance. | | 1 |
| wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist? | | 1 |
| which method marks a config file section for encryption? | | 1 |
| How To Call Outside Javascript File?
Example : Our Project File Folder Name "Sample" Another
Folder Name "Check".Check Folder Is Out Side Of Our
Project ?Check Folder Have Verify.Js File. My Question Is
How To Call Verify.Js File. | Phoenix-Technologies | 2 |
| Contrast the use of an abstract base class against an interface? | iLink | 4 |
| |
| For more ASP.NET Interview Questions Click Here |