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 are the features of asp net?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Explain advantages of caching?
What is the default timeout for a cookie?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the namespace to create thread in .net?
What is the difference between viewstate and hidden field in asp.net?
What is session in asp.net?
Securitywise What are the Enhancements in 2.0?
How would you enable impersonation in the web.config file?
How ASP.NET page works?
What are cao and sao.
What is Model-View-View Model?
How does output caching work in ASP.NET?
What is ashx file in asp.net?