Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - link button event not firing in IE 7

 
Thread Tools Search this Thread
Old 11-04-2009, 11:03 AM   #1
Default link button event not firing in IE 7


Hi,

I am working on asp.net 2008 in c# .
I create a website in .net framework 2.0 .
I used link button on master page for redirect to home page and logout .
these link button are working well till I am not make visible true to a
table row in content page.
If that table row is visible the event attached to this button are not
fired. but all are working fine in firefox .
means event are fired in firefox but not IE 7.
what is the cause of this problem?

Thanks,
Hemant




Hemant
  Reply With Quote
Old 11-04-2009, 09:17 PM   #2
Alexey Smirnov
 
Posts: n/a
Default Re: link button event not firing in IE 7
On Nov 4, 12:03*pm, "Hemant" <Hem...@nomail.com> wrote:
> Hi,
>
> I am working on asp.net 2008 in c# .
> I create a website in .net framework 2.0 .
> I used link button on master page for redirect to home page and logout .
> these link button are working well till I am not make visible true to a
> table row in content page.
> If that table row is visible the event attached to this button are not
> fired. but all are working fine in firefox .
> means event are fired in firefox but not IE 7.
> what is the cause of this problem?
>
> Thanks,
> Hemant


Check if you don't have any javascript error in IE. Maybe you can
share your code here, otherwise it's difficult to investigate the
problem


Alexey Smirnov
  Reply With Quote
Old 11-05-2009, 05:55 AM   #3
Hemant
 
Posts: n/a
Default Re: link button event not firing in IE 7
Hi,
thanks for your reply.
there is no javascript.
On my pages there are lot of controls .
I have three main rows.
In first row user enter the number for search .
In second row there is a grid in which i display the serch result in a grid.
In third row when usre click on any or gird row i displays the grid row
detail in textboxes and dropdowns .
When I make this third row visible than the link button on master page not
make postback .
the event releated to these link button not fired.
but all are working in FireFox.
should i paste my aspx code here ?

thanks,
Hemant
"Alexey Smirnov" <> wrote in message
news:db141bb4-993d-4664-b60e-...
On Nov 4, 12:03 pm, "Hemant" <Hem...@nomail.com> wrote:
> Hi,
>
> I am working on asp.net 2008 in c# .
> I create a website in .net framework 2.0 .
> I used link button on master page for redirect to home page and logout .
> these link button are working well till I am not make visible true to a
> table row in content page.
> If that table row is visible the event attached to this button are not
> fired. but all are working fine in firefox .
> means event are fired in firefox but not IE 7.
> what is the cause of this problem?
>
> Thanks,
> Hemant


Check if you don't have any javascript error in IE. Maybe you can
share your code here, otherwise it's difficult to investigate the
problem




Hemant
  Reply With Quote
Old 11-05-2009, 10:22 AM   #4
Alexey Smirnov
 
Posts: n/a
Default Re: link button event not firing in IE 7
On Nov 5, 6:55*am, "Hemant" <Hem...@nomail.com> wrote:
> Hi,
> thanks for your reply.
> there is no javascript.


A LinkButton and other controls with postback actions are rendered
with javascript. For example,

<a href="javascript:__doPostBack(.....)"

Check if nothing is "blocking" this in IE7. Go to Tools-Options and
enable error messages about every script error and debugging script
errors. That should help you to see if you have any js errors on the
page. If you cannot find any error - please paste your aspx code here.


Alexey Smirnov
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Suppressing in event log, system freezes, system shutdown problems. Skybuck Flying Windows 64bit 9 05-27-2007 05:46 AM
small problem replying in Agent 4.2 GrandpaChuck Computer Support 26 02-10-2007 04:49 AM
Illegal operation carololine Computer Support 12 07-14-2006 01:27 PM
Problem with Scanner Start Button event Braila Computer Support 0 07-08-2006 04:33 PM
Event ID 1030 after 1065 error =?Utf-8?B?U2xhdmVr?= Wireless Networking 1 12-15-2005 03:48 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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