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
How do I know asp.net mvc version? : Asp.Net MVC
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Can we set which type of comparison we want to perform by the CompareValidator control?
What parameters can you pass in the url of the api?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How can you make sure that web api returns json data only?
What are the two properties that are common on every validation control?
what is DLL Hell and how it is solved in .NET? please explain clearly??
How many languages are supported by .NET at present time?
What is strong-typing versus weak-typing?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Is it possible to create web application with both webforms and mvc?
Can you dynamically assign a Master Page?
what is the difference between response.write() and response.output.write()?
what is command line compiler.what are the steps and how it is related to debugging.