cmd.Parameters.Add("@CreatedBy", SqlDbType.NVarChar).Value = Session["UserLogin"];Sheikh parvaz14yAsked Nov 15, 2012, 3:36 PM3.2k.NETSession["UserLogin"] = HttpContext.Current.User.Identity.Name;cmd.Parameters.Add("@CreatedBy", SqlDbType.NVarChar).Value = Session["UserLogin"];this is working but no data shown in table field.tell how to do it.
Replies
Know the answer? Post it — somebody with the same question will find it here.