473,465 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

SelectedIndexChanged event not responding on selecting gridview

AT
I am having problem with beta 1 asp.net 2.0
I have 3 development stations xp /pro
On 2 of them it is working just fine

on 3 rd -this event not fired!!!!
Problem description:
I placed gridview with objectdatasource on the page c#
it is shows the data but when i press on select button on gridview

this event not responding on server part
void GridView1_SelectedIndexChanged(object sender, EventArgs e)
{
}

Thanks in advance for any idea!

Nov 19 '05 #1
1 3067
AT
In asp.net 2.0 if in the gridview I changed to use select command as button
but not link(by default)
It will make it fire this …GridView1_SelectedIndexChanged"

It is very strange that on other 2 development stations I have no problem
Accessing this event even when select command is link

"AT" wrote:
I am having problem with beta 1 asp.net 2.0
I have 3 development stations xp /pro
On 2 of them it is working just fine

on 3 rd -this event not fired!!!!
Problem description:
I placed gridview with objectdatasource on the page c#
it is shows the data but when i press on select button on gridview

this event not responding on server part
void GridView1_SelectedIndexChanged(object sender, EventArgs e)
{
}

Thanks in advance for any idea!

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Stephen | last post by:
My primary GridView is firing an OnDataBound after Selecting a row (which triggers SelectedIndexChanged). This only happens in the following scenario: - User enters a textbox search value and...
7
by: sparkle | last post by:
Hi Everybody, I'm filling a combobox from a class, which works fine on it's own. But when I insert code to fill in other controls something in the combobox fill is causing the...
3
by: Alec MacLean | last post by:
Hi everyone, I have a ComboBox that when changed, calls a method to change the content of a ListBox. I'm also using the Listbox's SelectedIndexChanged event to change other control values on...
2
by: Netmonster | last post by:
I am having trouble programmatically setting the SelectedIndexChanged of a GridView. Code as follows. Panel Panel1 = new Panel(); GridView g = new GridView(); ObjectDataSource o = new...
2
by: -MT | last post by:
Hello, I have a gridview in ASP .Net 2.0 whose datasource is a dataview. I want to raise the SelectedIndexChanged event when I click anywhere in a Row of the GridView. I don't want to use a...
3
by: Alec MacLean | last post by:
Hi, I have a couple of win forms where I am editing values that are stored in a SQL database. I'm using the listbox control to hold the data object each form interacts with. Each object is...
2
by: jnoody | last post by:
The problem I am having is with the SelectedIndexChanged event not always firing or the SelectedIndex property not being correct when the event does fire. The code is below, but here are some...
4
by: aamir | last post by:
Hello, I guess the subject line says it all. I have put Trace.Warn() in the SelectedIndexChanged event handler, but it does not get listed when the trace is on for that page. I have AutoPostback =...
3
by: Audie7734 | last post by:
private void cboBowler_SelectedIndexChanged(object sender, System.EventArgs e) { string temp = cboBowler.Text; //calling methods creates a...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.