hi
I am new to SQL
i wanted to know,
how can i show date as '-' when it is NULL or EMPTY in the database ?
thanks...
User Profile
Collapse
-
ISNULL With date..
-
hi
problem solved..... -
call function multiple times with dynamic parameters !!
i create dynamic rows using this function :
...Code:function addRow() { var tbl = document.getElementById('applications'); var lastRow = tbl.rows.length; var iteration = lastRow; var row = tbl.insertRow(lastRow); var cellRight = row.insertCell(0); var el = document.createElement('input'); el.type = 'text'; el.name = 'application_name' + iteration; -
-
hi
i have been able to retreive the valeues in the next form using
request.form
what do i do next to save them in sqlLeave a comment:
-
i create the form...
and submit the page to another page...
now how do i access this data on the other page ???Leave a comment:
-
save dynamicaly created table to the database....
hi
i am using this code for adding /deleting rows dynamically :
...Code:function addRow() { var tbl = document.getElementById('applications'); var lastRow = tbl.rows.length; // if there's no header row in the table, then iteration = lastRow + 1 var iteration = lastRow; var row = tbl.insertRow(lastRow); // right cell var cellRight = row.insertCell(0); -
whew... cool
thanks......... :)
another thing
How can i add a calendar control to this..
i need to add the anchor tag
and javascript functions to it..
thanks :)Leave a comment:
-
Problem with dynamic addition of rows
i am using this function to add rows dynamically
...Code:function addRow() { var tbl = document.getElementById('applications'); var lastRow = tbl.rows.length; // if there's no header row in the table, then iteration = lastRow + 1 var iteration = lastRow; var row = tbl.insertRow(lastRow); // left cell var cellLeft = row.insertCell(0); var el = document.createElement('input');Last edited by Dormilich; Jul 8 '09, 04:36 AM. Reason: wEll rEaDaBle tItleS mAkE yOu lOOk moRE pROfeSSIoNal -
excel and asp
Hi !!!
i need to make an application , in which i can open a excel file lying on the server update it and save.
any ideas please !! -
-
build regular expression
hiii!!
i don't really have much idea about regular expressions...
i need to make one which can input
all alphabets and
only "/"
thanks.... -
okay........... ....
tomorrow is the deadline.......
no way of doing it in this ??Leave a comment:
-
need an event for this datepicker.
...Code:var weekend = [0,6]; var weekendColor = "#e0e0e0"; var fontface = "Verdana"; var fontsize = 1; var gNow = new Date(); var ggWinCal; isNav = (navigator.appName.indexOf("Netscape") != -1) ? true : false; isIE = (navigator.appName.indexOf("Microsoft") != -1) ? true : false; Calendar.Months = ["January", "February", -
can't call this function
...Code:<html> <head> <script type="text/javascript"> var flag=0; callf() { if(flag == 0) { test() { alert("hi from if"); } } else { alert("hi from else"); } } </script> -
unable to call function onload
in my form
i give the user two options,
either to 'add a new transaction' or delete an existing one.
the code for it is:
for add transaction
...Code:<table align=center border='1' bordercolor="#ffffff" cellpadding="0" cellspacing="0" class='verdana2' width="100%"> <tr <td bgcolor='#cccccc' align='middle'> <b><A style="FONT-SIZE: 10pt; FONT-FAMILY:
Last edited by jhardman; May 11 '09, 07:07 PM. Reason: Moved to javascript forum. ASP forum is for ASP questions -
'Saving as draft option'
hii!!
i am making a form in which the user fills in the fields and finally submits the form, which is then saved in the database
i use asp
and javascript for validations.
the user can see, all the enteries as a list in another page.
Now, i have to give the user a "save as draft" option.
in which he can enter some fields and save the form and complete it later...
... -
-
vba and asp
is there a way i can call vba code from asp, if yes
please give an example...
thanks... -
hey
just putting the link in double quotes solved the problem...
thanks...Leave a comment:
No activity results to display
Show More
Leave a comment: