Click here to Skip to main content
15,905,136 members

Comments by hemal p.shah (Top 4 by date)

hemal p.shah 2-Aug-19 3:51am View    
It works fine. Thanks for the help.
hemal p.shah 1-Aug-19 7:11am View    
suppose, I have two worksheets sheet1 and sheet2 of the same workbook.
Now sheet1 has the following data in column A
name
hemal
sheet 2 has the following data in Column A
department
Engineering
now, I want to get the data in datagridview control like this,
name department
hemal Engineering
but it shows the data like this
name department
hemal department
name Engineering
hemal Engineering
This is the problem.
hemal p.shah 13-Jan-19 5:19am View    
What should be the code for more than one row then?
hemal p.shah 8-May-14 4:09am View    
Yes, i have checked the web page.it has the expected html source.Regarding encoding i don't have any idea what does exactly it mean. because i have taken it from other web site.if my code is wrong then please, give me idea of actual code to write, considering expected html source is already present in a web page mentioned.