Does not Posts Back the form on ImagebUtton click asp.net

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Does not Posts Back the form on ImagebUtton click asp.net

    Hi,

    I have reinstalled the win 2000 advance server with .net framework and with
    all the updates from MS site. After when i ran,my already running site, on
    login page it is not posting back my form to server. I am using ImnageButton
    to post the entered infromation for simple Form Authenticaion.

    I have tried to run ASpnet_regiis -c and aspnet_regiis -ea on my mahcine
    but it throwing exception as follows:
    Start removing the ASP.NET client side script files for all versions.
    An error has occurred (0x80070005).

    Pleas help
    You must have administrative rights on this machine in order to run this tool.
    KhurramAtk Guest

  2. Similar Questions and Discussions

    1. how to make imagebutton respond to click but not return key
      I need to make an imagebutton that is contained in a datagrid respond only to a mouse click, and not a return key press. I have a user control on...
    2. ImageButton.click question
      "Josema" <anonymous@discussions.microsoft.com> wrote in message news:E0010C06-DCCE-4FD8-88C0-AC1F3DE5D64A@microsoft.com... layers with position...
    3. Custom ImageButton will not Fire on button click..HELP! Thanks. :)
      Hi, it is because nothing actually calls your custom OnClick method (it is the original OnClick called at...
    4. Click event on ImageButton column in a datagrid
      Hi I have a DataGrid with an ImageButton column. When I click on an imagebutton I get a postback but it doesn't run the OnImgBtnClick method. I...
    5. ImageButton in column's HeaderTemplate doesn't generate Click event
      I have a datagrid, with a template column containing a CheckBox called chkSelect in the ItemTemplate. Users select rows to edit/delete by checking...
  3. #2

    Default Re: Does not Posts Back the form on ImagebUtton click asp.net

    First, make sure you do have admin rights.
    Second, run the 'aspnet_regiis -i' to ensure the framework is correctly
    installed in IIS.
    - Try your app again after this step.
    Third, if its still not working, make sure you are not receiving any
    javascript errors in your page on the browser. Javascript errors will cause
    the page processing to stop and can prevent posbacks.

    --

    - Paul Glavich
    ASP.NET MVP
    ASPInsider ([url]www.aspinsiders.com[/url])


    "KhurramAtk" <KhurramAtk@discussions.microsoft.com> wrote in message
    news:3EA6F2F5-B74B-4F0D-9D4B-37FF4EEF1DFB@microsoft.com...
    > Hi,
    >
    > I have reinstalled the win 2000 advance server with .net framework and
    with
    > all the updates from MS site. After when i ran,my already running site, on
    > login page it is not posting back my form to server. I am using
    ImnageButton
    > to post the entered infromation for simple Form Authenticaion.
    >
    > I have tried to run ASpnet_regiis -c and aspnet_regiis -ea on my mahcine
    > but it throwing exception as follows:
    > Start removing the ASP.NET client side script files for all versions.
    > An error has occurred (0x80070005).
    >
    > Pleas help
    > You must have administrative rights on this machine in order to run this
    tool.


    Paul Glavich [MVP ASP.NET] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139