Click here to Skip to main content
15,881,709 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Can't Load Date Control Error Pin
kKamel1-Sep-09 0:12
kKamel1-Sep-09 0:12 
QuestionInterfacing Action Script with VB 6.0 Pin
b2cc29-Aug-09 7:02
b2cc29-Aug-09 7:02 
QuestionSetups for windows or web Application Pin
lavankumar28-Aug-09 23:30
lavankumar28-Aug-09 23:30 
AnswerRe: Setups for windows or web Application Pin
Arindam Sinha29-Aug-09 1:36
Arindam Sinha29-Aug-09 1:36 
AnswerRe: Setups for windows or web Application Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:48
professionalVimalsoft(Pty) Ltd1-Sep-09 2:48 
QuestionLoading headers of a website using IFRAME / Object tag Pin
Mrugendra Bhure28-Aug-09 22:52
Mrugendra Bhure28-Aug-09 22:52 
Questioncheck box checked value semi true Pin
kKamel27-Aug-09 21:09
kKamel27-Aug-09 21:09 
QuestionHelp in JQuery for looping in a gridview Pin
www.Developerof.NET27-Aug-09 20:41
www.Developerof.NET27-Aug-09 20:41 
Hi all,

I am using ASP.NET 2.0.I have a gridview which has 5-6 columns and two template columns, one containing a dropdownlist and other containing a textbox.The grid also contains three columns viz Itemcode, BatchNo and LOtNo, all three combine to form the primary key of the table.Now on a button click which is outside the grid ,i need to check that the Sum of all the distinct items irrespective of batch, lot be same

Actually I have two problems:

1.I used the following code for looping through the grid:

$('#Item_Details tr').each(function() {
if (!this.rowIndex) return;
    var packsize = $(this).find("td").eq(3).html();  
    var ddl_id=$(this).find(':input[type=select]').attr('id');
    var textid_id=$(this).find(':input[type=text]').attr('id');


here i am able to get the textbox id but ddl id always returns undefined !!!!


2. Whats the best method with which i can group the items and find the sum using jQuery???


Any help would be appreciated....

When you fail to plan, you are planning to fail.

AnswerRe: Help in JQuery for looping in a gridview Pin
ajian.dong29-Aug-09 23:01
ajian.dong29-Aug-09 23:01 
QuestionAffiliate API Pin
pokchumotu27-Aug-09 0:05
pokchumotu27-Aug-09 0:05 
QuestionASP Pin
rajiv_kadam25-Aug-09 23:04
rajiv_kadam25-Aug-09 23:04 
AnswerRe: ASP Pin
Not Active26-Aug-09 2:18
mentorNot Active26-Aug-09 2:18 
JokeRe: ASP Pin
Arun Jacob27-Aug-09 1:08
Arun Jacob27-Aug-09 1:08 
AnswerRe: ASP Pin
Jeremy Likness27-Aug-09 6:26
professionalJeremy Likness27-Aug-09 6:26 
Questionasp Pin
rajiv_kadam25-Aug-09 21:40
rajiv_kadam25-Aug-09 21:40 
AnswerRe: asp Pin
Marc Firth25-Aug-09 22:20
Marc Firth25-Aug-09 22:20 
AnswerRe: asp Pin
Marc Firth25-Aug-09 22:21
Marc Firth25-Aug-09 22:21 
QuestionNuSOAP setHeaders problem Pin
Jorge Cañón25-Aug-09 10:59
Jorge Cañón25-Aug-09 10:59 
Questionpicture not shown in runtime (.net) Pin
m.samar25-Aug-09 2:15
m.samar25-Aug-09 2:15 
QuestionRe: picture not shown in runtime (.net) Pin
ali_reza_zareian25-Aug-09 20:37
ali_reza_zareian25-Aug-09 20:37 
AnswerRe: picture not shown in runtime (.net) Pin
m.samar25-Aug-09 23:33
m.samar25-Aug-09 23:33 
QuestionRe: picture not shown in runtime (.net) Pin
Adam Maras27-Aug-09 23:22
Adam Maras27-Aug-09 23:22 
AnswerRe: picture not shown in runtime (.net) Pin
m.samar28-Aug-09 17:55
m.samar28-Aug-09 17:55 
QuestionHow to get printer status and print MS word document using javascript? Pin
Gokul Raja198724-Aug-09 6:03
Gokul Raja198724-Aug-09 6:03 
AnswerRe: How to get printer status and print MS word document using javascript? Pin
sunfruit25-Nov-10 20:50
sunfruit25-Nov-10 20:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.