i'm trying to insert part of the date in the database using the function 'DATEPART' with no success i only want to insert the day part not the whole date....
Please help i need to do this urgently
Thanks in advance
i did try using Datagrid but i was struggling, my form has to diplay more that 20 rows with 8 colums and on of the columns populate a dropdownlistbox and i was struggling to populate the listbox that why i chose to use html table, unless you can help me in using a datagrid
the table has created my problem is how do you insert the values in the database and when you opening the page how do you diplay the values on the form...
I have created a form to perform a search with dropdowns and textboxes, I want the user to select any search criteria, if all is selected it works fine but if you select some of the fields it return an error :Microsoft JScript runtime error: object doesn't support this property or method, here's...
I have created a form to perform a search with dropdowns and textboxes, I want the user to select any search criteria, if all is selected it works fine but if you select some of the fields it return an error :Microsoft JScript runtime error: object doesn't support this property or method, here's...
thank you so much again Jennifer,
but I still have a problem and now I'm not sure if I'm explaining this thing correctly I did every steps you showed me, what's happening is the Datagrid I'm creating all the fields come from one table except one field called 'Status' of which I'm trying to...
thanks for the response Jennifer but can you look at my code below and tell me what I'm doing wrong cause the error I'm getting is:
"DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with the name Status."
<asp:TemplateColumn HeaderText="Status">
<HeaderStyle...
thanks for the tip my brother but I'm also using asp.net it's just that this application I need help with was developed in asp and there's no way I'm gonna convert the whole thing now to .NET cause it's just this small problem I have and everything will work fine so if anyone could help me with...
I'm displaying records from a database and need only to display 20 records on a page - if records are more than 20 a link 'next20' and 'pre20' should display but it less the link shouldn't display.
Here's my code tell me what I'm doing wrong:
<%Const iPageSize = 20
dim LogInID, intPageCnt...
I've created a dropdownlist which populates from the database and I need to validate three textboxed if "Individual" is selected but if anything other than individual the three textboxes must be freezed - I've done the code and tested it on the asp page by calling the function on the...
hi guys could you please help me I've done my script checking for input data but now I have a problem including checking for number validation in Postal Code field: here's my code and on the Postal code instead of checking for empty field I need to change it to validate number only:
function...
what you really want is to refresh the page after submitting the form and if that's the case try something life this:
<script language="javascript">
function returnReset(){
document.Form1.reset();
}
</script>
<body onload="javascript:returnReset();">
</body>
Thanks guys
I've done the validations using javascript and it worked my problem is I need to include the style that will change the background of the textbox if there's an error, here's my script:
<script language="javascript">
<!--
function isformvalid()
{
//Load Vars from...
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.