Where is the item price comes from in Aloha? I looked in the DBF files and found out there are a lot of price fields.
I need to be able to get the item's price by providing the item sku.
any idea ideas or hints will be much appreciated.
Thank you,
Hey Guys,
I am trying to get an access table to give me a hierarchy of the employees.
Currently the table is like this
Emp_Number UniqueKey based on the employee corpID
First_Name
Last_Name
SupID ---> self Join to Emp_Number in the same table
I can do a self join to get the hierarchy but that...
dvannoy,
Eventually I ended up doing it in a similar way.
I had no way of knowing how many textboxes will be there since they will be decided by the end user. so this is what I ended up with in case anyone needs to know.
Protected Sub btnCalc_Click(ByVal sender As Object, ByVal e As...
Thanks for the response dvannoy,
I know I can use an SP to return the sum to the label.
What I am trying to figure out is how to perform the addition for all the values of the fields.
to be more clear, if I have 10 labels with integer values, how can I add the integer values to each others and...
Hey Guys,
I have a form like this
Texstbox for Quantity Dropdownlist for skus and label for prices and an update button
I want to have the user input the quantity, pick the sku then click the update button and I want to show the total, state and federal taxes in another label.
all data is...
Hey Guys,
starting a new project here and would appreciate any input or hints on this issue.
Need to schedule employees based on the availablity to perform tasks at clients locations
example
Client calls to book an appointment, dispacher would search based on the time and date client provides...
I use http://bottomlinecom.net/ to host 5 websites, 3 of them in asp.net 2.0 and 2 in asp. I have not had any problems with their services.
their support team is excellent and their prices are very affordable.
give them a shout and ask them about your requirements before you sign up if you like...
Sorry to answer your linking and updating question, the idea is of creating the tables in SQL is like creating them in access "If you can say that".
You need unique keys to establish a relationship between the tables in sql just like you do in access.
there are a lot of documentations of this...
Just use Personalization in asp.net with SQL 2000
Check this link out
http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx
It's an easy process, just use aspnet_regsql.exe and it will start the wizard to create the tables in the sql2000 server.
Good luck
it looks like this website was created using asp.net 2.0 and the movable objects are webparts
http://www.asp.net/QuickStart/aspnet/doc/ctrlref/webparts/default.aspx
Good luck
Olivia, check this chapter of a book about OWC and .net
http://books.lulu.com/items/82000/82300/8/preview/preview.pdf
scroll down to the middle and you will see an example using charts
Good luck
http://ecreationscanada.com
What would you attempt to accomplish if you knew you would not fail?
TheNewOne, there's an artilce that will help you in asp.net
http://www.15seconds.com/issue/020730.htm
http://www.15seconds.com/faq/ADSI/650.htm
Good luck
http://ecreationscanada.com
What would you attempt to accomplish if you knew you would not fail?
Joe,
check out this link it will show you how to send mail using your exchange server and asp.net
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_sending_a_meeting_request.asp
Good luck
http://ecreationscanada.com
What would you attempt to accomplish if you knew...
No theres no way to safe any files to client machines other tan using ActiveX controls. It's just a security issue
http://ecreationscanada.com
What would you attempt to accomplish if you knew you would not fail?
You can not use serverside text_changed to submit an asp.net form
theres an example that will show you how to submit using the enter key
http://blogs.wwwcoder.com/prodigal/archive/2005/05/04/3958.aspx
good luck
http://ecreationscanada.com
What would you attempt to accomplish if you knew you...
Mike, why dont you create an external stylesheet and setup the classes for the control, this way you can test and control the positioning without touching your aspx file!
Good luck
http://ecreationscanada.com
What would you attempt to accomplish if you knew you would not fail?
why dont you create another web.config file in the sign up directory nad use it to restrict access to the signup directory
I think You will need to convert the directory as an application for the web.config file to work
there is an a good example at...
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.