ImageButton makes a postBack instead of executing command method
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
hi i have a control it has a grid and the grid has some buttons(ImageButton) and each button has it's own OnCommand method but the commands aren't execute clicking will only cause to postback to a another page i just don't know why it should happen ? (I am using DotnetNuke)
-
hi i have a control it has a grid and the grid has some buttons(ImageButton) and each button has it's own OnCommand method but the commands aren't execute clicking will only cause to postback to a another page i just don't know why it should happen ? (I am using DotnetNuke)
-
This is just a guess, but is sounds like you have a postbackurl on your imagebutton. That is normally why you would be posting back to another page. Hope that helps. Ben