[CLOSED] Button post

  1. #1

    [CLOSED] Button post

    Hi All, must be having a brain freez today

    for some reason this is not posting or really doing anything. anything wrong with this ( using mvc btw )

      <ext:Button runat="server" Text="Search" ID="btnSearch" Icon="Magnifier">
                                <DirectEvents>
                                    <Click Url='<%# Url.Action("GetSite") %>' Method="POST" FormID="FormPanel2" />
                                </DirectEvents>
       </ext:Button>
    Last edited by Daniil; Jan 07, 2013 at 1:40 PM. Reason: [CLOSED]
  2. #2
    Try to set AutoDataBind="true" for Click event

Similar Threads

  1. Replies: 6
    Last Post: May 15, 2013, 10:07 AM
  2. Replies: 0
    Last Post: Aug 14, 2012, 2:54 PM
  3. Replies: 0
    Last Post: Aug 14, 2012, 2:48 PM
  4. Replies: 6
    Last Post: Jan 08, 2012, 4:06 AM
  5. Replies: 3
    Last Post: Jan 13, 2010, 3:07 AM

Posting Permissions