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
Best Project Based Dotnet Training in Mohali-Cricket Registration
Cricket Registration - Best Project Based Dotnet Training in 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
Her 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
This form is specially designed for registration of cricket players in any cricket academy.In this form there are too many options like uique Email ID, name of the player,address of the player and mobile phone number of the player, hobbies of the players,speciality of the player like batting, bowling or wicketkeeping.Players also differentiate on the basis of cricket format like 50-50,20-20 or test cricket.The option of the unique uploading photo is avaliable.The data is automatically saved in the database.This is the perfect form for the collection of the personal data and store the data for lifelong and call the older player at any time to play a match.
protected void lnkButton_Click(object sender, EventArgs e)
{
if (!fuPhoto.HasFile)
{
lblMessage.Text = "Please upload a picture ";
return;
}
StringBuilder sbOtherGames = new StringBuilder();
foreach (ListItem li in chlOther.Items)
{
if (li.Selected)
{
sbOtherGames.AppendFormat("{0};", li.Value);
}
}
SqdCricket.InsertParameters["playOtherGames"].DefaultValue = sbOtherGames.ToString();
int i = SqdCricket.Insert();
if (i <= 0)
{
lblMessage.Text = "user already exist";
return;
}
else
{
fuPhoto.SaveAs(Server.MapPath(@"~/Images/") + txtEMail.Text);
lblMessage.Text = "user Created !";
}
txtEMail.Text = "";
txtName.Text = "";
txtAddress.Text = "";
ddlSpecialised.SelectedIndex = 0;
chkIPL.Checked = false;
foreach (ListItem li in chlOther.Items)
{
li.Selected = false;
}
}
User Reviews
Best Project Based Dotnet Training in Mohali-Cricket Registration Reviewed by Ashish Maurya on. Strongly Recommended for JAVA, PHP and .NET. Rating: 4.94. I now have the confidence to build a great website with ASP.NET web services ! The best thing I appreciate is the use of web services DAL throughout the project, in every module, and the testing I witnessed. Each scenario was practiced too many times, I now plan to come back for advanced .NET course at Hoven. Another thing, the whole course is conducted in the lab with laptops, no boring chalk and board or PPT lectures.
I am very thankful to Hoven Software Mohali, who have given me a great and proper knowledge about asp.net. This is my actual experience. I like the way of teaching. Before that I was like a white paper in programming point of view. But now I can say I have confidence and knowledge to develop a software in asp.net.