Dear Friends, I am facing a problem, I have two forms,
Form1 Has one DataGrideview and Button redirect to Form2, which has Button(Browse Excel File) and combobox(Sheet No of excel file) and Button to load Excel file list in Datagrideview ,
want to show excel file list in Datagrideview of Form1).
Please, help me any idea?
zebnoon1 -3 Newbie Poster
Recommended Answers
Jump to PostPerhaps this can help you out.
Jump to PostPassing data between forms has been asked many times. The easiest way is to use a custom property to pass data or a reference to control to hold the data.
public partial class Form3 : Form // This is your Form1 { public Form3() { InitializeComponent(); } …
All 7 Replies
zebnoon1 -3 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
zebnoon1 -3 Newbie Poster
zebnoon1 -3 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
zebnoon1 -3 Newbie Poster
Teme64 215 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.