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
Sakshi Kaul
NA
72
7.2k
How to handle null reference exception
Mar 18 2019 6:18 AM
I am getting the following exception
namespace abc
{
public partial class Form1 : Form
{
SqlConnection conn;
Functions FS = new Functions();
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
FS.Connect();
toolStripStatusLabel1.Text = FS.Info[0].ToString()+" ("+FS.Info[1].ToString()+")";
}
private void packingSlipToolStripMenuItem_Click(object sender, EventArgs e)
{
PackingSlip PS = new PackingSlip();
PS.Show();
}
private void mastersToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void inwardToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void billWiseToolStripMenuItem_Click(object sender, EventArgs e)
{
}
}
}
Reply
Answers (
8
)
I need date picker with example
find User Control controls on Page in asp.net