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
Kanhialal kk
NA
234
338.2k
How to modify a class having different methods..
May 31 2011 1:57 AM
Hi....
I have a class having different methods with different parameters now I want to overload a method by increasing the one extra parameter like bellow..
public void Uper_PermonentMethod(string comm, long code, string itemname, string length, string collar, string neck, string chest, string waist, string cuff, string elbow, string hip, string ShoulderShape, string sleeves, string loosing, string armhole)
{
}
public void Uper_PermonentMethod(string comm, long code, string itemname, string length, string collar, string neck, string chest, string waist, string cuff, string elbow, string hip, string ShoulderShape, string sleeves, string loosing, string armhole,string OrderType)
{
}
bold method is overloaded method with OrderType Field...
But when I perform event in my application that exception is happening that
Method Not Found...
please help me...
Reply
Answers (
6
)
Datagrid view Design
Common Header cell