Ask a Question related to ASP.NET Security, Design and Development.
-
KhurramAtk #1
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
-
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... -
ImageButton.click question
"Josema" <anonymous@discussions.microsoft.com> wrote in message news:E0010C06-DCCE-4FD8-88C0-AC1F3DE5D64A@microsoft.com... layers with position... -
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... -
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... -
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... -
Paul Glavich [MVP ASP.NET] #2
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...with> Hi,
>
> I have reinstalled the win 2000 advance server with .net framework andImnageButton> 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 usingtool.> 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
Paul Glavich [MVP ASP.NET] Guest



Reply With Quote

