How to set the pane area to transparent of a scrollPane component.?


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

Post New Answer

More ASP.NET Interview Questions

What are the parts of an http response?

0 Answers  


What is the use of dispose method?

0 Answers  


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,


What is Forms Authentication in ASP.NET?

0 Answers  


What is the main differences between asp and asp.net?

0 Answers  






What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


About session modes

3 Answers   Wipro,


To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


What are server objects?

0 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,


What does postback mean?

0 Answers  


How to use one project files into another project?

4 Answers   HP,


Categories