skatelehleth
New Member
In Visual Studio I have a DetailView with the Update button visible. I would like that button to run my update query then take me to a different page within my app once clicked. I am new to Visual Studio and .NET, so I apologize if this is totally noobish. Here is my code:\[code\]<Fields> <asp:BoundField DataField="TASKUID_12" HeaderText="ID" InsertVisible="False" ReadOnly="True" SortExpression="TASKUID_12" /> <asp:BoundField DataField="USER_12" HeaderText="User" SortExpression="USER_12" /> <asp:CommandField InsertVisible="False" ShowCancelButton="False" ShowEditButton="True" UpdateText="Claim" ButtonType="Image" UpdateImageUrl="~/Images/CLAIM.gif" /></Fields>\[/code\]