Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
87% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
0 Endorsements
Ranked #2K
~36.0K People Reached
Favorite Tags

30 Posted Topics

Member Avatar for yadao200011

the selector that you are using to calculate the sum should be. $("tbody tr").each(function() { // Search for the cell with the dollar value }); The above code will allow you to traverse through all rows.

Member Avatar for k99rs
0
1K
Member Avatar for anneseo08
Member Avatar for k99rs

Hi guys, I am stuck on my code. I am creating Repeater control dynamically. For some reason i cant really get it to work, Maybe someone can tell where i am going wrong. I have one class name "MultipleSelectCategoryRepeaterTemplate" this class will create the repeater Header, Item and Footer dynamic. …

Member Avatar for Michael_9
0
581
Member Avatar for ppohlmann

Instead of returning all the fields of the table you are querying, only return the fields you are interested in.

Member Avatar for ppohlmann
0
380
Member Avatar for Tanner_1

Move this line of code at the end of your while loop. number = console.nextInt(); // call this once!

Member Avatar for JamesCherrill
0
196
Member Avatar for k99rs

Hi, I am trying to import the package com.google.android.gms.gcm.GoogleCloudMessaging into my project. I get an error saying the cannot resolve symbol. Can you please help me. Thanks in advanced.

Member Avatar for k99rs
0
210
Member Avatar for cgeier
Member Avatar for aplee

Why do you need for loop? Is 'lbCorrectAnswerCount' a label? Why can't you use your code as below? Dim score As Integer = 0 If RbAnswers1.SelectedValue = "A" Then score = score + 1 End If If RbAnswers2.SelectedValue = "A" Then score = score + 1 End If lbCorrectAnswerCount.Text = …

Member Avatar for k99rs
0
209
Member Avatar for stokie-rich
Member Avatar for k99rs

Can anyone point me to tutorials for creating windows services in vb .net? Thanks in advance.

Member Avatar for Reverend Jim
-1
91
Member Avatar for chocolatte.lavista_1

Do you have this in your code.. require_once('calendar/classes/tc_calendar.php'); You need to insert the class for the Calender before using it. You can look at this site for more information about how to use the calendar http://www.triconsole.com/php/calendar_datepicker.php

Member Avatar for diafol
0
480
Member Avatar for stokie-rich

You are getting that error because $a is not declared. Uncomment line 8 on your config.php and see what happens.

Member Avatar for pritaeas
0
397
Member Avatar for kbhat.97
Member Avatar for egsonas

Can you try the follow css for your ul li childrens and see if it helps. list-style-type:none;

Member Avatar for Faith_2
1
299
Member Avatar for k99rs

I have PHP scripts inside my HTMl file. I am using Apache. I created a .htaccess file and place it in my root directory of the application with the following as its contents AddType application/x-httpd-php .php .html .htm I want to allow the server to execute the PHP scripts inside …

Member Avatar for nturup
0
310
Member Avatar for CrankyMero

You call javacript function by using this line of code System.Web.UI.ScriptManager.RegisterClientScriptBlock(Page, typeof(Page), "nameOfKey", "yourFunctionName()", true);

Member Avatar for k99rs
0
202
Member Avatar for Falcon760

Since your using the post method for your form.. In your adding.php file. you can get the values of the elements by using $_POST['nameOfYourElement'] Since your checkbox is an array.. you just need to used the following code and it will get the array of checkbox. $_POST['checkbox'] Now you can …

Member Avatar for k99rs
0
252
Member Avatar for Bensirpent07

You can change you margin of li.abouttext2 to margin: 0px 400px 0px 0px; and it should show the two button at the center of the page. Try that and see if it works

Member Avatar for k99rs
0
256
Member Avatar for Mohamed_26

Your if statement is not going to work.. You need to execute your Select statement. After you execute that select statement you can try to fetch data from the result set. You can read more about Fetch [here](http://www.php.net/manual/en/mysqli-stmt.fetch.php) $Query = "SELECT NameOfTheDVD`, `Qty` FROM `basket` WHERE `NameOfTheDVD` = ?"; $stmt …

Member Avatar for Mohamed_26
0
2K
Member Avatar for haider885

Struct does not allow cout Statements. You can read more about it here. http://www.learncpp.com/cpp-tutorial/47-structs/ Your code is also missing the tchar.h library.

Member Avatar for k99rs
0
347
Member Avatar for k99rs

I have an application that where i have a an Asp textBox and i added TextBoxWatermarkExtender to it. <asp:TextBox ID="txtCellNo" runat="Server" /><br /> <ajax:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender4" BehaviorID="CellNoBehavior" TargetControlID="txtCellNo" runat="server" WatermarkText="Cell No."> </ajax:TextBoxWatermarkExtender> Because i have the page constantly postpage the TextBoxWatermarkExtender Blinds everytime it does a Postback. So i added this …

0
80
Member Avatar for manel1989

Here is another way you can concatenate the string and int together. // must include sstream library (#include <sstream>) int m = 21; stringstream joinedString; joinedString << "I am " <<m<<" years old."; string result = joinedString.str();

Member Avatar for Ketsuekiame
0
211
Member Avatar for techyworld

ok. now place both divs (subhead and header) in a single div. such as to have: <div> <div id="header"> </div> <div id="subhead"> </div> </div> This here should work.

Member Avatar for k99rs
0
377
Member Avatar for charles.dupree.37

The reason why you keep getting zero is because the person_data object inside the PEmployee class is never initialize. You need to initialize the variables of the person_data object which are "age" and "name". Then you can use the object person_data to call the respective function to get the values …

Member Avatar for David W
0
656
Member Avatar for best4earn

Am guessing for all does tables that they are different users. All users have the same information such as name, username, password, privilege, email, etc. The privilege column is where you are going to state what type of user he\she is, such admin, franchisor, distributor, seller or purchaser. In your …

Member Avatar for kevinyu
0
331
Member Avatar for gobiking
Member Avatar for gobiking
0
246
Member Avatar for yassink

Yes, its better. I see u have "char s" as a parameter. What the reason for the parameter?

Member Avatar for RonalBertogi
0
320
Member Avatar for ilian.bonov

Just initialize it in a loop. In the constructor you are declaring a new local variable for the constructor named sales. It will also be a good idea of having all your variables for the class being private instead of public. for(int i =0 ; i < QUARTERS; i++) { …

Member Avatar for ilian.bonov
0
140
Member Avatar for yankeetooter7

ok... i have come up with a solution to your problem. Here in this code it allow the user to enter their password the password entered must have an alphanumeric character and no spaces allowed string password; // stores the password the user enters bool pwdNotAlpha; // stores true if …

Member Avatar for yankeetooter7
0
208
Member Avatar for tudor.laze

You can also convert integer to double by using the below statements Integer i = 23; Double num = (Double)i;

Member Avatar for JamesCherrill
0
4K

The End.