How do you implement postback with a text box?


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

Post New Answer

More ASP.NET Interview Questions

Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


Explain the scenario where we go for inpro and outpro session?

3 Answers  


Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?

3 Answers  


Explain how cookies work.

0 Answers  


How to disable validator control by client side JavaScript?

0 Answers  






Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

2 Answers   HCL, Siebel,


Is there any alternative to avoid name collisions other then Namespaces?

0 Answers  


What is an il?

0 Answers  


What do you mean by query string?

0 Answers  


How does the service stream content?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


How to add DateTime Control in normal DataGrid Server Control?

0 Answers  


Categories