farshad Posted October 2, 2003 Posted October 2, 2003 Why is it when I click on the edit button (Bound column) on a web datagrid, it gets directed to the page which called this datagrid? Thanks Quote Farshad
andycharger Posted October 2, 2003 Posted October 2, 2003 Try double clicking the edit button in the design view of .net and try looking at what the "onclick" event is firing. it may have something asigned to it by mistake. Otherwise, you may need to set a value to the button in the actual code of the datagrid in th ebound column. Quote
Moderators Robby Posted October 2, 2003 Moderators Posted October 2, 2003 you're probably using Server.Transfer and the function may have some unprocessed code. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.