Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested Visual Studio .NET 2005 Solutions: 126 - 150 of 1435
 
sir, i have created one aspx form Receipt.aspx in which there are two text boxes for name and file no. (data type string for both )and one drop down box for choosing Thana(Police Station) and...
i have a editable datagridview in this iam having a image column but the user enter any  thing in the last row a new row is created with the image i dont want the image to be created in new ro...
I have a dropdown control on my aspx page that I use to filter data in my gridview. I would also like to hide/unhide a column in the gridview based on the user dropdown select. Is there a way ...
How do you SetFocus in VB.NET?  I have a VB.NET application that has a button on the main form called Merge.  When Merge is clicked, there is a loop that reads image files from a directory and...
Hi, I'm writing ad add-in for Excel, using VS2008 and VSTO. I have 2 questions: 1: How do I get the name og the active worksheet ? Globals.ThisAddIn.Application.ActiveSheet. ??? 2...
OK -- apparently this is nasty bug/glitch in .net. My C# web site build and run just fine -- perfectly fine -- on my local machine. However, when I simply upload to my server, some error in th...
My datagridview has checkbox columns, one for "Odd" and one for "Even".  When user checks Odd, I want to uncheck Even, because they can't both be checked.  I have 2 questions: 1. What event...
Hello Experts, I have a question regarding the export of data on a DataGridView onto an excel file with the formatting. Basically I am a beginner at VB.net (visual studio 2005) and have ...
Hello Experts, I am attempting to convert a .NET 1.1 application to .NET 2.0. Part of this conversion is calling a stored procedure from VB.NET to retrieve 3 fields for a document selected ...
Please i cant seem to find out what i and doing wrong, i am getting the error "Cannot open database "ASPNETDB" requested by the login. The login failed. Login failed for user 'B47\Kola'." ...
I have used created an ActiveX  control in VB6 and used For... Next to loop through the control array. But VB.NEt 2005 does not support control arrays. What is an alternate way? I need to plac...
     I tried to use the following codes to display a bullet list in asp.net:       String stringBullet = "<UL><LI>point1</LI><LI>point2</LI></UL>" ;       Label.Text = stringBullet;   ...
Hi I must convert NMEA UTC time and date to VB.NET DateTime variable. I want validate NMEA Time (for example "182635.000" = 6:26:35 PM / 18:26:35; 000 are milliseconds that i don't use i...
I need to convert .mdf to .sdf files, how do I do this convertion in VB.NET???
hi i have a datagridview with few columns i want to restrict user to enter the 3 rd column cells with text like this aaa-aa so is their a way to allow user to type in 3 character after tha...
My Vb code calls a Store Procedure and insert records in tables but it insert twice. i dont know what i'm doing wrong? there are three procedure for three tables. here is the procdure...
i have a excel sheet details connected to c# i just need to print the details in that through c# can i have a code examples for this
I have created a cs-file in the app_code folder which I understand makes the complier include the namespace into the project automatically. However, when I need to call a function from with...
Hey all here is what im trying to do - I query my website and it throws back a big string. In vb.net I want to split that string into smaller peices. Seems simple enough but have a small iss...
Here is the error " InvalidOperationException Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function." Here is the code why doesn't ...
I've created a Windows Service in .NET 2.0 (C#).  I have it's service installer StartType = Automatic.  Does this mean the service always starts on installation? Will the service automatica...
HI,  i have Asked  this question here before : http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23333489.html l, but The expert said to open again .  hence,...
I clearly am not sure as to what I am doing.   I would like the Login form User and Password for my VB.NET 2005 application to be the same as the local XP workstations User and Password.  I...
I have made a Web Application in which whenever a button is clicked, a Windows form is opened. Everything is ok as long as I run this web apllication from the Visual Studio IDE. But, when I ...
I am trying to connect windows application to a remote sql server database over the internet. The application connects ok to a server over a Lan. All the ports are configured correctly. ...