Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~4K People Reached
Member Avatar for asrsmunna

Hi..! i have 2 files in a folder "form.php" "thankyou.php" after filling the form, user ir redirected to thankyou, but, if we click browser's BackTo button, the filled details are remaining in the fields. How to reset the form when clicking "Back". This code i tried.... but no use <!-- …

Member Avatar for spectra
0
119
Member Avatar for Farhad.idrees

guys i have for buttons in html form...edit, back, submit, reset but the problem is how to go back to previous page....i m performing this using onlick event but not working... my code is.... <form method="post" action="" enctype="" name="Qform" onsubmit="return validateForm(this); "> <div class="centerform" > <div id="divbox"> <label id="label">Name : …

Member Avatar for Farhad.idrees
0
155
Member Avatar for gahhon

protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { conOOC.Open(); SqlDataAdapter adptDDL = new SqlDataAdapter("SELECT ProgrammeCode, StaffID FROM Programme, Staff", conOOC); DataTable dtDDL = new DataTable(); adptDDL.Fill(dtDDL); ddlProgramme.DataSource = dtDDL; ddlProgramme.DataTextField = "ProgrammeCode"; ddlProgramme.DataValueField = "ProgrammeCode"; ddlProgramme.DataBind(); ddlStaff.DataSource = dtDDL; ddlStaff.DataTextField = "StaffID"; ddlStaff.DataValueField = "StaffID"; ddlStaff.DataBind(); conOOC.Close(); if …

Member Avatar for spectra
0
2K
Member Avatar for preeti.anand.351

i m working in job poratl ,i want to show jobseeker resume content in jobseeker profile .how shall i find out this problem please someone solve my problem give me any solution

Member Avatar for spectra
0
170
Member Avatar for swathys

hi, my project involving ASP.net & i write a code uisng VB.net. i have design few checkbox in ASP.net and would like to write class function in class file. can anyone guide me how to create and call the function from the class to the page. i have create a …

Member Avatar for spectra
0
203
Member Avatar for preeti.anand.351

i m working in job portal ,i want to add progress bar percentage increase with updation of jobseeker profile .please any give me any solution fo this problem

Member Avatar for JorgeM
0
227
Member Avatar for HunainHafeez

i want to grab "DataValueField" of dropdownBox and want to use it in INSERT statement , so how ? i have already filled my Dropdownbox in grid view now want to get DataValueField and using it in insert statement , how ?

Member Avatar for JorgeM
0
206
Member Avatar for eharrell

Hi all, I'm not sure if this is the appropriate place to ask for assistance with a homework problem - Programming Logic and Design - using Raptor and pseudocode? I'm not asking for anyone to do my homework for me, I just don't understand how to set up part of …

Member Avatar for Reverend Jim
0
318
Member Avatar for spectra

Hi, this is good surce of FREE university course on Computer Networks topic, which starts in January, so you have time to sign up: https://www.coursera.org/course/comnetworks By that time, as there are also many of other great courses, you might to check them up, too. PS. This topic should go under …

Member Avatar for <M/>
1
46
Member Avatar for AmrMohammed

Greetings, I'm developing an HRM application and such application including functionality like hiring decision, moving decision "for example, moving an employee from a department to another" etc. All such types of decisions done throgh the same Windows Form and each type of decision has a different data from the other …

Member Avatar for spectra
0
119
Member Avatar for miskeen

Hi, Is there any possible way to unselect a number of radiobuttons grouped in the same groupname? Thank you

Member Avatar for spectra
0
888