Hi Experts,
I have a page on which there is a flash player. On same page, i have a modal popup also. When modal popup opens it hides behind the player. Any suggession?
...
Hi
I have to convert large amounts of Excel data to Power Point (in the same format) every day
What Excel VBA techniques/code can I use to achieve this. Thanks
Hi
I have the following INSERT statement:
cmd = New OleDbCommand("INSERT INTO Products ([ProductID], [ProductName], [ManufacturerID], [CategoryID], [MainCategoryID], [SmallDesc], [Descrip...
I am working \ struggling with a school prjoect and am stuck. I have an HTML form generated with an .aspx file (attached) that asks a user to fill in text boxes to insert a new SALE record in ...
How can I change the Row Label in column 0 (the left most column) in a DataGridView. I am able to change all columns in a new row but the left most because it doesn't seem to have a label. ...
I have this code that's returning ##########
I need a mask on it to return a phone number
Hi
Is there a function in vs 2005 (vb.net) to check if a date is between two dates?
Thx
I need to select data from a table in price descending order.
But I need to be able to have the odd numbers or even numbers only
In other words...in my statement below I woule only get the...
Hi!
I'm having problem with the speed regarding loading of a crystal report to the report viewer.
Can I speed this up,?
Is it possible the "load" crystal report when starting the appl...
How can I make a C#.NET application block shutdown attempts while it is running?
Hi
I have a text box that only numbers can be put into as represented by the following code. I also want to allow backspaces but am not sure what number this would be
Private Sub txt...
Hi all,
We have developed an application which consits of 4 different steps of registration.
Step 1:Take contact details and login details.
step 2:Take some intrests of user --which are v...
I need this button to go back one page. It HAS to use the css that's applied here...
I know the on click is wrong...erroring out.
<asp:Button ID="btnBack" OnClick="history.back(-1);" ru...
I am having problems with the attached code snippet. I have a stored procedure in SQL Server 2000 that takes two optional parameters, @include_parents and @supress_children, both of type bit....
Experts,
I'm trying to databind three comboboxes to a datatable (dt). See the code snippet below.
After I update the combobox values, they all display the first item in the list (not t...
I am developing a application to send out mail buy using System.Net.Mail.SmtpClient class, but it seems to work with only those email servers which are hosted on Microsoft Exchange.
It runs...
I have an issue where I have a split Access database that is accessed through both an Access front-end and a ASP.NET 2.0 web application. The database back-end resides on the web server and ...
Hi I need some help to get this code to work
The function should switch between Dynamic and static IP modes
I have a .Net system service that requires calls to start and stop 2 other services. I want to run this service in a limited context, but still be able to control the other 2 services. I am us...
I have added the <expansion><sub></sub></expansion> tags in the tsenu.xml file under the folder
drive:\program files\Microsoft sharepoint servers\12.0\data\office servers\applications\<guid>\...
i HAVE A CALENDAR i KEEP GETTING AN ERROR
Incorrect syntax near '#'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack tr...
Hi,
How can I determine if a number is odd or even? I am using the following code to determine my page numbers in a word document, but I need to know if the number is odd or even.
Dim l...
In my MySQL table I allow NULL values in some fields.
When I itterate through the result set I get an error whenever the reader hits such a NULL value.
Here is the code:
IDataReader reader ...
Hi
What is the difference between
Visual Studio Team System 2008 and Pro ?
I need to show a perpetual progress bar in .NET (C#) using standard .NET components. I do not know what the maximum number is going to be, but I want to show activity. Usually this is done wit...