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
ibrahim uzul
NA
9
0
I have a problem. I have a baseform which get a string parameter. Then i have a form which inherited from other. it has error.
Sep 3 2012 8:15 AM
Then i have a form which inherited from other. it has error.
Example : BaseForm
public partial class frmBaseListEdit : DevExpress.XtraEditors.XtraForm
{
public string kod = "";
public frmBaseListEdit(string _kod)
{
kod = _kod;
InitializeComponent();
}
}
Example : Other form
public partial class frmuserform : Unipa.BaseForms.Forms.frmBaseListEdit
{
public frmuserform()
{
InitializeComponent();
}
}
Error is :Error
1
'frmBaseListEdit' does not contain a constructor that takes '0' arguments
I must send parameters again but how?
Reply
Answers (
1
)
AJAX ModalPopupExtender and three dropdown list in popup panel
Unable to read a macro enabled excel file using Excel Data Reader