| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| What are the page level transaction and class level
transaction? | Satyam | 1 |
| What is the difference between a Stored procedure and function? | | 6 |
| When we do partial refresh of a page using update panel how
server knows it(which event occurs?) | | 2 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist? | | 1 |
| What's a bubbled event? | | 2 |
| What is the Global.asax used for?
| | 3 |
| What is custom tag in web.config ? | Accenture | 1 |
| About Global .asax ? | Satyam | 5 |
| why many web.config files are used in are project | | 2 |
| What are various authentication mechanisms in ASP.NET ? | TCS | 3 |
| If you have to replicate a set of controls(UI) across a
number of web pages, what will you do | | 1 |
| What is FullTrust? Do GACed assemblies have FullTrust? | | 2 |
| Which class provides methods that can be used to manage role
membership to be used in user authorization? | Wipro | 3 |
| How many web.config a application can have ? | Keane-India-Ltd | 5 |
| what is <location> tag? | | 2 |
| what is the difference between console.writeline
&console.output.writeline? | | 2 |
| Any alternative to avoid name collisions other then Namespaces? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |