Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested .NET Solutions: 1 - 25 of 1659
 
Hi experts,   As the title says all: Where to download .Net Framework 1.1.4322? I have a program that require to have .Net Framework 1.1.4322 to be installed. I have tried to search for that...
Hi experts, I have  string ="11/111/112/113/114/115/" I need convert it into ArrayList() by using C# ArrayList displayList = new ArrayList(); displayList[0] = 11; displayList[1] = 111; ...
I am using VB.NET and web app. I want to convert the date format in string... say i have a string that contains .. dim today as String = "Thu, Feb 03 2005 10:50 am" I want to co...
Hi experts! I'm having a problem using a WebClient. It seems that I keep getting the old "process cannot access the file because it is being used by another process" excpetion. Somehow, my own...
Hi, I have a DataGridView which displays 6 columns on a windows form. When a user double clicks on a particular row I need to get the a value from the first cell (which could be hidden) and...
I know how to read a file. But how to split the content? Beside being separated by comma, the actual data also contains comma. What should I do? I need to store the contents into a multi-d ...
Hello Experts: I'm trying to highlight a row inside a editable datagrid.  When the user clicks "edit" I'd like to highlight that row until they click "update" or "cancel".  I'll include my ...
I am moving into ASP.Net from ASP.  I use a lot of include files and would like to know how to do this effectively in .Net.  Most of the sites I do are constructed like building blocks.  For i...
 I am working on a project that does dynamic gui generation from XML.  Prety cool stuff, using reflections again. ;)  Any way I have a custom user control that is a group box witth a table la...
Hi, I have an access database with 5 columns Name, Date, Money, Owing, Total. when I start the form all the data in the database appears.  I want to make it so that if I press a button t...
Hello, I am pretty new to the .NET platform.  I have a question regarding deployment of a DLL to a Windows workstation. I created a new VB.NET "Class Library" project.   I created one...
Apologies if this appears as a duplicate question.  I thought I'd submitted it already, but my orginal question seems to have vanished. I'd like to know how I should control which columns a...
Anyone is aware of the main difference between .NET v2.0 and v1.1?
Hey, I've lost my Visual Studio .NET 2003 Pro Preqrequisites disk. I need to know what the prerequisites are so I can install them manually. I already have the following installed: - Wi...
Hi !! The use of: List<string> stringList ... ... string test = stringList[0]; is easier code to write than: ArrayList stringList ... ... string test = (string)stringList[0]; ...
I wrote a program that does something every 10 seconds.  I am using a sleep, but the program seems to lock up duding the sleep.  Is there a better way to do this so the program is not locked u...
I upgraded from .NET 1.1 to 2.0 recently and I am getting this error message "Application attempted to perform an operation not allowed by the security policy. To grant this application the r...
I would like to do something like the following in a C#.Net web application. I would like to popup a message box with OK and Cancel button. Based on what the user clicks I would like to  i...
I need a simple way to make a particular (image)button on a web form fire when the user presses the return key, please.  
Is there an equivalent to select only distinct values from one column?  I have found many posts with this question but none had answers!
Hello, I have a problem with the  vb.net code below.       Dim SQLString As String = "select * from SIFRE where (KullaniciAdi=@KullaniciAdi)"       Dim cmdBasvuru As New SqlClient.SqlCom...
I normaly have always used session variables just becuase they are esier for me to set and retrive and never had more then two or three.....well session variables have become very unrealiable ...
How to open a file dialog box (open, save as, new) in asp.net?  I know that it is possible in Windows Application. I want to incorporate into web application.
Good Day Experts: When using the Crystal Report Viewer on a VB.net form, I click on the Export button and I do not see what I expect to be the "normal" screen.  No email Export option ...
hi, TBL_Values ID        value1      value2           value3 ========================== 1          10             29                 1 2          30             32                 3 ...