i have a listbox and need to create a FIZZ BUZZ game- for each multiple of 3- a FIZZ should apear instead of the number and multiple of 5 BUZZ sgould appear on the listbox- i need to use the mod functionusing c# and VS 2005help please- heres what i got so farpublic partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e)