Unfortunately. it's not online. it's in corporate network. For that
reason i can't give address to u.
But i get checked the source by debugging and saw the lines that u
said.
the function stops while executing the following functions starred
line...

    [AjaxPro.AjaxMethod]
    public  DataTable getUserInfo()
    {
        cmd.Connection = sql_Conn;
         sql_Conn.Open();
       cmd.CommandText = "Logistics_Web_Get_User_Properties";
        cmd.CommandType = CommandType.StoredProcedure;
 ****************       param_Fields.Value = txt_UName.Text.Trim();
        cmd.Parameters.Clear();
        cmd.Parameters.Add(param_Fields);
        ds.Clear();
        SqlDataAdapter da = new SqlDataAdapter(cmd);
        da.Fill(ds);
        return ds;
    }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to