I,
I have an aspx page that on load creates a treeview.
Loading the treeview takes a while and I want to show a message that the treeview is being loaded. Coming from windows forms I tried to do this:
code:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)...
Hi,
I am building a webpage for Surveys.
I have many surveys and Each survey has many questions that change periodically.
I want to build the survey pages so that the questions are displayed dynamically by reading from a database. Thats not a problem.
The problem is that I have to create server...
Hi,
I am having a strange problem.
I have a SONY-VAIO PCV RX560. I wanted to upgrade it from XP Home to XP pro.
The problem is that after upgrading to Pro (fresh install) the computer fan is working non stop! It used to work for a couple of minutes and then stop.
The first time that I did the...
Hi,
I have 2 sql server. A stored procedure on each. Stored procedure on server 1 needs to pass an ntext variable to sp on server 2 (this ntext parameter is basically an XML string).
The problem is that since I can't declare a local varaible as ntext inside a stored procedure, I can't pass it to...
Hi,
I have a package set up on a SQL Server, the first step is to hit an asp page. I initialy had the following vbscript code (under an Active X script task):
-----------------
Function Main()
Set ae = CreateObject("InternetExplorer.application.1")
ae.visible=false
ae.Navigate "http://myurl"...
Hi,
I need to pass a recordset to a stored Procedure.
Basically I'm retriving a set or records from a third-party application using API calls. I stored the returned set in a datatable. Now what I need to do is to pass these values to a stored Procedure , do some processing and then return the...
Hi,
I have a SQL Server (MSDE version) running on a remote server. Using the server ip address and sa account I have registered it in Enterprise Manager. It was working fine for a couple of month, but lately when I open enterprise manager the databases won't appear in the list;not even the...
Hi,
I have a percentage field in one of my tables. I set the data type to float, I wan't 4 decimal places and the data in the table has 4 decimals, but when I run a query in query analyzer it returns: 4.4999999999999998E-2 instead of 0.045.
How can I fix this?
Hi,
I have a form that I use for adding and viewing records.
I have a button that opens the form for adding records in a dataentry format and another button that opens the form for viewing and shows a specific record.
The problem is that I need to change the recordsource of the form at runtime...
Hi,
if designing a web application, would it make a differnce if an image field is in a table or the image field is saved in another table with a one-to-one relation.
The assumption is that we won't be doing a "SELECT *"
Thanks
hi,
I'm designing a purchasing system.
i have an orders and order details table.
In the order table I need a ship to address.
I have to options:
1.I can use a foreign key AddressID to reference an address in the Address table. The problem with this is if some one changes the address after an...
Hi,
i have a listview that I populate using a recordset.
I need to format some fields,for example I have a currency field and a percentage field.
How can I get the datatype of the retuned field in the recordset so that I can format the field properly.
Thanks
Hi,
I was wondering how to set a default value of a text box (multi line),check box and combo box on a form to a session variable.
I've got it working for single lines, but for some reason its not working for mulit line text boxes, check boxes and combo boxes.
Thanks
Hi,
I am starting a project for building an e-commerce site.
I will be using ASP.Net and MSDE 2000 (probably will upgrade to SQL Server later).
I am familiar with asp and vbscript. I also have about a year and half experience with VBA and its development environment. I've also build a system in...
Hi,
I have a Orders and OrderDetails form for data entry.
I know how to design parent child forms, but the problem here is that I want the user to add all the child records and then hit a "done" button. Then I will add the parent record and loop through the child records and add them to the...
Hi,
I'm designing an asp page for registration.
One parent can register many children.
Problem:
I want the parent to add all children and after he/she is done I want to insert them into the database all at once.
In other words I want the parent to go through a wizard of adding all children and...
Hi,
I've seen the datagrid control on my "other controls" in my access toolbox, but for some reason when I'm trying to add it now it won't apear in the list!
Which reference should I add to be able to view it?
Thanks
Hi,
I was wondeing if its possible to create a pane on an access, somthing like outlook, where there are three panes/frames that are adjustible.
Thanks
Hi,
(sorry if I'm not in the right forum but I didn't find a form for database design)
I am designing an ordering system.
I need to be able to accept orders from different objects:
1.Person
2.Division (departments)
3.Job Accounts
In other words I can charge a purchase to a devision, person or a...
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.