Live Projects Training in PHP,CMS Systems-Gurudwara Management SystemLive Projects Training in PHP,CMS Systems-Gurudwara Management System
Live Projects Training in PHP,CMS Systems-Gurudwara Management System
Live Projects Training in PHP,CMS Systems-Gurudwara Management System
Live Projects Training in PHP,CMS Systems-Gurudwara Management System

Gurudwara Management System - Live Projects Training in PHP,CMS Systems

Following coding has been done by Inderjeet 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 Inderjeet Kaur

Inderjeet KaurHer areas of interest are .NET Development for Desktop Apps, C++, JAVA Web Development, SQL Server Database, Web Development in ASP.NET, etc., She likes programming, gaming, development, Internet. And this what she has to say about herself: . She has been trained at Hoven where she learnt to write serious, professional level code.

Synopsis

My project is about handeling the employees in the gurudwaras. It uses a database at the back end to store the employee information as well as thier work profile. This will help gurudwara management to create a ordered and sequential arrangement of the employees. It is a very convinient way to store information. Every time a new employee is added the Gurudwara personnel will enter the employee information and assign him a work slot.

Language

C# with Desktop

Database

Microsoft SQL Server

IDE

Microsoft Visual Web Developer Express

Video on this Code

Framework Classes

TextBox,RequiredFieldValidator,RegularExpressionValidator,CheckBox,RadioButtonList,DropDownList,RangeValidator,CheckBoxList,FileUpload,LinkButton,Label

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;
using System.Text;


namespace GurudwaraProject
{
    public partial class Default : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }

        protected void lnkCreateUser_Click(object sender, EventArgs e)
        {
            if (!fuPhoto.HasFile)
            {
                lblMessage.Text = "Please upload a Picture";
                return;
            }
            StringBuilder sbHobbies = new StringBuilder();
            foreach (ListItem li in chklHobbies.Items)
            {
                if (li.Selected)
                {
                    sbHobbies.AppendFormat("{0};", li.Value);
                }
            }
            sqdCreateUser.InsertParameters["employeeHobbies"].DefaultValue = sbHobbies.ToString();
            int i = sqdCreateUser.Insert();
            if (i <= 0)
            {
                lblMessage.Text = "User Already exists";
                return;
            }
            else
            {
                fuPhoto.SaveAs(Server.MapPath(@"~/Images/") + txtEmpID.Text);
                lblMessage.Text = "User Created !";
            }
            txtEmpID.Text = "";
            txtEmpName.Text = "";
            txtEmpPhone.Text = "";
            txtEmpAddress.Text = "";
            ddlAge.SelectedIndex = 0;
            chkKnowledge.Checked = false;
            foreach (ListItem li in chklHobbies.Items)
            {
                li.Selected = false;
            }
        }
    }
}

User Reviews

Live Projects Training in PHP,CMS Systems-Gurudwara Management System Reviewed by Narinder Singh on. Best Trainers in Chandigarh. Rating: 4.91. The training approach at Hoven from very beginning has always been focused at strengthening the programming fundamentals with ample amount of systematic and well thought out practical implementation for clear and easy understanding of the basic concepts. This is a very very critical and crucial thing for any student/person aspiring to pursue a career in IT industry.
Narinder Singh, .NET Developer,
Indigene, Bangalore

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

Live Projects Training in PHP,CMS Systems-Gurudwara Management SystemBefore doing Asp.net I was thinking that programming is not my cup of tea... but after joining Hoven .. I got to know that I can do programming...I had great experiece in website development n thinking of gaining more knowledge in asp.net by doing more projects.
Heena Arora,
ASP.NET Developer
*Last one year
Hoven's Video Tutorials
Using NetBeans with MySQL

>> More Video Tutorials by Hoven

Find us on Google+