ASP Ajax Update Panel
am 13.04.2008 18:35:17 von AdonisL81Hello,
I am new to .NET I am having trouble with a asp update panel
and Gridview.
The Gridview control is inside the update panel and I am trying to
have the gridview update from a form button. The form updates the
database from which the gridview pulls data.
The panel and gridview works if I do a postback from within the
gridview such as sorting. but I can not get it to work from the
button. here is my code.
I'm sure I missed something but if anyone can help that would be
appreciated
<%@ Page Language="VB" AutoEventWireup="true"
CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="cc1" %>