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 .NET Project based Training in Chandigarh-Vachiravut School Website
Vachiravut School Website - Best .NET Project based Training in Chandigarh
Following coding has been done by Rajni, 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 Rajni
Her areas of interest are .NET Development for Desktop Apps, C++, Database Administration, PHP Scripting, Software Training, SQL Server Database, Web Designing, Web Development in ASP.NET, etc., She likes Programming , Drawing, . And this what she has to say about herself: Hey ! This is Rajni Bajaj from Mohali .I am pursuing my B.TECH in CSE from Rayat Institute of Engineering and Information Technology,Railmajra. . She has been trained at Hoven where she learnt to write serious, professional level code.
Synopsis
This Code Stores the data about the students who are newly admitted to the School and keeps their Record into DataBase .This form Consists of all details of students along with their Photograph .The database is maintained for the purpose of any Future references.it makes handling of large amount of Student data easily and efficiently as the risk of losing data is very less. it is a better way to keep Record of Students rather than using file based approach of maintaining database.it reduces the burden of handler to handle 100,s of files.........Thank you for vising. it will definitly helps you......
protected void lnkCreateAccount_Click1(object sender, EventArgs e)
{
if (!fuStudentPhoto.HasFile)
{
lblMessage.Text = "Please Upload a Picture";
return;
}
StringBuilder sbSubject = new StringBuilder();
foreach (ListItem li in cblSubject.Items)
{
if (li.Selected)
{
sbSubject.AppendFormat("{0};", li.Value);
}
}
Sqldatasource1.InsertParameters["Subject"].DefaultValue = sbSubject.ToString();
int i = Sqldatasource1.Insert();
if (i <= 0)
{
lblMessage.Text = "Student Already Registerd";
return;
}
else
{
fuStudentPhoto.SaveAs(Server.MapPath(@"~/Images") + txtFatherID.Text);
lblMessage.Text = "Registration Done !";
}
txtFatherID.Text = "";
txtStudentName.Text = "";
txtRollNo.Text = "";
ddlClass.SelectedIndex = 0;
rblStudentMedium.SelectedIndex = 0;
cbNation.Checked = false;
foreach (ListItem li in cblSubject.Items)
{
li.Selected = false;
}
}
User Reviews
Best .NET Project based Training in Chandigarh-Vachiravut School Website Reviewed by Harleen on. Strongly Recommended for Android, PHP, Core JAVA, WPF. Rating: 4.92. Hoven'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.
I got one more new hobby of programming. Before doing .net, programming was like a dream for me but now after learning it, I am finding it very interesting and am seriously thinking of doing some more projects on it.