473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

ASP.NET and GridView: Web application does not respond on GridView1_SelectedIndexChan

1
I have a Web application that start behaving strange this year.
It works on the most OS but not if I use PC with Windows 7 Home Premium SP1, IE 10 , 64bits.
It do not give any Error it give no respons on clicking on a selection button in a ASP.Net Gridview, no error just no response. Other OS it works fine.
One of my users said that it worked fine last year. Could it be IE10? I thing it has been an upgrading from IE9 to IE10 this year.

I have a small sample that show the problem.
If you try: www.norwayhouse.no and try to select(click) on the select button it shall write the name on the right side if it works ok.

Any help for the above problem is much appreciated !
Please !
Varg

Here is the VB.net instructions
Expand|Select|Wrap|Line Numbers
  1. Sub GridView1_SelectedIndexChanged(sender As Object, e As System.EventArgs) Handles GridView1.SelectedIndexChanged
  2.  
  3.        Dim Row As GridViewRow = GridView1.SelectedRow
  4.        Me.lblGruppe.Text = Row.Cells(2).Text
  5.  
  6. End Sub
May 7 '13 #1
0 1283

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: G.D | last post by:
hi i create an excel application (MS Excel 2000 installed) in vb.net. At the end, i close all workbook and quit from excel aplication. I also set them nothing and call garbage collection. But excel...
6
by: Max | last post by:
I have the following code on a form that launches Microsoft Outlook and creates a new email message for the user: Outlook.Application oApp = new Outlook.Application(); Outlook.MailItem oMail...
3
by: ohayo | last post by:
In a windows form app (which acts as a front end to my quickfix application), I get the following error on compiling Application does not contain a definition for 'Run'. What does this mean,...
4
by: Charts | last post by:
I have a C# console application and I need pop up a Messagebox. However the IntelliSense does not show for using System.Windows.Forms; So, the application does not recognize the MessageBox. Please...
0
by: gui.besse | last post by:
It seems that we can't bind a collection of instance of different type. Let's have an example: // My POCO public interface ITest { string Name { get;set;} } public class A : ITest {
3
by: K B | last post by:
Hi again, I've narrowed down my problem and am hoping to get some help to get the final answer. Gridview with dynamic child controls loads gv1.Databind calls RowDataBound event fine On the...
0
by: stephen | last post by:
Hi, Please oblige if this is a repeat message. I was working on W2k OS and hd a windows application to monitoring my folders (FileSystemWatcher)... it writes any changes to a log file, due to...
0
by: pargat.singh | last post by:
Hi Everyone: I have a gridview control with AllowSorting="True" and work ok. But my page will be used by different user from different region so i need to change the HeaderText based on language...
1
by: Amtechie | last post by:
Hi all Have been into a problem of not finding the database of the VB application which i have been installed in the Vista machine. The installation of the software takes place normally in all the...
0
by: Carlos | last post by:
Hi all, I just discovered that a field that contains an e-mail address in a gridview does not work as it used to. That is, I had this DataFormatString: <a href=mailto:{0}>{0}</a> This thing...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.