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 virtual directory in asp.net?
What is the difference between asp.net and mvc?
How ASP.NET page works?
What is the difference between visual basic and asp.net?
Is redux flux?
What is the concept of view state in asp.net?
Why do we use web config?
How many types of Cookies are available in ASP.NET?
Explain the purpose of storyboard.targetproperty.
Explain about asp.net state management?
What are validators and list some validators of asp.net?
Define common type system?
What is routing in MVC?
How does a content page differ from a master page?
Explain the significance of routing? : asp.net mvc