but it doesn't write to response anything when I click on the button inside
DataGrid (my asp:Button is located inside my template column togrther with
my asp:TextBox). It works fine for DropDownList, which is also inside
template column inside DataGrid.
thats because asp:buttons don't use the hidden field "__EVENTTARGET". you
need to check the Page.Form collection for each button on your page and see
its in there. it its there, its the one clicked on.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.