Guid g = Guid.NewGuid(); string random = g.ToString(); Response.Write(random.Substring(0, 8));
Mark this as answer, if it is..... With regards Nishithraj Narayanan
Login to post response