From the course: ASP.NET Web Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Handling postback data

Handling postback data - ASP.NET Tutorial

From the course: ASP.NET Web Forms Essential Training

Start my 1-month free trial

Handling postback data

- [Narrator] So far we have seen how we can interact with the button that we put on a page, but this is a very simple case. So let's see how we can make it a little bit more advanced. And what I'm planning to do now is to actually add a text box on this particular page. So what I will go now, I will go in the toolbox and I can take a text box and I can drag it on this page so let's do that. Of course I can do that either on the source code or I can do it on the design. One thing that we have extra here, it's actually the split window. So with a split window, I can actually split the windows into two. I can have the source code in here or I can have the design view in here. I get the warning telling me that it's out of sync so if I want to synchronize I need to press this and it will show me now that the text box as well is part of this page so I have now those two in sync. So I can change in either part, I can change in here for instance and I can right click and say properties then I…

Contents