Hi,
I have a html table that has its rows dynamically created. My first column contains radio buttons. I want to get the row for which the radio button is selected.
Spooky
User Profile
Collapse
-
Hi,
Thanks for the reply but will this be dynamic, I have a text field for interest so the values the user enters must be within 99.99. how do i implement the expression you have given. i went through the site link you gave and the live example in it. there it was not dynamic implementation ... i hope you can understand. I have seen sites where when i enter my date of birth the '-' comes in between by itself thus avoiding some level... -
Hi,
Am not that good in javascript. Can you sho me how it can be done using the reg expression....Leave a comment:
-
How do i format a text box to hold float numbers in format 12.12
Hi,
I have a text box that holds floating numbers how do i format it so that the user will not be able to enter values greater than 99.99.
I want to insert a '.' when the length of the textbox is 2.
i tried to do it this way but while clearing the text using back space button it showed problems
//struts text field//
html:text styleId="txtId" property="txt"... -
How do i return a value when executing a query using the prepare statement
Hi,
How do i return a value while using a prepare- execute().
when execute is executed the value is displayed but can i pass that selected value to a variable. -
Hi,
This query is passed as a String , after replacing the variables within the it with true values I have to execute the same...
How do i get about this?Leave a comment:
-
replacing a variable name within a string with a value
Hi,
Select d_disb_amt from t_loan_disburse ment where n_loanacc_no = $LoanAccountNo$ and n_disb_no =$DisbNo$ ;
How do i replace the values within the '$ $' with a value, ie I want to convert it to
Select d_disb_amt from t_loan_disburse ment where n_loanacc_no = 640 and n_disb_no =1 ; -
hi
thanks for the reply but wont that query restrict fetching datas to only 01 and 02 ... the menu ids can b anything like 01,02,03.. 11,12
Regards
AnilLeave a comment:
-
how do i display a record that has a coulumn value as 01 or 02..
Hi
I want to display records that have a column say menu_id like 01 or 02...
Regards
spooky -
How do i create war files manually
Hi,
Can anyone tell me how to create war files manually so that i can prevent my source code from being viewed
Regards
spooky -
Hi
Thanks for replying... Am getting this date from the excel sheet using poi api. it returns date values in this format. Yes I have plenty dates all in the same format. I tried splitting it but it does'nt work .
Regards
AnilLeave a comment:
-
Need to convert String to date(yyyy-mm-dd)
Hi,
I want to convert the string Sat Oct 25 00:00:00 GMT+05:30 2008 into yyyy-mm--dd fornat .
Can any one show me how.
Regards
Anil -
Is it possible to pass values from two javascript classes
Hi,
Is it possible to pass values two values between two javascript files if possible how? -
How can I give trigger privileges in MySQL?
Hi,
How do i set the privilege for the trigger.. am using mysql in my home pc how do i set this can anyone help... -
Is this code correct.. triggers
Hi,
[CODE=mysql]create trigger insert_test
after sysdate() > 16:9
begin
insert into test_one values(2,'Kal') ;
end[/CODE]Leave a comment:
-
Hi,
Thanks for the reply but could you tell how to schedule it to 12:00...
can you show me a sampleLeave a comment:
-
Can anyone tell me how to write a trigger
Hi,
I want a trigger than runs once the system date becomes say 12:00 in the noon ..
Can anyone pass me the code
Regards
spooky -
I want to call the Microsoft Excel Sheet in my page
Hi,
I want to call Micros.. Excelsheet in my web page how do i do it..
I need the code urgently can anyone sent me those codes....
Regards
Anil -
Hi,
Thank you for replying ... I want to get all the values not just one how do I do it..
Regards
AnilLeave a comment:
-
I have to return more than one value for a select statement ...
Hi,
I have a stored procedure with a select statement in it ... my problem is i have a account number which has more than one entry in the table how do i do it in stored procedure....
ie the person can take more than one loan so that account number will have two entries in my table.. how do i do this using stored procedure
No activity results to display
Show More
Leave a comment: