Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top .NET Solutions: 76 - 100 of 706
 
In a gridview I have to display data that comes from 5 different tables. I wrote a method that joins my tables using foreach loops to iterate over the data tables. Now I'm thinking about switc...
Hey, I am getting PDFs generated from a service (think like faxed in images) that I need to be able to either convert to a tiff file, or access/manipulate via an Image object in .NET. Chang...
I have attempted to install .NET Framework 2.0 from the Microsoft download site, but the installation fails. The message I get is shown in the screenshot below. Please let me know what I ne...
In my VB .net application for Windows CE, the datasets show a reference to namespace http://tempuri.org/OnyxCEDataSet.xsd What does that mean?  My application is responding really slow on...
I am trying to pass a dynamic parameter to the select command in a datasource.  I am trying to use the following code, but I keep getting an error that the @state column is not part of the tab...
Hi Experts, I have some code I am using where I split a comma delimited file (originally and excel sheet) into columns to insert into a table via dataset. Now I need to modify the code so t...
Hi , I am using grid view to shoe the data.In gridview instead of asp:boundcolumn i am using <itemtemplate> <asp:label id ="lbl1" runat="server" Text="<%#Databinder.Eval(Container,"Databoun...
i m using vb.net 2003 oledconnection,command,... my command text is "UPDATE [Sheet1$10:" & records_number & "] SET error_type= '" & msg & "' where Row_no=" & rownum where eror_type is a co...
Hello experts! I am in a real fun situation right now. Our finance department had a technical resource that I thought was used for break \ fix PC problems. Well it turns out he was a ve...
I am trying to find a way to sort a datatable that is assigned to a Janus Grid using a IComparer. I have not been able to find a way to do this yet. I have looked all over this place and found...
I would like to disable resizing of only one column in my listview box.  It's in details view, and I've got 9 columns.  The column on the end needs to remain zero.  
I am wanting to extend the MonthCalendar control so that where it has the box/circle showing todays date at the bottom, I would like another itme below that showing the highlighted box and wha...
Hi guys, my application sends emails including attachments via SMTP. Everything works fine as long as the attached files do not exceed a size of 1.400KB in total. However, if I try to s...
Hello, here is my code; I have sucessfully made the two connection strings, dataAdapters etc...I also made a dataset which fills into a list box which gives me a visual confirmation that I am ...
I would like to know how to generate a self-signed certificate that may be used with the "AuthenticateAsServer" method on an SSLStream. This can be done using a command line tool like "makecer...
Hi, I have MySQL working with ASP.NET VS 2008 C# but when I use "using MySql.Data.MySqlClient;" on the same development computer it doesn't work in a VS 2005 Project C#. So, the library must b...
I get the following exception when trying to minimize to the system tray. I don't want a balloon tip to show.  Is there a way to turn off the balloon tip just for this form? System.Argumen...
Hello all, I've been experimenting with C# and XML. I'll tell you what I've done so far and where my problem is.. First I've created an xsd file with Liquid XML. Then with the xsd.exe...
I'm using a table adapter to insert a new record and I'd like to return the newid() created to use as a foreign key in another table. At the moment the SQL looks like this... INSERT INTO...
Ive written some code to try out an the ListView control, before coding all the database links. What Im trying to do is populate ListView and then select the last item in the list. The prob...
Hi Experts, How do I indentify the currently logged in windows user name and the machine name in my VB code? Unfortunately, for this application I am using .Net Framework 1.1. It is a...
Hello, I have a listview control on my dialogbox  that will at times be populated with 10,000 items. When my dialogbox opens there is a delay while the data is fetched from the sql server and ...
I have a from with several ddls that I use to prefilter. Everything works fine, the user makes a selection(s)and navigates to the next form which shows data based on selections made from the d...
Hi I have a dataset which contains order details. I created this with: da.ExecDataSet(dsOH, "SELECT * FROM T_TempOrderHeader WHERE (OrderNumber = @" + OrderNumber + ") AND ThirdPartyCarrierI...
Hi , I am using ASP.NET Tree View inside the Ajax Accordion Control in Master Page, when i click the tree view items to call the link the page is post back and accordion menu is close. so my ...