whats the purpose of AUTOPOSTBACK property for the controls
in asp.net?
Answer Posted / kinjal panchal
basically using AUTOPOSTBACK u can refresh your page.
like if u set true your dropdown autopostback then its again
hit page load and u creat another output for this.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do cookies work?
What is the life cycle of an asp.net page?
Name the two properties are on every validation control?
What is http pipeline in asp.net?
What is the syntax for datagrid and specifying columns?
Why select Web API?
Who creates jsessionid?
what is loosely coupled solution? How it can be used?
What is the purpose of using MVC programming pattern in ASP.NET?
What are uri parameters?
Explain exception filters?
What are the asp.net list controls and difference between them?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is a SESSION and APPLICATION object?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications