I have a few textboxes on a page and I check the value of these textboxes at postback... I was using the asp textbox controls. Is it better-performance vise- to use html server controls instead? because I'm not capturing any events from these textboxes, I'm just checking their value...


again, excuse MrPolite for asking these kind of questions