473,594 Members | 2,757 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.net 2.0 Datagrid & Dataview Item DataBound problems

I tried moving an ASP.net project form 1.1 to 2.0.
But I am having problems with getting the OnItemDataBound function to
run for a datagrid, in 2.0.
It only gets called up if AutoGenerateCol umns is set to false.

Is there anyway around this?

Then I tried changing the datagrid to GridView and still I am having
trouble getting the function to run in code behind using:
Sub databoundGenera l(ByVal s As Object, ByVal e As
GridViewRowEven tArgs) Handles gridGeneral.Row DataBound

Also trying this using AutogenerateCol umns set to True.
Jun 27 '08 #1
2 2165
On Jun 23, 9:51*am, ree321 <ree...@gmail.c omwrote:
I tried moving an ASP.net project form 1.1 to 2.0.
But I am having problems with getting the OnItemDataBound function to
run for a datagrid, in 2.0.
It only gets called up if AutoGenerateCol umns is set to false.

Is there anyway around this?

Then I tried changing the datagrid to GridView and still I am having
trouble getting the function to run in code behind using:
*Sub databoundGenera l(ByVal s As Object, ByVal e As
GridViewRowEven tArgs) Handles gridGeneral.Row DataBound

Also trying this using AutogenerateCol umns set to True.
Hi,

Auto Generate Columns nothing to do with it...
Auto Generate Columns will generate columns for you if you set it to
true...

the problem is with data bound...

Grid view of asp.net 2.0 has RowDataBound which is called on Databound
of each row in GridView.
on the other hand DataGrid which is still available with asp.net 20
has ItemDataBound for the same purpose.

To Fire these events you got to call Grids "Databound( )" method after
setting the data source,

What is the error you are encountering with can put provide..
Best of luck

Munna
www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
Jun 27 '08 #2
On Jun 23, 2:39*pm, Munna <munna...@gmail .comwrote:
On Jun 23, 9:51*am, ree321 <ree...@gmail.c omwrote:
I tried moving an ASP.net project form 1.1 to 2.0.
But I am having problems with getting the OnItemDataBound function to
run for a datagrid, in 2.0.
It only gets called up if AutoGenerateCol umns is set to false.
Is there anyway around this?
Then I tried changing the datagrid to GridView and still I am having
trouble getting the function to run in code behind using:
*Sub databoundGenera l(ByVal s As Object, ByVal e As
GridViewRowEven tArgs) Handles gridGeneral.Row DataBound
Also trying this using AutogenerateCol umns set to True.

Hi,

Auto Generate Columns nothing to do with it...
Auto Generate Columns will generate columns for you if you set it to
true...

the problem is with data bound...

Grid view of asp.net 2.0 has RowDataBound which is called on Databound
of each row in GridView.
on the other hand DataGrid which is still available with asp.net 20
has ItemDataBound for the same purpose.

To Fire these events you got to call Grids "Databound( )" method after
setting the data source,

What is the error you are encountering with can put provide..

Best of luck

Munnawww.munna. shatkotha.comww w.munna.shatkot ha.com/blogwww.shatkot ha.com
I created an new page in the project and it worked fine.

At the end it seemed to be a loose grid1.dispose() call that seemed
to be causing it. Commenting out fixed the problem.

Not sure why it was. The web page inherits another standard webpage
and this page declares the datagrid.

Thanks for your help.
Jun 27 '08 #3

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

Similar topics

0
1815
by: Frnak McKenney | last post by:
One of the reasons given for the Allied victory in WWI is that the Nazi armament industry invested so much effort in creating new weapons (e.g. the jet plane) it wasn't able to develop any of them to the point of mass-production. There are days when I experience the same difficulties with C# and dotNET: there are twelve ways to do 'most _any_thing, and I wind up exploring six before I find an acceptable solution. <grin> Case in...
2
3286
by: Alpha | last post by:
I have a window application. In one of the form, a datagrid has a dataview as its datasource. Initial filtering result would give the datavew 3 items. When I double click on the datagrid to edit the selected lie item at which case I would pop up a separate dialog box to do so, in the debugging code, the dataview.count would return 0. I get a error message because I tried to get values out of a dataview that holds 0 items. Does anyone...
3
2521
by: Lerp | last post by:
Hi all, What's the syntax for creating a row out of the current item in a datagrid? Something like this ? Dim myRow as DataRow = mydataGrid.DataKeys(e.item.itemindex)
1
2347
by: Jeremy | last post by:
I want my gird to sort only the items on the current page when I click on a column header. I wrote a little test app, but when I sort it pulls in items from other pages and places them on the current page. i.e. If I have: IntegerValue StringValue CurrencyValue 0 Item 0 0 1 Item 1 1.23
2
1603
by: ddaniel | last post by:
I have read many posts and seen many papers on the different techniques for sort and filtering datagrids. Many do re-queries against the dB ala Fritz Onion. I am trying to leverage the Dataview. The following control simply responds to a sort request and/or a pageing reqeust with an empty table (header only). Any ideas ? Code behind : namespace OakTree.data {
4
3487
by: tshad | last post by:
I am having trouble with links in my DataGrid. I have Links all over my page set to smaller and they are consistant all over the page in both Mozilla and IE, except for the DataGrid. Here is a snippet from my .css file: *************************** body { margin:0; padding:0;
11
2128
by: rkbnair | last post by:
I have created a datagrid in my aspx with the 'AllowSorting' property to true. When clicking on the column header, the page refreshes. However the sorting is not done. Am I missing anything? I populate the data if !postback.
2
1837
by: Fabrice | last post by:
Hello, First, thanks to felix for his answer. But :-( , I'm feeling newbie :! I' don't understand all the situation. The trouble : Always in the road whith my Datagrid and my ItemTemplate with a Control HyperLink. I would like to fix many properties of this Control Hyperlink in the Code
6
5736
by: p.mc | last post by:
Hi all, I'm having major problems with a userControl which contains a datagrid. My problem concerns data binding. The Page_Load() procedure calls the DataBind procedure to bind the datagrid to a DataSet. If i include an if statement to prevent the data binding from occuring on a page PostBack in the following way:
0
7947
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7880
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8255
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8242
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6665
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
3868
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3903
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2389
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 we have to send another system
0
1217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.