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

what is the jit? what is the type of jit and purpose of it>

Honeywell,

2 7646

write a sample code make use of xmltext writer

GCI,

1 5142

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

HCL, Microsoft,

11 26487

how to update data using store procedure

1 6119

We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1 1988

i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1 2046

how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

Satyam,

1 2165

When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 5187

diff between Server.Transfer() and Server.Execute()

1 7786

Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

Wipro,

4 10089

How do you manage session in ASP and ASP.NET?

Microsoft,

1 4089

How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

DELL, Microsoft,

1 7624

For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

Microsoft,

2 7600

What is custom control. What is the difference between custom control and user control?

Microsoft,

2 5843

What is the syntax for datagrid and specifying columns?

Microsoft, SF,

1 2653


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1701


What do you mean by query string?

1003


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1879