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 form submit?
What is a reflection?
What is distributed system in asp.net?
Explain the differences between clr & cts?
What is server transfer?
what is silver light when will we use silver light,
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How many ways are there to maintain a state in .net? What is view state?
What is viewstategenerator?
What is postback request?
What is advantage of code behind coding in ASP.NET?
A Web Service Can Only Be Written In .net. Is it True??
How do you remove duplicates without using remove duplicate stage?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?