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

How many object in c# asp .net

1 4995

What is the Difference between MVC And MVP design pattrens

Symphony,

2627

What is the difference between Trace and Debug?

BirlaSoft,

2 6212

What is the difference between a Thread and Process?

1 4544

and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.

TCS,

1 4634

Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 3568

How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2874

What is Web Services?How we can consume a Web Services in our application?Explain.

Religare,

1 5581

i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 4856

I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.

2 5578

what are the oops concepts are used in your project?

AppShark, IBM, Kotak,

1 7847

what is the generics and where used generics in your project?

CTC,

3 6319

How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!

Accenture,

3 7511

What is difference Data List and Data Repeater Control ?

TCS,

1 5479

In which module you have worked in your .net project explain?

TechSolution,

1 6754


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

Does google crawl redirects?

922


Where sessions are stored?

1057


Give an example of cookie abuse.

1027


Define the types of configuration files.

924


Explain the purpose of storyboard.targetproperty.

905


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

2096


How to comment out asp.net tags?

1020


Can you clarified A Web service can only be written in .NET or not?

1004


How Session use Cookies in State Management?

1015


What is windows active directory authentication?

1007


To display data in a Repeater control which template you provide?

994


What is parse in asp.net?

1021


What is in a session cookie?

937


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

1026


What is the asp.net control toolkit?

1035