hello,
I want to add a tab (at design time) to an sstab, the new tab should be in between two exising tabs and not just at the end of the sstab. How do I do that?
Thanks for helping a newbie...
Yael
Hello,
I am re-designing a form which contains SSTab. I need to select multiple objects located on the SSTab's tabs. I can't drag the mouse around the objects to select them, because the objects' background is the SSTab itself, so draging the mouse moves the SSTab and doesn't select the objects...
Hello,
I need help with the syntax of a query, and this is the simplefyed version of the problem:
let's say I have a database with sales information . I'm selling differen items, each one in three colors. Each record on the database represents one sale , and contains this information: ItemId...
hello,
i am having problems making x-axis labels looking good on MSChart. When I use horizontal orientation the labels dont wrap, although I'm using TextLayout.WordWrap=true. And when I'm using up or down orientation, the text's order is reversed (inside each label) and also the text looks and...
hello,
I am building an asp site, which invokes stored procs on SQL Server. Is there a way to track from within SQL Server the values recieved by a stored procedure from an outside source (like an asp page)? some kind of a built-in function on the server to track incoming values?
Thank you,
Yael
hello,
I am building an asp site, which invokes stored procs on SQL Server. Is there a way to track from SQL Server the values of the parameters recieved by a stored procedure? (I have a parameter which seems not pass correctly)
Thank you,
Yael
hello,
i am having a problem when printing a page which contains select lists. The text inside the list is not printed properly - only the last letter is being printed. The problem doesn't happen on every computer i print from, but it does happen using different printers.
Does anyone has an...
hello,
I am sending a form to an asp page, where I'm using a command object to activate an updating stored procedure on sql server. I'm filling the command's parameters using "request" on what was sent from the form.
There is one parameter that is not passed correctly. it looks like...
hello,
I am submitting a form (including many checkboxes) to an asp page where I analize the data. All the checkboxes that are not checked are not passed to the asp page - for example, I'ts not that I get GiftWrap="", but rather the GiftWrap checkbox does not appear on the address box...
hello,
I know that using a "get" method of a form limits the length of the url created, but what about a simple link? is there a limit on the length of a url in a link, and if so, can I bypass that limit? in other words, is there a way to use a "post" method when using a...
Hello,
I'm using a form on my page to update information in my database. My problem is, every time I update, a CRLF is added to the end of each string originating from a textarea tag.
On a different page, I retrieve the information from the database and use an html table to present it. I use...
Hello,
I am using a recordset and command to activate a stored procedure on SQL Srver. I pass a date as a parameter to the stored procedure, and I wanted to know what to do when errors occure. Lets say the date I pass is not in a recognizable format, I get a error on the asp page from the SP...
Hello,
On an asp page, I'm using the FormatNumber function to format data retrieved from SQL Server. Whenever the value formatted is zero, nothing is displayed (when I display the zero value without formatting it, it *is* displayed - it is not null).
intThisYear=rsMirpa(1)
-----some lines of...
Hello,
I get this error on my asp page (I'm connecting to a SQL server):
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver][SQL Server]Divide by zero error encountered
the error is not on openning the recordset but on movenext and filter commands. The...
Hello,
I'm planning on doing some changes to my SQL Server 2000 database, and I don't want to do them directly on the working database. So i though I could duplicate the database, work on the new one, and when everything works fine copy the new database back to the old one.
So how do I do...
Hello,
I've inherited a system that usese a menu bar on top and sliding menus from it, written in JS. The system works fine on IE5, but on IE5.5 the sub-menus appear (onMouseOver) too left and not under the menu title. Is there a difference in the way offset is calculated on 5 and 5.5? If so...
Hello,
I am building an ASP system for ordering articles online (the articles themselves are not online). Part of the information I need to store for every article is an abstract, which gets to about 1000 characters or less. My question is, where is best to save the abstract information - in...
Hello,
I am building an ASP system for ordering articles online (the articles themselves are not online). Part of the information I need to store for every article is an abstract, which gets to about 1000 characters or less. My question is, where is best to save the abstract information - in...
If I enter a value into an application object, say:
application("counter")=5
will this value be erased when there are no more sessions on the site? Is there a way to define a longer timeout (like the timeout property of the session object)? and if not, is there a way to save a value...
Hello,
I am building a simple system to monitor page accessing in my site - I basically want to know how many hits every page got. I'm thinking about using application objects (one for each page) but my question is, is there a simple way to go through all my Aplication objects so I can display...
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.