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 enableviewstatemac in asp net?
What is the use of execute non query in asp.net?
Name the tools or API for developing or testing web api?
How would you get asp.net running in apache web servers? Explain it's limitations.
Which method is used to perform all validation at the page level?
How to bind all the binding controls in a page at once in ASP.NET?
What is & in a url?
Difference between overriding and overloading?
They mostly asked difference between versions of technologies
What are sharepoint pages?
How we can force all the validation controls to run?
What are the advantages of asp.net?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is difference between web config and global asax?
How to implement globalization and localization in the use interface in .net.