Respuesta: Problema con variable mira puedes hacerlo asi..
private string strTipoLlamado=null;
y ya en el boton o donde lo vallas a llenar haslo asi
if( rbTipoEdicion.SelectedIndex == 0 )
{
strTipoLlamado = rbTipoEdicion.SelectedItem.ToString();
}
if ( rbTipoEdicion.SelectedIndex == 1 )
{
strTipoLlamado = rbTipoEdicion.SelectedItem.ToString();
}
__________________ Desarrollador .Net y Php
MCTS Framework 2.0:Windows Applications
Microsoft Certificated Profesional |