| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| What base class do all Web Forms inherit from? | | 2 |
| What is MSIL?
| | 2 |
| What is reflection and disadvantages of reflection ? | Microsoft | 1 |
| What is the use of web.config? Difference between
machine.config and Web.config? | | 3 |
| where can i gather the materials for MCP certification | | 1 |
| What r all the controls in ASP.NET ? | | 3 |
| In the context of a comparison, what is object identity
versus object equivalence? | | 1 |
| What?s a bubbled event? | Visual-Soft | 5 |
| I M working in 1.1 .net framework.
In a page I have 5 text box & 2 data grid.
In PageLoad()
All text box will populate with blank value & 1st dataGrid
with some value.
When I click on EDIT button Of the 1st dataGrid,The Relevent
data Of the particular row will populate in first 3 textboxs
& corresponding relevent data Will populate in the 2nd DataGrid.
Now when I click 2nd datagrid's EDIT button of a perticular
Row,relevent data will populate on last 2 textboxs &
1st 3 textbox's value will be same as per as it was........
........My Problem Is ...........
When I click on edit button Of 2nd DataGrid, 1st 3 text
boxes values goes Off & 2nd DataGrid Is goes off Due to
Postback.but The relevent value is populated In last 2
textboxes.So How I stoped this postback??So that all the
data in 1st 3 textboxes will be same.So that I can edit the
values of 2nd Grid with 1st 3 textBoxes value..
plz dirctly mail me 1 copy of post to...
maloy.adhikari@in.com | | 2 |
| I have to send data throug querystring from one page to
another. But it should not be displayed in URL. How it is
possible? | EMR | 5 |
| what is assembly? | Microsoft | 2 |
| relacement of websevices in .net 3.0? | Mind-Tree | 1 |
| Create the Output by mearging 2 tables and taking common
column sid from both you should not use database create
table and data in it Randomly
table 1
sid sname saddress
1 sa ampt
2 na hyd
3 ha hyd
table 2
sid dno dname
1 12 stats
2 23 phy
3 12 stats
OutPUt
sid sname saddress did dname
1 sa ampt 12 stats
2 na hyd 23 phy
3 ha hyd 12 stats
| | 1 |
| How many classes can a single .NET DLL contain?
| | 2 |
| What is boxing and how it is done internally? | Microsoft | 1 |
| I am using SQLServer 2005. I have one table called Drivers.
Every day thousands of records will be added in this table.
I have to show all these records in my GridView with out
applying ajax timer beacause we don't know
the time limit when the new record come to the table.
Sometimes it will add for 10 seconds some times 20 seconds.
There by Please try without using timer or any other
soultion apply for the table in sqlserver.
But, i want to see all records immediately when new record
comes in table. How?
Thanks in advance...
Ramesh | | 5 |
| How does VB.NET/C# achieve polymorphism?
| | 3 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| Explain the functionality of "EnableViewState" ? What
happens if you want it on or off? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |