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
Explain advantages of caching?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
How to make paging concepts in datagrid in ASP.NET?
What is the advantage of using Windows authentication in a Web application?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain about the .NET framework?
Describe session handling in a webfarm, how does it work and what are the limits?
What are the features of asp.net mvc?
What is the difference between session and application?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
How can we identify that the Page is Post Back?
Demonstrate Render and PreRender?
Why is the standalone environment only useful during the development process?
What does asp in asp.net stand for?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?