Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .Net Editors & IDEs Solutions: 51 - 75 of 419
null
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...
Hello, I have the following excel connection string that works fine for excel version 97-2003 but does not work for excel version 2007: Dim sExcelConnectionString As String = "Provider=Micr...
Hi Experts I'm just starting to look at the dataset's i(xsd files) in ASP.Net 2.0 and have  a general enquiry about best practice. It is best to have 1 xsd file per database table or hav...
I get the following error message when attempting to load my project solution: Package Load Failure Package 'Visual Studio Data Package' has failed to load properly ( GUID = {E1AA7737-69...
We are running .net 2.0 on a windows server 2003 environment and receiving the noted error message.  Does anyone know what could be causing this issue?
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...
In our project, we have to fetch the records from the database(SQL server 2005). If the user click the First button, the First data of the table should display, If the user clicks the Last but...
I have this code that's returning ########## I need a mask on it to return a phone number
I have an Iframe that when selecting a hyperlink to another website the site page open within the iframe. How do you select the hyperlink and open a new window?? Thanks
I'm not really sure how to categorize this questions.  Our environment is a Windows XP box set up as a server.  Out of nowhere it's not working today.  I tried to access the main site and rece...
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...
I have a gridview with a selection of databound items as well as a textbox and a button, the purpose of the textbox is to allow the user to enter the quantity required and then click on the bu...
how to upload a vidoe(.wmv) file in the sql 2005 database in asp.net 2 and download a video(.wmv) from. any codes appreciated. thanks
Hello, We have a Windows 2003 domain controller, a Exchange 2003 Server I want to display user storage quota [used / remaining] from USER STORAGE folder and also quota [used/remaining] f...
I have installed .NET Framework 3.5 on a Windows 2003 Server webserver to be used by (initially) just one website.  In the properties for any website the list of .NET version in the "ASP.NET" ...
hi i would like to ask how can i detect when i connect a device or serial port or disconnect like: when i unplug the device a messagebox show : disconnected thanks
Hi. I have a datatable (not a database table just the object datatable in VS.Net) (Dim dt as Datatable) this datatable has 10 columns call them C1, C2, C3 ... C10 I like to check if t...
I need to read an image file from a blob column in MySql database into a byte array that can be used as an image source in a WinForm. I do not know the size of the blob. The code: { ... in...
How do you move the focus to a cell (0,0) in a datagridview and enter edit mode, so the cursor is blinking and the user can type?
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 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 am upload a file with System.Net.WebClient webClient = new System.Net.WebClient()... My server side is php. At server side, server process file which i uploaded file. And it can be take...
G Morning Everyone, I am running into an issue when raising events for a usercontrol containing an UpdatePanel to the page it is one. -An event is triggered in an UpdatePanel in the usercont...
Hi I need some help to get this code to work The function should switch between Dynamic and static IP modes
I do not know how to create a WCF client in code with CustomBinding that has readerQuotas changed to larger value... I have attached a code snippet to show what I am trying to do. When I try t...