Next .NET Training is Starting from Feb 27, 2013, Book your Seat, Call Now! 9988011975. * Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next PHP Training is Starting from Mar 2, 2013, Book your Seat, Call Now! 9988011975. * Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next C/C++ Training is Starting from Mar 7, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Core JAVA Course is Starting from Mar 10, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Android Course is Starting from Mar 12, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Next Advanced JAVA Course is Starting from Mar 15, 2013, Book your Seat, Call Now! 9988011975.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
All Trainings are Live Project Based. Video Lectures + SyBooks are provided with each Course.* Corporate Trainings * Six Month/Six Week Industrial Training for Students
Best Institute Java Chandigarh | Best Institute PHP in Chandigarh | Best Institute .NET in Chandigarh
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
Her 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.
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.
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.
Before 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.