An array has been decalared ad
String[] Troubledesc;
The trouticketrequest is the object of the request
if (TextBox8.Text != ""
{
trouticketrequest.TroubleDescCode[0]= TextBox8.Text;
}
when TextBox8 has some values it is results in "Object reference not set to an instance of an object."
could u please help me
String[] Troubledesc;
The trouticketrequest is the object of the request
if (TextBox8.Text != ""
{
trouticketrequest.TroubleDescCode[0]= TextBox8.Text;
}
when TextBox8 has some values it is results in "Object reference not set to an instance of an object."
could u please help me