Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

ASP.NET Interview Questions
Questions Answers Views Company eMail

a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

CTS,

2127

How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

2077

can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1995

how can i call output parameters from ado.net

TCS,

3 7305

if u r projet consist of 4 people means how can u manage the file

Mind Tree,

10 13599

what is the difference b/w .net 1.1 and 2.0 ?

Polaris,

2 6745

we can able to display a MessageBox in asp .net without using any script langages?

ABC,

8 16226

what is COM Object in Dot net?

CTS,

6 25712

What is Runtime callable wrapper?

2 5190

What is operator overloading in dotnet

1 5770

what are the files used in asp .net

1 3740

What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?

eXensys,

3 6169

What is the compiled object?

eXensys,

2138

Can we use the java script code in .Net Code behind?

eXensys,

5 11239

I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

eXensys,

3 7015


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

Why asp.net is better than php?

1024


What is form method?

975


How can we use Web API with ASP.NET Web Form?

1159


How can you dynamically add user controls to a page?

1015


What are the Difference between asp.net and asp ?

1239


Why web api is better than wcf?

1154


In which event of the page viewstate is available?

932


Which namespace is used by ado.net?

1036


Can you explain the importance of finalize method in .net?

1089


Explain the various authentication mechanisms in asp.net.

1039


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

1009


Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

2181


What are ASHX files?

1159


Which method do you use to enforce garbage collection in .net?

1020


What is _viewstart?

965