I am using a Modal Popup, that works great in all browsers i have tested so far, except IE6 - it doesn not center and the bottom of the window in accessible - if you try scrolling down the box...
I am working on an ecryption module for an app, and I need to be able to encrypt an entire file to send it over the network to the server.
The functionality I am looking for is similar to w...
The Gridview its not displaying the ID when rendering to HTML.
its coming without ID so i cant find the row i want to select by JavaScript
Any ideas?
Thanks for all your help!
My vb2008 windows app has textboxes that are 'float' numeric in its MSSQL2005 database.
when I 'leave' a textbox, what event and code do I use to be sure a number, not alpha text, was entered...
I'm using vb.net 2008 and DataGridView. I'm looking for code that will allow me to have the Enter key move to the next column to the right instead of moving down one row while remaining in the...
Im trying to get an Output parameter in VB.Net, but its always null. looks like its something to do with my declarations. But the same function is working in C#. Here is how im doing it...see ...
Hi,
I have two projects in a solution and I want to deploy the solution using a deployment project. It's all working except for the warning at the beginning of the installation process when...
I have a standard TabControl on a Winforms VB.NET form. The program is used for reporting, and a couple of controls like the DateTimePicker and a couple of textboxes I'd like to have display ...
I have a simple page for a user to upload a file, i have tried using some AJAX to show a simple message while the file is being uploaded, but now when i put the AJAX in, it say there is no fil...
I know that I can set the Min / Max dates for this control. But is possible to have it just display the dates that are in a predefined list - ie. I have a list of dates and want that only thes...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24791620.html
Using the following part:
public imSearchEmail Se...
I'm trying to do a counter in vb.net code page. In this case, my count is 60 and I'd like to loop through 60 times. I'm starting with a simple example, where everything is 1to1. I 'll ne...
I get the error ' Incorrect syntax near 'PIVOT'.
What's wrong with this query?
I am using MS SQL Server 2005.
select
[PN1] as PN1Count,
[PN2] as PN2Count,
[CP10] as CP10Count,
...
How to commit or rollback 2 or more stored procedures.These stored procedures are to be executed one by one . only if all the stored procedures executed correctly i want to commit the transact...
Error: Unable to automatically step into the server. Connecting the server machine "xx.x.xx.xx" failed. The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) does not apper to be r...
I am building an application using .NET. I have an integrated camera in my laptop. I want to start the camera, capture the image, stop the camera and store the image from within my application.
Hi,
In a .Net 3.5 VB.Net Windows Forms app, I have a class named data which includes a function GetDataTable (function pasted below). I call the function from a form for example like this:
...
Anyone have any idea about this error below? I've googled it to no end.
The "AL" task failed unexpectedly.
System.EntryPointNotFoundException: Unable to find an entry point named '' in DL...
Hi Experts,
not familiar with .net framework 3.5 SP1, but need to convert code from
VS .net 2003 to VS .net 2008.
Can you please help translate the following Function?
TIA!
Dear Experts,
Continuing from here:
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24795441.html
Moving swiftly onto the:
public byte[] Content;
p...
I have an ASP.Net menu, and I want items that contain URLs to display a pointer cursor and items that don't have URLs (eg, that only have submenus) to display the default cursor. I can get al...
Hello raybies,
Ever since we added that code to the RSViwerPage... There was an update last night to windows 2003 and on restart I have not been able to start My Report Server
Event V...
I use an IList in favor of an ArrayList every time, but probably do not use a generic lists' most important features. Can some one list the most useful aspects?
Also, what other objects are...
I am trying to build a query that takes some data, and then takes one row from each grouping inside the set of data.
so data might be customerID, customername, ordernumber, orderdate
i p...
Hi, I have a problem with my code, have tried to figure out the solution for a while. But nothing has helped.
Sometimes the code works and sometimes not.
System.Web.Services.Protocols.Soap...