Forms Data Controls :: How To Read A .txt File And Bind Data To ASP.NET Gridview At Run Time

Dec 10, 2010

Mr requirement is i am uploading a .txt file and read that .txt file and bind that data to ASP.NET Gridview control. My .txt file is look like below:

% Compressor type: GT12 C224(38) 55 Trim 0.38 A/R
% Turbine type: GT12 T202(35.5) 72 Trim 0.39 A/R
% Initial data file name:20050669-02.cdt
% Polar inertia: [kg.m2]
% Comment:DATA REDUCTION CODE REV 2.04 RELEASE 03-OCT-2004 (REFERENCE: REPORT 99-0145. REPORT 03-0901. TI-056)
% P reference: 100000Pa - T reference: 298 K
% NC WC PRC ETAC
% RPM KG/S T-T ----
115030.5714 0.0170 1.3398 0.5698
115030.5714 0.0239 1.3209 0.6155
115030.5714 0.0291 1.3020 0.6282
115030.5714 0.0339 1.2822 0.6377
115030.5714 0.0380 1.2576 0.6209
115030.5714 0.0416 1.2311 0.5955
134956.4286 0.0405 1.4045 0.6852

How to read this file and bind data to gridview control.

Right now i am using the following code but it stores whole data in a single column and a single row but i need it in four columns named NC, WC, PRC,ETAC and it's values in respected columns.

Code:

protected void Button1_Click(object sender, EventArgs e)

{
String ext = System.IO.Path.GetExtension(FileUpload1.FileName).ToUpper();
if (ext == ".TXT")
{
String content = System.Text.Encoding.ASCII.GetString(FileUpload1.FileBytes);
String[] ar = content.Split(';');
GridView1.DataSource = ar;
GridView1.DataBind();
}
}

how to get data in four columns in Gridview as a tabular format. I am using technologies Visual Studio 2005, ASP.NET 2.0,C#.NET 2.0 and Windows Xp Operating system.

View 7 Replies


Similar Messages:

Data Controls :: How To Read And Bind XML File To GridView

Jul 25, 2013

i need to know how to read data from the xml file and i need to display that data in grid view.

View 1 Replies

Data Controls :: Split Time Based On Comma As IN And OUT Time And Bind It To GridView

May 15, 2013

select distinct tbl.emp_code, b.EmplName, convert(varchar, tbl.punched_date,101) as Punched_date,
(select convert(varchar(8),itbl.PUNCHED_TIME, 114)+', '
from Trn_Capture_Data_New itbl
where itbl.EMP_CODE=tbl.emp_code and itbl.PUNCHED_DATE=tbl.punched_date and itbl.EMP_CODE='4'
and tbl.punched_date >= '03/27/2013' and tbl.punched_date <= '03/28/2013'
for xml path('')) Punched_Time

[Code] ....

I have the above query and that gives me result

Emp_code EmplName Punched_date Punched_Time
4 XXX 3/27/2013 14:22:00, 09:44:00, 10:38:00, 11:01:00, 16:12:00, 18:25:00, 
4 XXX 3/28/2013 13:14:00, 09:49:00, 18:02:00, 

Now i need to Bind it to gridview, the gridview columns should be

Date,IN,OUT,IN,OUT

In punched time the first one should be IN and second OUT. A employee would have punched several time a day. Based on that I should take maximum punches and bring that of columns as IN and OUT in gridvew dynamically. How to achieve this?

View 1 Replies

Forms Data Controls :: Format Date Time In Gridview Using Bind?

May 7, 2010

I would like to format the date time to

Monday 7th May 2010 9:00 am

What is the format string using <%# Eval("StartSession", "{0:?????}") %>?

View 4 Replies

Forms Data Controls :: Unable To Read Data From Excel File To Gridview?

Mar 4, 2010

I am reading data from Excel file using oledbdataadapter and binding to gridview.Every thing working fine.but if the cell is having some text along with bar sysmol ( | ) [Ex : 12345 | 789123] that cell data is not reading from excel file.All fileds in excel sheet is text format only.Some times it's reading correctly & some times it not reading(empty).Is there any problem with bar symbol ( | )

