What is autopostback in dropdownlist in asp net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What are the validation controls available in ASP.NET?

0 Answers  


version information is mentioned in which file

3 Answers   AG Technologies,


Explain code snippet to register exception filters from controller?

0 Answers  


What is server infrastructure?

0 Answers  


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


True or False: A Web service can only be written in .NET?

5 Answers  


How do cookies work? Give an example of their abuse.

0 Answers  


What are Authentication mechanisms in .Net?

6 Answers   Accenture,


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

0 Answers   Siebel,


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Categories