![]() |
|
|
|||||||
![]() |
ASP Net - link button event not firing in IE 7 |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |