public ActionResult Project()
        {
            ViewBag.Title = "Project";
            Story         myStory      = new Story();
            DropdownModel model        = new DropdownModel();
            DropdownModel modelAnimal  = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model = myGetLookups.GeLookupCatUsers(1);
            myStory.IllustrationsCombo = model;
            //ViewData["IllustrationsData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(2);
            myStory.ReadersCombo = model;
            //ViewData["ReadersData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(3);
            myStory.MusicCombo = model;
            //ViewData["MusicData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(4);
            myStory.DanceCombo = model;
            //ViewData["DanceData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(5);
            myStory.AdminCombo = model;
            //ViewData["AdminData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();
            ViewData["jakataMasterData"] = model.items;



            return(View(myStory));
        }
        public ActionResult Insert()
        {
            ViewBag.Message = "Your app description page.";

            DropdownModel model        = new DropdownModel();
            DropdownModel modelAnimal  = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model = myGetLookups.GeLookupAnimal();
            ViewData["animalTypeData"] = model.items;

            Story myStory = new Story();

            myStory.animalCombo = model;

            //modelAnimal = model;

            model = myGetLookups.GeLookupMoral();
            ViewData["moralTypeData"] = model.items;

            model = myGetLookups.GeLookupStorySource();
            ViewData["storySourceData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();
            ViewData["jakataMasterData"] = model.items;



            return(View(myStory));
        }
        public ActionResult UpdateProject()
        {
            ViewBag.Message = "Your app description page.";
            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model = myGetLookups.GeLookupSpecificStoryDropdown();
            ViewData["jakataMasterData"] = model.items;



            model = myGetLookups.GeLookupCatUsers(2);
            model.items.Add(new SelectListItem {
                Text = "Please Select ", Value = "0"
            });

            //model.items.Add

            ViewData["newReadersData"] = model.items;

            DropdownModel modelExisting = new DropdownModel();

            ViewData["existingReaderData"] = modelExisting.items;



            return(View());
        }
        public ActionResult UpdateUser(FormCollection form)
        {
            string userID = base.Request.Form["idPhoto"];

            ViewData["userID"] = userID;

            GetStories myGetStories = new GetStories();
            var        email        = myGetStories.GetMothersEmail(Convert.ToInt16(userID));

            //if (email =="")
            //{
            //    email = "Enter the email address";
            //}

            ViewData["email"] = email.ToString();
            string userName = base.Request.Form["userName"];
            //ViewData["userName"] = userName;

            MothersHelpersSpecificList myMothersHelpersSpecificList = new MothersHelpersSpecificList();

            myMothersHelpersSpecificList = myGetStories.GetMothersHelpersTypeSpecific(Convert.ToInt16(userID));



            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            Story myStory = new Story();

            myStory.userName = userName;

            model = myGetLookups.GetMothersHelpersType();

            for (int i = 0; i < myMothersHelpersSpecificList.mothersHelpersSpecificLists.Count; i++)
            {
                var x = myMothersHelpersSpecificList.mothersHelpersSpecificLists[i].MothersHelpersType;


                foreach (SelectListItem s in model.items)
                {
                    if (s.Value == x)
                    {
                        s.Selected = true;
                    }
                }
            }


            ViewData["MothersHelpersTypeData"] = model.items;
            myStory.MothersHelpersTypeCombo    = model;



            return(View(myStory));
        }
        public ActionResult UpdateStory()
        {
            ViewBag.Message = "Your app description page.";
            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model = myGetLookups.GeLookupSpecificStoryDropdown();
            ViewData["jakataMasterData"] = model.items;



            return(View());
        }
        public ActionResult NewUser()
        {
            ViewBag.Message = "Your app description page.";
            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();
            GetStories    myGetStories = new GetStories();
            MothersHelpersSpecificList myMothersHelpersSpecificList = new MothersHelpersSpecificList();

            myMothersHelpersSpecificList = myGetStories.GetMothersHelpersTypeSpecific(0);
            Story myStory = new Story();

            model = myGetLookups.GetMothersHelpersType();
            myStory.MothersHelpersTypeCombo = model;

            return(View(myStory));
        }
        //public ActionResult SearchAPI()
        //{


        //    ViewBag.Message = "Your contact page.";

        //    return View();
        //}

        public ActionResult Search()
        {
            ViewBag.Message = "Your contact page.";
            ViewBag.Message = "Your app description page.";

            DropdownModel model        = new DropdownModel();
            DropdownModel model1       = new DropdownModel();
            DropdownModel modelAnimal  = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model = myGetLookups.GeLookupAnimal();

            ViewData["animalTypeData"] = model.items;

            Story myStory = new Story();

            myStory.animalCombo = model;

            //modelAnimal = model;

            model = myGetLookups.GeLookupMoral();
            ViewData["moralTypeData"] = model.items;

            model = myGetLookups.GeLookupStorySource();
            ViewData["storySourceData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();
            //ViewData["jakataMasterData"] = model.items;
            ViewData["jakataMasterData"] = model1.items;

            DropdownModel modelUserID = new DropdownModel();


            modelUserID = myGetLookups.GeLookupCatUsers(2);

            //model.items.Add

            ViewData["newReadersData"] = modelUserID.items;

            model = myGetLookups.GetStoryCategorytName();
            ViewData["StoryCategorytNameData"] = model.items;



            return(View(myStory));
        }
        public ActionResult User()
        {
            ViewBag.Message = "Your app description page.";

            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();


            model = myGetLookups.GeLookupCatUsers(0);
            //model.items.Add(new SelectListItem { Text = "Please Select ", Value = "0" });

            ViewData["newReadersData"] = model.items;



            return(View());
        }
        public ActionResult Index()
        {
            ViewBag.Title = "Home Page";


            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();


            model = myGetLookups.GeLookupCatUsers(0);
            //model.items.Add(new SelectListItem { Text = "Please Select ", Value = "0" });

            ViewData["newReadersData"] = model.items;


            return(View());
        }
Exemple #10
0
        public ActionResult Slideshow()
        {
            var Mode = "";


            try
            {
                Mode = Session["Mode"] as string;

                string mode = "";
                Session["Mode"] = mode;
            }
            catch (Exception ex)
            {
                Mode = "";
            }



            try
            {
                DropdownModel model         = new DropdownModel();
                GetLookups    myGetLookups1 = new GetLookups();

                model = myGetLookups1.GetCategory();
                ViewData["CategoryData"] = model.items;



                //response myresoonse = new response();

                //GetPartOfAlbum myGetPartOfAlbum = new GetPartOfAlbum();
                //myresoonse = myGetPartOfAlbum.GetAll(1);


                response items1 = new response();

                GetPartOfAlbum myGetLookups = new GetPartOfAlbum();

                if (Mode == "")
                {
                    items1 = myGetLookups.GetAll(1, 0);

                    for (int i = 0; i < model.items.Count(); i++)
                    {
                        //modelDish.items[i].Value

                        if (model.items[i].Value == "1")
                        {
                            model.items[i].Selected = true;
                        }
                    }

                    ViewData["Title"] = 0;
                }
                else
                {
                    string contentAll = Session["modeCategory"] as string;
                    int    iContent   = Convert.ToInt16(contentAll);
                    string themeAll   = Session["modeTheme"] as string;
                    int    iTheme     = Convert.ToInt16(themeAll);

                    items1 = myGetLookups.GetAll(iContent, iTheme);
                    //LogEntry("Slideshow modeCategory" + iContent);

                    for (int i = 0; i < model.items.Count(); i++)
                    {
                        //modelDish.items[i].Value

                        if (model.items[i].Value == contentAll)
                        {
                            model.items[i].Selected = true;
                        }
                    }
                }



                CategoryListall MyFavoritesModel = new CategoryListall();

                //var x = items1.data[0];
                MyFavoritesModel = items1.data[0] as CategoryListall;

                List <CategoryListall> myList = new List <CategoryListall>();
                CategoryListall        list   = new CategoryListall();

                // LogEntry("We found "+ MyFavoritesModel.categoryListsall.Count);//replace with something like Serilog

                for (int i = 0; i < MyFavoritesModel.categoryListsall.Count; i++)
                {
                    categoryall myanimalType = new categoryall();
                    myanimalType.RECEIPTNO = MyFavoritesModel.categoryListsall[i].RECEIPTNO;
                    myanimalType.Title     = MyFavoritesModel.categoryListsall[i].Title;
                    myanimalType.Comments  = MyFavoritesModel.categoryListsall[i].Comments;
                    myanimalType.Picture   = MyFavoritesModel.categoryListsall[i].Picture;
                    myanimalType.url       = MyFavoritesModel.categoryListsall[i].url;
                    list.categoryListsall.Add(myanimalType);
                }

                ViewData["MyFavortiesData"] = list;
                //LogEntry("calling view");
            }
            catch (Exception ex)
            {
                LogEntry(ex.ToString());//replace with something like Serilog
                throw;
            }

            DropdownModel modelContent = new DropdownModel();

            //modelDay.items.Add(new SelectListItem { Text = "Please Select", Value = "0" });

            string[] content = { "PDF", "Audio" };

            string content1 = "";


            for (int i = 0; i < content.Length; i++)
            {
                modelContent.items.Add(new SelectListItem {
                    Text = content[i], Value = content[i]
                });
            }

            //try
            //{
            //    content1 = Session["contentAll"] as string;
            //    LogEntry("contentAll !!!!"+content1);


            //}
            //catch (Exception ex)
            //{
            //    content1 = "";
            //}

            //for (int i = 0; i < modelContent.items.Count(); i++)
            //{

            //    //modelDish.items[i].Value

            //    string check = modelContent.items[i].Text;

            //    if (check == content1)
            //    {
            //        modelContent.items[i].Selected = true;
            //        LogEntry("Found !!!!");
            //    }

            //}


            //ViewData["contentAll"] = modelContent.items;

            GetLookups    myGetTheme = new GetLookups();
            DropdownModel modelTheme = new DropdownModel();

            modelTheme = myGetTheme.GetTheme();

            string modeTheme = "";

            try
            {
                modeTheme = Session["modeTheme"] as string;
            }
            catch (Exception ex)
            {
                modeTheme = "";
            }

            for (int i = 0; i < modelTheme.items.Count(); i++)
            {
                //modelDish.items[i].Value

                if (modelTheme.items[i].Value == modeTheme)
                {
                    modelTheme.items[i].Selected = true;
                }
            }

            ViewData["themeData"] = modelTheme.items;

            return(View());
        }
Exemple #11
0
        public ActionResult PdfResultsView(string all)
        {
            using (System.IO.MemoryStream memoryStream = new System.IO.MemoryStream())
            {
                Document document = new Document(PageSize.A4, 10, 10, 10, 10);

                PdfWriter writer = PdfWriter.GetInstance(document, memoryStream);
                document.Open();
                Story         modelStory = new Story();
                DropdownModel model      = new DropdownModel();

                //Create a single column table
                var t = new PdfPTable(1);

                //Tell it to fill the page horizontally
                t.WidthPercentage = 100;

                //Create a single cell
                var c = new PdfPCell();

                //Tell the cell to vertically align in the middle
                c.VerticalAlignment = Element.ALIGN_MIDDLE;

                //Tell the cell to fill the page vertically
                c.MinimumHeight = document.PageSize.Height - (document.BottomMargin + document.TopMargin);

                //Create a test paragraph
                //var p = new Paragraph("                    EBook Custom Favorite Recipes from whatscookingtreasures.com");
                //Add it a couple of times
                //c.AddElement(p);

                var imagePath1 = Server.MapPath("~/content/album.jpg");

                iTextSharp.text.Image pic1 = iTextSharp.text.Image.GetInstance(imagePath1);
                //pic1.BorderWidth = 0;
                pic1.BorderColor = Color.WHITE;

                c.AddElement(pic1);

                //Add the cell to the paragraph
                t.AddCell(c);

                //Add the table to the document
                document.Add(t);
                document.NewPage();



                string[] rowschosen = all.Split('|');
                int      length     = rowschosen.Length;

                for (int i = 0; i < length; i++)
                {
                    var        jatakaID     = Convert.ToInt16(rowschosen[i]);
                    GetLookups myGetLookups = new GetLookups();

                    modelStory = myGetLookups.GetSpecificStory(jatakaID);
                    var Stories = modelStory.Stories;

                    Paragraph para = new Paragraph(Stories);
                    para.Font = FontFactory.GetFont(FontFactory.HELVETICA, 14f);
                    document.Add(para);
                    if (i != length - 1)
                    {
                        document.NewPage();
                    }
                }



                document.Close();
                byte[] bytes = memoryStream.ToArray();
                memoryStream.Close();
                Response.Clear();
                Response.ContentType = "application/pdf";

                string pdfName = "User";
                Response.AddHeader("Content-Disposition", "attachment; filename=" + pdfName + ".pdf");
                Response.ContentType = "application/pdf";
                Response.Buffer      = true;
                Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
                Response.BinaryWrite(bytes);
                Response.End();
                Response.Close();
            }

            //using (MemoryStream ms = new MemoryStream())
            //using (Document document = new Document(PageSize.A4, 25, 25, 30, 30))
            //using (PdfWriter writer = PdfWriter.GetInstance(document, ms))
            //{
            //    document.Open();

            //    document.NewPage();


            //    //Create a single column table
            //    var t = new PdfPTable(1);

            //    //Tell it to fill the page horizontally
            //    t.WidthPercentage = 100;

            //    //Create a single cell
            //    var c = new PdfPCell();

            //    //Tell the cell to vertically align in the middle
            //    c.VerticalAlignment = Element.ALIGN_MIDDLE;

            //    //Tell the cell to fill the page vertically
            //    c.MinimumHeight = document.PageSize.Height - (document.BottomMargin + document.TopMargin);

            //    //Create a test paragraph
            //    //var p = new Paragraph("                    EBook Custom Favorite Recipes from whatscookingtreasures.com");
            //    //Add it a couple of times
            //    //c.AddElement(p);

            //    var imagePath1 = Server.MapPath("~/images/worldmap3.jpg");
            //    iTextSharp.text.Image pic1 = iTextSharp.text.Image.GetInstance(imagePath1);
            //    c.AddElement(pic1);

            //    //Add the cell to the paragraph
            //    t.AddCell(c);

            //    //Add the table to the document
            //    document.Add(t);

            //    var rows = all;

            //    rows = all.Trim();

            //    if (rows.EndsWith("|"))
            //    {
            //        rows = rows.Remove(rows.Length - 1, 1);
            //    }
            //    //ViewData["all"] = rows;
            //    Story modelStory = new Story();
            //    DropdownModel model = new DropdownModel();


            //    string[] rowschosen = rows.Split('|');
            //    int length = rowschosen.Length;

            //    for (int i = 0; i < length; i++)
            //    {
            //        var jatakaID = Convert.ToInt16(rowschosen[i]);
            //        GetLookups myGetLookups = new GetLookups();

            //        modelStory = myGetLookups.GetSpecificStory(jatakaID);
            //        var Stories = modelStory.Stories;

            //        document.NewPage();
            //        //define a bold font to be used
            //        Font boldFont = FontFactory.GetFont(FontFactory.HELVETICA_BOLD, 12);

            //        var phrase = new Phrase();
            //        phrase.Add(new Chunk(s.Title, boldFont));
            //        Paragraph paragraph1 = new Paragraph();

            //        paragraph1.Add(phrase);

            //        document.Add(paragraph1);

            //        PdfPTable table = new PdfPTable(2);
            //        table.DefaultCell.Border = iTextSharp.text.Rectangle.NO_BORDER;



            //        Paragraph paragraphBreak = new Paragraph();
            //        paragraphBreak.Add("   ");
            //        document.Add(paragraphBreak);
            //        //document.Add(paragraphBreak);



            //        string comments = Stories;
            //        //comments = HttpUtility.HtmlDecode(comments);

            //        if (comments.Length > 0)
            //        {
            //            StringWriter myWriter = new StringWriter();

            //            // Decode the encoded string.
            //            HttpUtility.HtmlDecode(comments, myWriter);
            //            comments = myWriter.ToString();

            //            MemoryStream memStream = new MemoryStream();
            //            TextReader xmlString = new StringReader(comments);
            //            byte[] byteArray = System.Text.Encoding.UTF8.GetBytes(comments);
            //            MemoryStream msComments = new MemoryStream(byteArray);
            //            XMLWorkerHelper.GetInstance().ParseXHtml(writer, document, msComments, System.Text.Encoding.UTF8);
            //        }

            //        document.Add(paragraphBreak);
            //        //document.Add(paragraphBreak);


            //            document.Add(table);
            //            //document.Add(new Paragraph(IngredHTML));
            //        }



            //    }

            //    document.Close();
            //    writer.Close();
            //    ms.Close();
            //    Response.ContentType = "pdf/application";
            //    Response.AddHeader("content-disposition", "attachment;filename=whatscookingtreasures_PDF_document.pdf");
            //    Response.OutputStream.Write(ms.GetBuffer(), 0, ms.GetBuffer().Length);
            //}

            //return View("PdfResultsView");
            return(View());
        }
        //[AcceptVerbs(HttpVerbs.Post)]



        public ActionResult SearchResults(String searchResults, string page, int userIdPost)
        {
            Story modelStory = new Story();
            Story myStory    = new Story();

            if (searchResults == "")
            {
                return(View(myStory));
            }
            ViewBag.Message = "Your app description page.";


            //page = "0";



            //if (page == "0")
            //{
            //    page = "1";
            //}
            //else
            //{
            //    int pagenum = Convert.ToInt16(page) * 10;
            //    page = pagenum.ToString();
            //}

            ViewData["currentPage"] = page;

            var rows = searchResults;

            rows = searchResults.Trim();

            if (rows.EndsWith("|"))
            {
                rows = rows.Remove(rows.Length - 1, 1);
            }
            ViewData["searchResults"] = rows;

            string[] rowschosen = rows.Split('|');
            string   choosen    = "";

            try
            {
                choosen = rowschosen[Convert.ToInt16(page) - 1];
            }
            catch (Exception ex)
            {
                choosen = rows;
            }

            //string choosen = rowschosen[Convert.ToInt16(page)];

            int    total1 = rowschosen.Count();
            string total  = total1.ToString();
            int    pages  = 0;

            try
            {
                pages             = total1;
                ViewData["total"] = pages;
            }
            catch
            {
                ViewData["total"] = 0;
            }

            int row = Convert.ToInt16(choosen);

            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            modelStory = myGetLookups.GetSpecificStory(row);

            var ID1 = modelStory.ID.ToString();

            ViewData["id"] = ID1;

            var JakataID       = modelStory.JakataID;
            var JakataIDString = modelStory.JakataID.ToString();

            ViewData["JakataID"] = JakataIDString;

            var Comments           = modelStory.Comments;
            var Moraltype          = modelStory.MoralType;
            var Stories            = modelStory.Stories;
            var StoryCategorytName = modelStory.StoryCategorytName;
            var Title = modelStory.Title;

            ViewData["comments"] = Comments;
            ViewData["Stories"]  = Stories;



            model = myGetLookups.GeLookupSpecificStoryDropdown();
            //DropdownModel model = new DropdownModel();
            model = myGetLookups.GeLookupAnimal();


            var AnimalType = modelStory.AnimalType;

            if (AnimalType != null)
            {
                AnimalType = AnimalType.Trim();

                if (AnimalType.EndsWith(","))
                {
                    AnimalType = AnimalType.Remove(AnimalType.Length - 1, 1);
                }

                string[] Animalchosen = AnimalType.Split(',');
                //model = new DropdownModel();

                model = myGetLookups.GeLookupAnimal();

                for (int i = 0; i < Animalchosen.Length; i++)
                {
                    var x = Animalchosen[i];


                    foreach (SelectListItem s in model.items)
                    {
                        if (s.Value == x)
                        {
                            s.Selected = true;
                        }
                    }
                }
            }



            ViewData["animalTypeData"] = model.items;

            //Story myStory = new Story();
            myStory.animalCombo = model;

            int userID = modelStory.UserID;



            //modelAnimal = model;
            DropdownModel modelMoral = new DropdownModel();

            modelMoral = myGetLookups.GeLookupMoral();


            var moral = Moraltype.ToString();

            foreach (SelectListItem s in modelMoral.items)
            {
                if (s.Value == moral)
                {
                    s.Selected = true;
                }
            }
            ViewData["moralTypeData"] = modelMoral.items;



            model = myGetLookups.GeLookupStorySource();
            ViewData["storySourceData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();

            var title = JakataID.ToString();

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == title)
                {
                    s.Selected = true;
                }
            }


            ViewData["jakataMasterData"] = model.items;


            // titles done
            model            = myGetLookups.GetStatus(1);
            ViewData["Done"] = model.items;
            myStory.done     = model;

            model               = myGetLookups.GetStatus(0);
            myStory.toDo        = model;
            ViewData["ToDo"]    = model.items;
            ViewData["myStory"] = myStory;
            myStory.Stories     = (string)ViewData["Stories"];

            model = myGetLookups.GeLookupCatUsers(2);
            myStory.ReadersCombo = model;

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == userID.ToString())
                {
                    s.Selected          = true;
                    modelStory.UserName = s.Text;
                    if (s.Value == "0")
                    {
                        modelStory.UserName = "";
                    }
                }
            }

            ViewData["userIdPost"] = userIdPost;

            GetLookups myYouTubeGetLookups = new GetLookups();


            model = myYouTubeGetLookups.GetYouTube(JakataID, userIdPost);
            myStory.youTubeCombo = model;

            GetStories myGetstories = new GetStories();

            //modelStory.StoryCategorytNameString =myGetstories.GetStoryCategoryNameByID(StoryCategorytName);
            modelStory.StoryCategorytNameString = myGetLookups.GetStoryCategoryNameByID(StoryCategorytName);


            return(View(modelStory));
        }
        /// <summary>
        ///
        /// </summary>
        /// <param name="row"></param>
        /// <returns></returns>
        public ActionResult Update(int row)
        {
            Story         myStory      = new Story();
            DropdownModel model        = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();
            Story         modelStory   = new Story();

            modelStory = myGetLookups.GetSpecificStory(row);

            var ID1 = modelStory.ID.ToString();

            ViewData["id"] = ID1;

            var JakataID       = modelStory.JakataID;
            var JakataIDString = modelStory.JakataID.ToString();

            ViewData["JakataID"] = JakataIDString;

            var Comments           = modelStory.Comments;
            var Moraltype          = modelStory.MoralType;
            var Stories            = modelStory.Stories;
            var StoryCategorytName = modelStory.StoryCategorytName;
            var Title = modelStory.Title;

            ViewData["comments"]      = Comments;
            ViewData["Stories"]       = Stories;
            ViewData["searchResults"] = row;



            model = myGetLookups.GeLookupSpecificStoryDropdown();
            //DropdownModel model = new DropdownModel();
            model = myGetLookups.GeLookupAnimal();


            var AnimalType = modelStory.AnimalType;

            AnimalType = AnimalType.Trim();

            if (AnimalType.EndsWith(","))
            {
                AnimalType = AnimalType.Remove(AnimalType.Length - 1, 1);
            }

            string[] Animalchosen = AnimalType.Split(',');
            //model = new DropdownModel();

            model = myGetLookups.GeLookupAnimal();

            for (int i = 0; i < Animalchosen.Length; i++)
            {
                var x = Animalchosen[i];


                foreach (SelectListItem s in model.items)
                {
                    if (s.Value == x)
                    {
                        s.Selected = true;
                    }
                }
            }



            ViewData["animalTypeData"] = model.items;


            myStory.animalCombo = model;

            GetLookups myYouTubeGetLookups = new GetLookups();

            model = myYouTubeGetLookups.GetYouTube(JakataID);
            //ViewData["youTubeData"] = model.items;
            myStory.youTubeCombo = model;



            //modelAnimal = model;
            DropdownModel modelMoral = new DropdownModel();

            //modelMoral = myGetLookups.GeLookupMoral();
            model = myGetLookups.GeLookupMoral();

            var moral = Moraltype.ToString();

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == moral)
                {
                    s.Selected = true;
                }
            }


            ViewData["moralTypeData1"] = model.items;



            model = myGetLookups.GeLookupStorySource();
            ViewData["storySourceData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();

            var title = JakataID.ToString();

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == title)
                {
                    s.Selected = true;
                }
            }


            ViewData["jakataMasterData"] = model.items;


            // titles done
            model            = myGetLookups.GetStatus(1);
            ViewData["Done"] = model.items;
            myStory.done     = model;

            model            = myGetLookups.GetStatus(0);
            myStory.toDo     = model;
            ViewData["ToDo"] = model.items;

            return(View(myStory));
        }
        public ActionResult Project(int row, int userID, string userName, string mode)
        {
            ViewBag.Title = "Project";
            Story myStory = new Story();

            myStory.userName   = userName;
            myStory.userID     = userID;
            ViewData["userID"] = userID;
            myStory.Mode       = mode;
            ViewData["Mode"]   = mode;

            DropdownModel model        = new DropdownModel();
            DropdownModel modelAnimal  = new DropdownModel();
            GetLookups    myGetLookups = new GetLookups();

            model          = myGetLookups.GeLookupPosted();
            myStory.Posted = model;
            myStory        = myGetLookups.GetReaderstory(row, userID);

            //var title = JakataID.ToString();

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == myStory.PostedString)
                {
                    s.Selected = true;
                }
            }



            ViewData["postedData"] = model.items;

            //ilustrators

            //model = myGetLookups.GeLookupCatUsers(1);
            model = myGetLookups.GeLookupCatUsers(1);

            if (mode == "edit")
            {
                var IllustrationType = myStory.Illustrations;

                IllustrationType = IllustrationType.Trim();

                if (IllustrationType.EndsWith(","))
                {
                    IllustrationType = IllustrationType.Remove(IllustrationType.Length - 1, 1);
                }

                string[] Illustrationchosen = IllustrationType.Split(',');
                //model = new DropdownModel();

                //model = myGetLookups.GeLookupAnimal();


                for (int i = 0; i < Illustrationchosen.Length; i++)
                {
                    var x = Illustrationchosen[i];


                    foreach (SelectListItem s in model.items)
                    {
                        if (s.Value == x)
                        {
                            s.Selected = true;
                        }
                    }
                }

                //ViewData["animalTypeData"] = model.items;

                myStory.IllustrationsCombo = model;
            }
            myStory.IllustrationsCombo = model;

            //ViewData["IllustrationsData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(2);
            myStory.ReadersCombo = model;
            //ViewData["ReadersData"] = model.items;
            //model = myGetLookups.GeLookupCatUsers(3);
            model = myGetLookups.GeLookupCatUsers(3);

            if (mode == "edit")
            {
                var MusicType = myStory.Music;

                MusicType = MusicType.Trim();

                if (MusicType.EndsWith(","))
                {
                    MusicType = MusicType.Remove(MusicType.Length - 1, 1);
                }

                string[] Musicchosen = MusicType.Split(',');
                //model = new DropdownModel();

                //model = myGetLookups.GeLookupAnimal();
                //model = myGetLookups.GeLookupCatUsers(3);

                for (int i = 0; i < Musicchosen.Length; i++)
                {
                    var x = Musicchosen[i];


                    foreach (SelectListItem s in model.items)
                    {
                        if (s.Value == x)
                        {
                            s.Selected = true;
                        }
                    }
                }

                //ViewData["animalTypeData"] = model.items;



                myStory.MusicCombo = model;
            }

            myStory.MusicCombo = model;
            //ViewData["MusicData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(4);
            if (mode == "edit")
            {
                myStory.DanceCombo = model;

                var DanceType = myStory.Dance;

                DanceType = DanceType.Trim();

                if (DanceType.EndsWith(","))
                {
                    DanceType = DanceType.Remove(DanceType.Length - 1, 1);
                }

                string[] Dancechosen = DanceType.Split(',');
                //model = new DropdownModel();

                //model = myGetLookups.GeLookupAnimal();
                //model = myGetLookups.GeLookupCatUsers(1);

                for (int i = 0; i < Dancechosen.Length; i++)
                {
                    var x = Dancechosen[i];


                    foreach (SelectListItem s in model.items)
                    {
                        if (s.Value == x)
                        {
                            s.Selected = true;
                        }
                    }
                }
            }
            //ViewData["animalTypeData"] = model.items;

            myStory.DanceCombo = model;



            //ViewData["DanceData"] = model.items;
            model = myGetLookups.GeLookupCatUsers(5);
            myStory.AdminCombo = model;
            //ViewData["AdminData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();
            ViewData["jakataMasterData"] = model.items;

            model = myGetLookups.GeLookupStorySource();
            ViewData["storySourceData"] = model.items;

            model = myGetLookups.GeLookupJakataMaster();


            Story modelStory = new Story();

            modelStory = myGetLookups.GetSpecificStory(row, "jakataID");

            var ID1 = modelStory.ID.ToString();

            ViewData["id"] = ID1;

            var JakataID       = modelStory.JakataID;
            var JakataIDString = modelStory.JakataID.ToString();

            ViewData["JakataID"] = JakataIDString;

            var title = JakataID.ToString();

            foreach (SelectListItem s in model.items)
            {
                if (s.Value == title)
                {
                    s.Selected          = true;
                    myStory.TitleString = s.Text;
                }
            }

            GetLookups myYouTubeGetLookups = new GetLookups();

            model = myYouTubeGetLookups.GetYouTube(JakataID, userID);
            //ViewData["youTubeData"] = model.items;
            myStory.youTubeCombo = model;



            ViewData["jakataMasterData"] = model.items;


            //myStory.Posted = "0";



            return(View(myStory));
        }