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.

 
Top .NET Solutions: 201 - 225 of 298
null
I am learning VB .Net on my own and definitely not an expert.  I would appreciate any help - thanks in advance. I have a database query that returns the data like this: Group1, Group 2, Gr...
Hello All Im being really thick here and i have done this before but cant remeber how. How do i get the last four characters of a string of variable length into a new string all of its own
hi guys i know i know this one i easy and i have been trying to work it out agsian for the past hour, I need to get  the data from the second column of a list view box from the selected it...
I have the attached image. I need to create a dataset like the one in the image.
Can someone explain how data is related to each other in these arrays?? e.g, if VW is selected and th emodel is beetle and the age is 40+ what would be the price? For some reason I cannot visu...
How can I add a master page in asp.net application file ,e.g, file.aspx if it is not already it it? what is the code for it. The master page already exists but it is not linked to one file but...
I need to change a field, fieldA, depending on what is placed in 2 other fields.  Once this field is changed, it cannot be changed again, so it is the first time that the user puts data into t...
I have a single function written in VB.net that I need to call from a C++ program.  (It is a complex function that processes an excel spreadsheet; recoding it into c++ would be non-trivial.)  ...
I'm trying to set the selected menu item through code on page load. I'm using the menu as the tabs for my manufactured tab control (menu & multiview) and want to select the same menuitem (tab)...
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...
Im developing a network application and have the app running in IDE and as a Debug Compiled on another machine. Is there anyway of viewing the debug messages from the other machine? Regards
Hi, Iam building a web site which use the sql server database, i got a host which support windows system and sql server and .net framework 2.x, on my machine everything works well then i upl...
I have a VB .NET windows form application. When the upgrade is detected in http://MyCompany.com/upgrade I want to send a message to the user and I want to open an Internet Explorer windows ...
We have a project that is still in VS.net 2003. I hope to update it soon to 2008. However, the subject question here is can I have two setup projects in the same solution without causing pr...
Hello All, anyone wanna put their thinking caps on, here goes..... I am coming in to a situation where a scrolling messageboard on a plain html page, complete with a seperate administrator ...
We have a piece of software that uses a shell namespace extension(sne) to interact with a server app.  The latest version of the SNE uses .net 2.0.50727.  The problem is that running certain a...
I was wondering what would be a good backend for VB.Net that is also open source (free - no licensing issues).
hi i have the following in page-a which i include in page-b page-a <script runat="server">                     protected void Page_Load(object sender, EventArgs e) {                  str...
Using .NET 2.0, VS 2005, VB.net I have a connection object (global scope) and other objects that I want to remove from memory when finished. I call Close, then Dispose then set it to nothin...
Good Day Experts: I have a VB.net program here that I am trying to use a Streamwriter to create a log file. The first time I grab the file and write out the line of data it works great......
The following should be execute?  int rowcount = this.dataGridView1.BindingContext[this.dataGridView1.DataSource].Count-1;                         // Get specific row selected.           ...
I have been assigned a task of writing a project proposal of developing an windows application using either .NET (C# / VB.NET ) or MS Access. I have to state the Advantages / Disadvantages ...
I have a general question. I have a page that will contain a questionnaire with multiple questions. Each of these questions have different formats. Some can by multiple choice, some fill in...
Hi all, I created a console application and sometimes it just crash. Because that my debugging skills using windbg are not "satisfactory", I was wandering if there is an event that you can ...
I have a dialog box where the user is selecting two dates using a DTPicker.  I am attempting to pass these values into variables on another form for processing. I am getting an error when I do...