Handling autopost back in MVC
Posted
by Shetty
on Stack Overflow
See other posts from Stack Overflow
or by Shetty
Published on 2010-04-12T08:31:45Z
Indexed on
2010/04/12
8:33 UTC
Read the original article
Hit count: 449
asp.net-mvc
hi,
How do i handle autopoatback in MVC? suppose i have a textbax. I enter a value in it, i need to check if the value exists in some table in the database. So in ASP .net i can set autopostback =true and handle on TextBox_TextChanged event. How do i do it here?? And what are the pros and cons of using asp.NET server control in MVC?
© Stack Overflow or respective owner