This is probably a little weird question.
In this example everytime button is clicked,counter is incremented
<%@ Page Language="C#" %>
<html>
<script runat="server">
void Page_Load(Object sender, EventArgs e)
{
lblCounter.Text = Counter.ToString()...
I want ot print a simple list of monetary value from $5 - $15 in increments of nickels, but using the code:
for ($j = 5; $j <= 15; $j += .05){
print "\$$j<p>";
}
prints out:
$5 $5.05 $5.1 $5.15 $5.2 $5.25 $5.3 $5.35 $5.4 $5.45 $5.5 $5.55 $5.6 $5.65 $5.7 $5.75 $5.8 $5.85 $5.9...
Hi. I have two combo boxes that have corresponding field values. Let's say my first combo box is "NAME" and the second combo box is PHONE NUMBER. If i select a name from the first combo box, how can I update the value in the phone number field of the second combo bux. Basically, I want...
Hi again, I'm having trouble on another part of the form now.
Recap- User enters a lastname into TextEntry textbox
Checkbox CheckM1 becomes checked if there is a date in TextEntry's field M1
If the user checks an unchecked box, TextEntry's DateField value should change to the...
How do I give a checkbox a checked image? I tried using code like "If (Condition) Then Me!Checkbx = False End If", but I get an error message about not being able to assign a value.
Thanks for any help.
hi.
I've made a projector and made a cd, and sent out many copies. Some people, particularly windows NT users have been telling me that the audio does NOT play at ALL when they load the projector.
so far, no mac users have had any problems..
please help!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.