View 1 Replies

Forms Data Controls :: To Bind A XLS Or CSV File To A Gridview ?

Jan 3, 2011

This is my code:

[Code]....

This is my connection string for the XLS:
[Code]....
The error returns on line 30:

oleda.Fill(ds, "Email");

What should i write in place of "Email" ?Is the connection string correct ?
What if i want to Bind the entire XLS file to the Gridview, instead of just the column Email ?

View 1 Replies

Forms Data Controls :: Bind A CSV File To GridView

Jun 24, 2010

I am trying to bind a CSV file that is stored in my application to a gridview but I keep getting an odd error Heres my code:

[Code]....

The error I am getting is as follows: 'C:UsersTRX-T800DocumentsVisual Studio 2008WebSitesTRXAllianceCSVcustomers.csv' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. However the path is exatly right, I can copy and paste that and go directly to the csv.

View 1 Replies

Data Controls :: Bind GridView Using Data From Remote CSV File Using Its URL?

May 7, 2015

I want to know how to retrieve data from CSV in HTML where it has more than 10 datas ie 10 fields like id,Price, Area, Sector...

How to bind the values from CSV files based on the 1st coloumn in it where it has an Id

View 1 Replies

Data Controls :: Read And Display AppSettings From Web Config File In GridView?

May 7, 2015

i need add one key value in web.config and that values read in asp.net page and to bind that value to gridview?

View 1 Replies

Forms Data Controls :: How To Read Text File Data To Data Grid

Jul 7, 2010

i am having my text file data as follows

101011111111101111111111007060540A0941

I would like read this data and place it to the Corresponding cell in data grid.

View 7 Replies

Data Controls :: Read And Display Excel File Contents GridView On Button Click

Mar 28, 2013

I want read excel file in button event using asp.net with c#..

And the excel file content to be displaying into any control or same excel file to show..

View 1 Replies

AJAX :: To Bind Data To This Control In Code Behind File - Taking 3 To 4 Minutes To Bind Data And Display The Page

Aug 27, 2010

i am using ajaxtoolkit:combobox and i tried to bind data to this control in code behind file.but it is taking 3 to 4 mints to bind data and display the page. I am providing my aspx code and code behind code here

[Code]....

Code behind code:
[Code]....

GetPrograms() method will return almost 6000 records. to load the control it is taking almost 4 minuts..

View 4 Replies

Forms Data Controls :: Gridview With Checkbox Update One Time In A Button Click Not Every Time?

Mar 11, 2010

I have a gridview on my page. I have a checkbox in each row of this gridview. For each checkbox in the gridview, I'd like to update my table accordingly, but I don't want them to have to hit a submit button every time they check the checkbox. I want them to check all the boxes they need to and at the end, they should hit one submit button.

View 12 Replies

Forms Data Controls :: GridView Bind Field Foreign Key's Data Record

Dec 6, 2010

I have two tables

Employee Table : ( EmployeeID,EmployeeName,... Etc )
Bonus Table : ( BonusID,EmployeeID,BonusDate,Bonus Reason,... Etc )

I wanted to list the bonuses in a gridview, so i made a query to return list of bonus records and my data access object returns the result set as Bonus business object ( generic collections of bonus BO ). i have bind my gridview with the bonus collection.

now my problem is that collection has the property "EmployeeID" and it will be displayed but instead of showing EmployeeID, i wanted to show Employee Name in that grid. I have a gridview where i want to list the bonus records ( bonus ID, bonus date, bonus description, employee ID) ,

View 5 Replies

Forms Data Controls :: Bind Gridview With Data Table And Save Rows?

Jan 5, 2011

I want to bind gridview with datatable in this dt ihave 4 columns , dt

Id Name isdelete value
1 xyz true
2 uio false
3 bbb true
4 ccc false

this is gridview

[Code]....

but i want not bind those rows whose isdelete coumn value is false and i want to show 4 th column as textbox and user will enter some text or number and if he click save button outside of gridview one record shld save in database

View 2 Replies

Forms Data Controls :: Providing Links For Folders In Gridview Bind Data?

