Saturday, March 24, 2012

A simples scenario using GridView + Buttons + TextBoxes

Hello!

I have a GridView and some TextBoxes to type the data (Id, Name...). I also have a button called "_btnSave". I want to add new itens to my DataSource when I click on the Save button... to do this, I've used two updatePanels: one to GridView and other to the button.

The Button UpdatePanel is used just to avoido the Button Postback...

I'd like to know if there is any way to use just the UpdatePanel of the grid. Is it possible?

Thanks

hello.

if i understood your question correctly, then i'd say that you can put everything inside an update panel...it shuold work that way...

No comments:

Post a Comment