Hi Guys
Dont have much experience in writing my own JavaScripts and have a problem to overcome for work
They need a date calculator which displays 90 days forward from a selected date, it will always be 90 days.
Can anyone advise if there is a script out there that already does this and where to find it, or give me some help on coming up with something
Kind Regards
Teddy
User Profile
Collapse
-
Calender that Adds 90 days to selected date
-
E shop and Shopping Basket
Hi Guys, Im a newbie Im building a site in asp.net 2 vb using visual studio and sql express.
The company sells large amounts of stone. I have user management setup and so far the site shows a list of products which they can then click to drill down into greater detail about that product. I want to add the abilty for a logged in customer to then select this product to place an order, it needs to add to basket, allow them to update... -
Ok let me rephrase this as a question. I have a table in my database called products, it holds th product information for example, price, size description. It also holds an image of the product. The site admin might want to update this image at some point. I tried creating a datagrid which showed all products from the product table without the image. I then used a select statement to pull the selected product details into a datagrid which had... -
Incorrect Syntax near WHERE
Hi Guys, new to development using visual studio and vb.net 2.0. and SQL express. Have a small problem.
I have an update command which im using to change the values of a blob image table to NULL so that i can then insert a new image into the table. This works fine. My problem is that my insert statement has an error and i cant figure this out. if i dont add the where clause it works fine but inserts the new image into the table... -
If i dont have the drop down it works fine and writes the info to my db products table.
This problem only started happening when i added in the drop list, ive read up briefly on dropdown lists and something about the selected value, do i need to have a function for this so that when they select this it captures the selection?...Leave a comment:
-
Help with Dropdownlist using forgeign key table
Hi Guys, this is kinda complicated but ill do my best to explain.
I have two tables. products and categories. Products holds product info and an image, its primary key is ProductID. Category table holds a category name and description and a primary key CategoryID. The producs table holds a Foreign key field called CategoryID which points to the CategoryID Primary key of the catgory table.
Ok i have two asp.net 2 vb forms. One... -
Upload Images to DB asp.net vb and SQL
Hi Guys
Havent put anything together yet just needed some advice or pointers in the right direction. Im building a small ecommerce site and need an admin page that will upload info about the product and am image to the database. One tutorial advised creating a seperate table just for the image and seemed to save the image as byte array but doesnt actually seem to save the image to a directory as such, and another approach i looked... -
Thanks for being patient and replying but was able to do it myself, i changed my approach slightly and have pasted my code up incase its useful to any other newbie like me in the future. Thanks to the guys that replied
...Code:<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <script runat="server"> Protected Sub cuwUser_CreatedUser1(ByValLeave a comment:
-
Hi As per the last message ive now got some code together and it works, im trying to let the user select there account type during registration so i can structure content dependent on the role, the problem i now have is that i have 4 roles, Administrator, Customer, Landscaper, Wholesales, Code below.
...Code:<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <script
Leave a comment:
-
Hi As per the last message ive now got some code together and it works, im trying to let the user select there account type during registration so i can structure content dependent on the role, the problem i now have is that i have 4 roles, Administrator, Customer, Landscaper, Wholesales, Code below.
...Code:<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <script
Leave a comment:
-
Hi As per the last message ive now got some code together and it works, im trying to let the user select there account type during registration so i can structure content dependent on the role, the problem i now have is that i have 4 roles, Administrator, Customer, Landscaper, Wholesales, Code below.
...Code:<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <script
Leave a comment:
-
VB.Net Help : Assign user to role at registration
Hi Guys im still new to all this and im building an app in asp.net 2 vb which will have 4 roles, Admin, Wholesaler, Landscaper, Customer.
When the user sets up there account i want a drop down list box and depending on what role they select (admin wont be included) i want to assign this role to there account. Im using asp.net
Does someone have some code or can you tell me a tutorial or a way of doing this please... -
CSV Bulk insert and Delete
Hi Guys, since I've done nothing but ask questions these last few weeks to get my first application up and running I thought it was about time to share the wealth and help out a newbie like me since you all did the same, thanks for all that replied to me.
This code will save a csv file to a dir, you can then use this to bulk insert the information to a specific table in your DB, this is done with asp.net vb and sql, I'm using an mdf... -
VB/SQL Bulk insert - Need help pls
Hi Guys,
trying to bulk insert a csv file into my SQL database from an asp.net vb web app/form page that the user uploads, my problem is that im new to all this and although the SQL statement inserts the CSV within my SQL Query analyser it comes up with this error in the actual app when trying to run it, ive probably done this wrong so can someone look at the error and my code and point me in the right direction
Server... -
Help with Csv to SQL db upload
I have a web app ive built in Visual studio 2005 VB.net and uses sql server. However the Server this will be applied on doesnt have sql server so will utilise an mdf database. I am very new to all this so please be patient with me.
The app searches postoffices via street address, post code or town and works fine, my problem is that i need to be able to upload csv of the post office information into my db, i cant use bulk insert or... -
Urgent help Please
Hi Guys
i write a thread before asking for help with reading an uploaded csv file,
i have my code, it reads the csv file and currently displays it in a datagrid but what i actually want is to take the read information and import it into my sql express db.
Heres the code
...Code:<script runat="server"> Protected Sub Page_Load(ByVal sender As Object, ByVal e -
Thanks for your reply, ive come up with my own solution and posted some probs ive had with it in the asp.net forum, any help you could give would be great...Leave a comment:
-
Urgent please take a look and help if you can
hi guys
I posted the other day regarding a solution i needed to design, im new to development an asp,net and built a local post office search tool using asp.net 2. vb in visual studio, using an sql express mdf database(this means the database is transferable with the solution even if the server doesnt have sql server on it) The app works fine, users can search, admins can edit data, insert and delete. The site also has membership... -
Please can someone help me
Hi Guys,
im a real newbie to asp.net vb infact im new to development but im gradually learning.
Ive built an app using visual studio 2005 asp.net vb and sql. The app searches local postoffices and displays them depending on the postcode or town or street. All works fine.
The server ill be deploying too does not have sql on it so im using an mdf file.
MY PROBLEM
I need to have a facility...
No activity results to display
Show More
Leave a comment: