P
Pasan Indeewara
Hi,
In my customized control, it has below small coding..
[System.ComponentModel.Browsable(true)]
public int RouteNo
{
get{ return RouteNo;}
set { RouteNo = value; grpRoute.Text = "Route -
"+RouteNo.ToString(); }
}
when I put any custom properties like this Visual studio quits and
says 'Visual Studio unexpectedly closed.' message. If I commented above and
all other places where I have used this property, it works fine.
Attached is my custom control. Any help?
In my customized control, it has below small coding..
[System.ComponentModel.Browsable(true)]
public int RouteNo
{
get{ return RouteNo;}
set { RouteNo = value; grpRoute.Text = "Route -
"+RouteNo.ToString(); }
}
when I put any custom properties like this Visual studio quits and
says 'Visual Studio unexpectedly closed.' message. If I commented above and
all other places where I have used this property, it works fine.
Attached is my custom control. Any help?