May 7, 2010

I need to display foders n files information(type,size,date modified etc) of a particular directory in a gridview.I need to make the folders as links and files as labels before binding the data.

View 1 Replies

Forms Data Controls :: Data Bind In GridView At Level Through Eval Function?

Jan 12, 2011

I want to bind two column on single level in GridView

I m using this code

<asp:Label ID="Label1" runat="server" Text='<%# Eval("lChannelName")+ " " +Eval("lTransformData") %>' >
</asp:Label>

But i want to bind First column at Left hand side and second column from right hand side

View 9 Replies

Forms Data Controls :: Use Dataset And Datatable To Bind Data To A Gridview?

Aug 27, 2010

on which all conditions we use dataset and datatable to bind data to a gridview?

View 2 Replies

Forms Data Controls :: Data Bind Thought Gridview To Database

Jun 25, 2010

i need bind data from gridview to database.. i dont know how to do it.. i doing student attenance detail mini project.. gridview show total class student name , roll no, and department.. check box for attenance .. if i tick in check box bind data "student present" not tick bind data student absent.

View 4 Replies

Forms Data Controls :: Get Data From A Database Using Sqldatasource And Bind It To A Gridview Using C#?

Mar 30, 2011

I am using Visual Web Developer (VWD)and I dragged in i.e created a Gridview. In the codebehind of the page, I will like to declare an sqldatasource and get data from a database using the sqldatasource and then bind the sqldatasource to the Gridview. PS: I know how to drag-in an sqldatasource and attach it to the gridview using VWD but this time, I want to do this declaratively in the codebehind.

View 3 Replies

Forms Data Controls :: Bind Data From DataSet (DataTable) To A Selectrow DropDownList In GridView?

Nov 19, 2010

I have a Gridview and two link button in that GridView , one link button click is to add edit row ( Edit ), one link button click is to select row ( Select ). I have a dropdownlist inside row which selected when i click link button Select in the gridview edit template, as of my business logic i need to show the dropdownlist only when the user clicks Edit button and when the user clicks Select button . That mean when the user clicks Select button then they clicks Edit button on the gridvview i should allow him to edit the dropdownlist (showing the value to the user through a label).

ASPX CODE

[Code].... C#

When I click Select link button , then I click Edit link button . They have errors : Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" I don't know what error?. How to fix it

View 3 Replies

Forms Data Controls :: Bind Data Returned From Queries Into Individual Columns In Gridview?

Jul 22, 2010

Is it possible to bind data to specfic columns in Gridview?

I mean, if I send a query to my database and it returns 1 column, then bind that column to the first column in the gridview, then send another query and bind the resulting column from that query to the second column without erasing the data of the first column etc etc.

View 11 Replies

Forms Data Controls :: Gridview Status Column Data Bind In RowDataBound Event

Mar 7, 2010

I have database status field Bit(0/1) this values binding to gridview column. i want to show record status instead of 0 and 1 display open or close

View 5 Replies

Forms Data Controls :: How To Read Data From Stored Proceedure And Display To Gridview Using Object Datasource

Dec 8, 2010

I have an object datasource which is using Business object as a myconnection

The method i have defined under myconnection is

Publicstatic
DataTable getfn(String dtype,
String did,
String dprefix,
String dname)
{
datable table = new datatable(); then declared stored proceedure and defined parameters and assighned values

In the stored proceedure it has a query like select column1,coloumn2,coloumn3 As Call from table where
I need to take data from Call and display it to the gridview through object datasource .

View 1 Replies

Forms Data Controls :: How To Bind Gridview Using Data Table?

May 1, 2010

I need to bind my gridview using data table. Here is my code

Dim dt As New DataTable
dt = GettblClaimBL(Empid, ClaimYear)
Me.grdvapplication.DataSource = dt
Me.grdvapplication.DataBind()

In GettblClaimBL is a class where will connect it to the database (stored procedure using data set)

This code is in the SelectedIndexChanged of a dropdownlist. The Empid and Claimyear ia paramater that needed in my stored procedure, it will populate the gridview base on the dropdownlist.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved