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
Gohulan Somanathan
NA
57
609
Pass the Value to Class Library
Jul 29 2020 7:56 AM
Hi All,
I have developed a .NEt windows form application and a class library
Namespace for Form1 - TestSetup
Namespace for Class1.cs - TestClass
I have a textbox in my Windows form application, whatever the text in the textbos I need to pass it the calss library.
So I did like this,
using TestSetup ;
Form1 form = new Form1();
string installationpath = form.installationpath;
string outputpath = installationpath;
Calling the class from the Windows form as following
TestClass sh = new TestClass();
TestClass.GenericResult result = sh.AddVPrinter(textBox1.Text, textBox1.Text);
When I am executing the program it's giving the error, syaing the value outputpath is null..
Reply
Answers (
3
)
change password in asp.net using Entity Framework
Below Errow is showing after publish Website