Users Pricing

forum

Home Forums Unreachable Code Detected Return Value – MindStick

Unreachable Code Detected Return Value

Anonymous User 2267 15 May 2013
Hi Guys

How to return value with this issue? Help me please.

protected string SendState(Object ID_DIP,Object ID_SEQ,Object MODUL)
{
    try
    {
        ViewState["ssDIP"] = ID_DIP.ToString();
        ViewState["ssSEQ"] = ID_SEQ.ToString();
        ViewState["ssMOD"] = MODUL.ToString();
        return ID_DIP.AsString();
        return ID_SEQ.AsString();
        return MODUL.ToString();
    }
    catch (Exception)
    {
        return "";
    }
}

Thanks 

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md