Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top .NET Solutions: 1 - 25 of 716
 
What website link(s) displays a list of all KeyChar values so I can change my below method ? Example:             //  45 = dash/minus             // 13 = enter ------------------------...
Hi Experts, I am looking for test plan and test case templates that can be comprahensive and cover all relavent details. thanks S
Hello experts, I am fairly new to VB.NET and I am faced with the following problem: I am trying to populate two tables in a dataset using a stored procedure.  The tables are unrelated an...
I am having a problem with setting the resolution of a resized image to a DPI that is different than the monitor's DPI.  For some reason SetResolution(DPI, DPI) is not taking into account the ...
I am converting a C++ application to C#.  The original code contains a number of Win32API calls that must be marshalled.  I have successfully gotten them all to work except the DeviceIoControl...
I have the code below to programatically render a report in Reporting Services 2008 and pass the parameters needed. One of the parameters can accept multiple values. How can I pass these fr...
How to make a two columns report (label style)?? See the screenshots for more understanding In the RDLC I set the property  Columns: 2 I need a split the total registry in my collectio...
Hi, I have the follwoign code      public static DataSet GetQ(string[] qID, bool[] answer)         {             Database db = DatabaseFactory.CreateDatabase();             DBComman...
Hi, I am writing an SSIS package that checks a specific folder for Excel files.  Files are dropped into this folder periodically for data updates to our SQL Server.  The files are always name...
Hi, I am working in a C#.net web application. I have a one button on the form. If i click button i want to open pdf(existing one) file in a new browser window without saving options for the u...
I have inherited maintenace of a Vb.Net Windows application that performs many sqlcommands against various tables in a single sql server 200 database.  I noticed that creation and closing of m...
The XMLNode has to be the node with several child elements and XMLNodeList will have all the child elements. How do I do that? The Xpath string is not getting any results. Please help.
In my application I have a Main Dataset in that dataset i have 100 record i want to bulk insert the dataset into oracle... Can any one tell me how to perform this operation Im using VB net ...
My logout button is not working with <asp:LoginStatus>... When clicked the page does nothing, no refresh no redirect, nothing!
I am using an Progress Bar with a Marquee style, however when I'm processing a large task, the application freezes the progress bar until the application has progessed the task in question.  H...
I am trying to install .net framework 3.5 and it stops during the installation due to an error.  The error box says "An error occurred during setup.  Installed files have been removed from you...
i want to know which thread state is faster  ApartmentState.STA or ApartmentState.MTA in vb.net and why?
i am trying to install .net 3.5 sp1 it comes all the way end then it stops over there for an hour then we are getting an error. can some help us out please
Hi, I'm exporting from datagridview to excel using XML format and I have one problem all data are display as text in excel. Can somebody help mi with that I try to change format to numbe...
Hello Experts:    Rather than using sqlldr.exe to import a CSV file into an Oracle table, I'd like to be able to do it using vb.net.     Is there a speed difference in using sqlldr.exe v...
I have a Linq to sql query that pulls a set of data. I need to know how I can get the n-1 record and n+1 record based on a field in the nth row in the below code, I would be saying "gi...
Unfortunately, the Documentum example pool seems to have dried up in the use of Documentum from .Net clients. Whereas there was an ability to use the client DLLs from .Net, that has been br...
Hi, I have the code below but for some reason its just not finding my dropdowlist pelase help
Hello, I am calling a webservice function from a windows service. Both applications reside on windows 2008 server. the exception details are below: ----------------------------------- ...
Hi Experts, I have an aspx page whereby when the "Save" button is clicked, I run some code-behind that calls a stored proc and saves all the stuff on the page. Now, how do I have a littl...