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...
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?
...
This should be really simple but I'm stuck. Very basic .NET. I'm trying to list all of the files in a directory, create hyperlinks out of their file paths, and then have it so the user can d...
Hi
Is there a function in vs 2005 (vb.net) to check if a date is between two dates?
Thx
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 this code that's returning ##########
I need a mask on it to return a phone number
I have a CheckedListBox with 5 check boxes in. When the page loads in edit mode i need to set some of the check boxes to be checked depending on whether the user selected them before. All i ne...
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 ...
I know it's not officially supported, but will it install/function? I don't have a W2K machine to try it.
Thank you~
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...
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...
Hi I need some help to get this code to work
The function should switch between Dynamic and static IP modes
I am working right now on writing a method to delete nodes out of a tree. I have written a method to find the node to be deleted. My issue is that i need to somehow point those child pointer...
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 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....
Hi
What is the difference between
Visual Studio Team System 2008 and Pro ?
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 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...
How can I make a C#.NET application block shutdown attempts while it is running?
I would like to write a statement that does the following but I am having alot of trouble so all the help is appreciated.
The statement will:
take a string of (x character's) size to be ...
Hi Guys,
I have a problem in coping existing file from a UNC path \\server1\shareddirectory\xxx.jpg to a other path on the same server \\server1\shareddirectory2\xxx.jpg with Visual studio 20...
Hi,
I have a contract based architecture in my software. So most types are implemented via a microkernel and most of the properties and generic list are types of these interfaces.
How c...
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,
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...
An application is being spawned by a short VBScript routine. This routine stops with a status dialog window. It has a Close button.
I want to be able to close this window either by closing th...