TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abhay Mhatre
NA
29
0
Prob in reading data from excel datasource using C#
Sep 17 2008 2:49 PM
Hello Friends,
I am trying to read isbn number from excel data file. My problem is some isbn numbers start from 0 but when I read them using C# 0 get truncated.
Can any one suggest me a way, such that I can read them as string input. So that I can get whole isbn number value, even though it starts from 0.
for example,
if I have following row in excel file
ISBN = 0894478303
Title = bbbbb
.
.
.
When I read this content using C#
I get ISBN as 894478303
I want to get whole ISBN as it is in excel file i.e. 0894478303
Please help me out
Thank you in advanced,
Abhay
Reply
Answers (
1
)
Add rows to a GridView Dynamically
How can I create a TCP packet in C#