Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Joel Zinn #1
Extracting Data from Datagrid
I have a developer that wants to dump data from a datagrid to an external
file. I am thinking a .csv file for simplicity sake. I had thought about
dumping the data from the dataset, but there is considerable morphing of the
data that occurs in the databind portion of the code. I know there are
issues with postback, paging, etc.
What is the best way to accomplish dumping the data from the datagrid.
Any help would be appreciated.
--
Joel Zinn
Sr IT Architect
American Electric Power
Joel Zinn Guest
-
Extracting value from data within an element.
Hello forum. I have written a perl script that will parse XML files and extract certain elements and put them into a comma delimited file. This... -
extracting form data
I have a form that allows you to change responses for a list of users. Each user has a line with options. THE FIELD NAME IS DETERMINED BY THE... -
extracting data from a value list
Hi all, What I'd like to do is extract the data from a value list of "categories" and paste the data into a repetitive text field. I'm able to... -
Extracting web data
Can anyone point me to java packages which aid in parsing web pages? TIA matt -
Extracting data from the Internet
I'm a newbie with Perl and can extract data from Web Pages, but need guidance on how to use perl to extract files from websites that you would... -
Brock Allen #2
Re: Extracting Data from Datagrid
I'd suggest gettng the data from the original data source and dumping from
that. The DataGrid in v1.1 is really a display mechanism.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> I have a developer that wants to dump data from a datagrid to an
> external file. I am thinking a .csv file for simplicity sake. I had
> thought about dumping the data from the dataset, but there is
> considerable morphing of the data that occurs in the databind portion
> of the code. I know there are issues with postback, paging, etc.
>
> What is the best way to accomplish dumping the data from the datagrid.
>
> Any help would be appreciated.
>
Brock Allen Guest
-
Joel Zinn #3
Re: Extracting Data from Datagrid
I realize that about the grid. The problem is that the developer who is
requesting this has done some considerable modification on the data after
the dataset was created.
--
Joel Zinn
Sr IT Architect
American Electric Power
"Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
news:b8743b1126b998c78b5b91f5dadc@msnews.microsoft .com...> I'd suggest gettng the data from the original data source and dumping from
> that. The DataGrid in v1.1 is really a display mechanism.
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>>>> I have a developer that wants to dump data from a datagrid to an
>> external file. I am thinking a .csv file for simplicity sake. I had
>> thought about dumping the data from the dataset, but there is
>> considerable morphing of the data that occurs in the databind portion
>> of the code. I know there are issues with postback, paging, etc.
>>
>> What is the best way to accomplish dumping the data from the datagrid.
>>
>> Any help would be appreciated.
>>
>
Joel Zinn Guest



Reply With Quote

