How can we read a columnised text data in ASP.Net C#?
Columnised means my data is stored in a text file and I
have numeric data or string data in this file. For ex. If I
am searching for the data of gender and I know that gender
data is stored at column 32 in text file. How can I get
this data in ASP.Net page. Thanks for help in advance.
Answer Posted / sandeep kumar shaw
we need that text file convert into integer for example
cint(Textbox1.text)..
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is session authentication?
Where the viewstate is stored after the page postback?
Explain the difference between array and linkedlist?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is AutoEventWireup attribute for ?
Explain how can you debug your .net application?
Differentiate between authentication and authorization.
How can you ensure a permanent cookie?
How to add DateTime Control in normal DataGrid Server Control?
What is an axd file?
What is redirecting behavior?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
What is application state?
What is use of <% %> in asp.net?
Explain State management in asp.net