Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release SystemBest Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release System
Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release System
Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release System
Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release System

Movie Release System - Best Training in Live Projects in JAVA in Chandigarh, Mohali

Following coding has been done by Amandeep Kaur, who has received training from our company. We are very particular about minute things like naming conventions, proper releasing of heap allocated handles and memory, and also about the use of OOPS programming constructs like enums, const, static qualifiers. Our trainees exhibit all these features in their code. A high quality code always keeps a developer ahead of others. We can cite hundreds of instances where students trained by us have received appreciation letters from their employers. This is possible because of the overall development of a trainee not as a coder but also as a skilled organiser. You too can join us and benefit from our training methodology.

About Amandeep Kaur

Amandeep KaurHer areas of interest are .NET Development for Desktop Apps, PHP Scripting, Software Training, SQL Server Database, Web Designing, Web Development in ASP.NET, Website Administration, etc., She likes Listening Music, Programming.. And this what she has to say about herself: MySelf Amandeep Kaur Doing Btech from rayat college.i have interest in Html, php, web designing and asp .net..

Synopsis

In this project we have given the whole movie information like which movie will release in which theater on what date. Here we are heaving two tables one from where we get the name of the cities and the other is where we have to store the id, movie name, ReleaseDate, ReleaseInTheaters. here movie is entered manually and we use dropdownlist in which city name is shown in the front end and there corresponding theaters are tored in the table.we use custom validator which is useful for the server side validation.nd one more interesting thing ie. validation summery is also used in this project which shows all the error messages together.

Language

C# with Desktop

Database

Microsoft SQL Server

IDE

Microsoft Visual Web Developer Express

Video on this Code

Framework Classes

TextBox, RequiredFieldValidator, Calendar, CustomValidator, DropDownList, RequiredFieldValidator, LinkButton,ValidationSummary, Label,SqlConnection, SqlDataAdapter , DataSet, EventArgs

Code Sample

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;

namespace MovieInfoForm
{
    public partial class Default : System.Web.UI.Page
    {
        private DataSet GetTheaters()
        {
            using (SqlConnection con = new SqlConnection(CConstants.ConnString))
            {
                con.Open();
                using (SqlDataAdapter da =
                    new SqlDataAdapter("SELECT City, theaterNames FROM tblMovies ", con))
                {
                    DataSet ds = new DataSet();
                    da.Fill(ds);
                    return ds;
                }

            }
        }
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                DataSet ds = GetTheaters();
                ddlTheaters.DataSource = ds;
                ddlTheaters.DataTextField = "City";
                ddlTheaters.DataValueField = "theaterNames";
                ddlTheaters.DataBind();
            }
        }

        protected void cvReleaseDate_(object source, ServerValidateEventArgs args)
        {

        }

        protected void cvReleaseDate_ServerValidate(object source, ServerValidateEventArgs args)
        {
            args.IsValid = CalReleaseDate.SelectedDate > DateTime.Now;
        }

        protected void lnkButton_Click(object sender, EventArgs e)
        {
            lblMessage.Text = "";
            if (Page.IsValid)
            {
                String strINSERTQuery = String.Format(
                    " INSERT INTO tblTheaters(MovieName,ReleaseDate,ReleaseInTheaters) " +
                    " VALUES ('{0}', '{1:dd-MMM-yyyy}','{2}')",
                    txtMovieNames.Text,
                    CalReleaseDate.SelectedDate,
                    ddlTheaters.SelectedValue
                    );
                using (SqlConnection con = new SqlConnection(CConstants.ConnString))
                {
                    con.Open();
                    using (SqlCommand cmd = con.CreateCommand())
                    {
                        cmd.CommandText = strINSERTQuery;
                        try
                        {
                            cmd.ExecuteNonQuery();
                            lblMessage.Text = "Saved !";
                        }
                        catch (System.Exception ex)
                        {
                            lblMessage.Text = "Failed:" + ex.Message;
                            return;
                        }
                    }
                }

            }
        }
    }
}

User Reviews

Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release System Reviewed by Akash Deep on. Strongly Recommended for Industrial Training. Rating: 4.92. ASP.NET was a really solid course. As someone who needs to immediately apply ASP.NET principles to real-world problems, I was very pleased that the ASP.NET course covered the material that is most relevant to me - all in one capsule form. The SyBook based training strategy rocks ! At Hoven they donot follow the out-dated PPT or chalk-board training. It is coding, coding and coding.
Akash Deep
.NET Developer

Useful Links

Six Month Industrial Training - Saving Time | Six Month Industrial Training - Syllabus | Six Month Industrial Training - Types | Six Month Industrial Training in DOTNET in Chandigarh | Six Month Industrial Training in JAVA in Chandigarh | Free Six Month Industrial Training in Chandigarh | Six Month Industrial Training in Chandigarh | .NET Training in Chandigarh | Companies Providing 6 Months Industrial Training in Chandigarh | Training for 6 Months in Chandigarh | Java Company in Chandigarh | Best Institute for Java in Chandigarh | Java Training in Chandigarh | Industrial Training in JAVA in Chandigarh | Industrial Training in Android in Chandigarh | PHP Training in Chandigarh | Six Month Industrial Training in PHP in Chandigarh | Six Months Industrial Training in PHP in Chandigarh | Industrial Training in PHP | Best PHP Training in Chandigarh | PHP Training Chandigarh | PHP Training in Chandigarh Mohali | Industrial Training in Chandigarh for 6 Months | Industrial Training in Chandigarh for Six Months | Industrial Training in Chandigarh for Six Months, Six Weeks | Industrial Training | Industrial Training in Chandigarh in MNCs | Summer Training Chandigarh | 6 Months Industrial Training in Chandigarh for Free | 6 Weeks Industrial Training in Chandigarh | 6 Month Industrial Training in Chandigarh | Industrial Training in Chandigarh IT Park | Industrial Training in Chandigarh | Free Industrial Training for MCA in Chandigarh | Six Week C++ Training by Professionals in Kharar | Hoven's Youtube Channel
Average Attendee Evaluation*
5 Stars:
 
72%
4 Stars:
 
26%
3 Stars:
 
2%
2 Stars:
 
0%
1 Star:
 
0%

I am Hoven Trained

Best Training in Live Projects in JAVA in Chandigarh, Mohali-Movie Release SystemHoven's trainers are experts in the fields in which they teach - you benefit from their extensive, real world knowledge and expertise. The trainers are knowledgeable. They know the hurdles we face and our mind-set, so they know in advance the approaches we are likely to take and what mistakes we are likely to make. Hoven is indispensible for a fresher.
Sham Sunder
.NET Reporter
*Last one year
Hoven's Video Tutorials
Using NetBeans with MySQL

>> More Video Tutorials by Hoven

Find us on Google+