Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested Visual Studio .NET 2005 Solutions: 151 - 175 of 1394
 
I've done this many times and have not had this problem. This is happening on my Development machine, I am running in Debug mode now getting ready for release. I create my Crystal Report...
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 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;   ...
VS2005/VB.NET I am developing a stand alone app that queries SQL and I am displaying various data in a datagridview. There is one column I would like to like to a web page if available. I...
I have a ton of debug output generated in my C# program. I want to see that output in DebugView even when I'm debugging the code in Visual Studio 2005.  But when I run the code from VS2005's d...
Hi Is there a way to stop the msgbox coming up that asks if you want to enable macros for a specific spreadsheet. I am working in VSTO 2005 and want to run the project without this happe...
The whole error message is: an error occured creating the form. see exception.innerexception for details. the error is: no error message available, result code: DB_SEC_E_AUTH_FAILED (0x8004...
how to convert the xml file details for example <xml>1<\xml> <qw>2<\qw> i just  need to take this xml file details into a datatable format in c# like 1 2 likewise i have seen this in fro...
I have an Access Database (2003) with enough forms to not want to recreate them.  The data is in SQL, is there a way to export/import/convert the forms so I can open them and further develop t...
How to set the default directory and file name for openFileDialog C#.NET VS2005 How do I set the default directory and file name for openFileDialog in C#.NET using Visual Studio 2005?
Hi, I am currently working with vs 2005. I have to create a webservice and a client using WCF. Do I need any dlls or exe to work with WCF on VS 2005. Please show me sample . Thanks in adv...
In vs2005 i am using contentplaceholder to display long list of videos. I want the contentplaceholder to display the vertical scroll bar when the list exceeds the height of contentplaceholder....
Hello together, at the moment I have the MS Visual Studio 2005 Teamsuite for evaluation. My company has bought me VS 2005 Professional Edition. My question is can I enter somewhere in m...
iam having a datagridview which is binded to a table its a editable grid so what ever rows i added to grid or modified existing rows all rows are showing in the table but when user clicks save...
how to access user control from master page in dotnet
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 have been searching for a replacement for ItemData in ListBoxes.  I have read all of the posts on the subject and have gotten this far: Public Class ListBoxItem     Private m_strName A...
Is there a way to total Dynamically created Textboxes without peroforming a postback?   I have created a Wizard that allows the user to click a button to add as many rows as needed (1 per cli...
We are creating a web form that needs to display detail records for a given person.  The person may have multiple items, such as states, regions, etc that need to be listed together.  We're tr...
I have a site using the menu control and I'm trying to figure out how to pass a parameter to a page opened through one of the menu nodes.  The pages are opening in a new window, but I need to ...
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...
Hi I am in the process of building a website using visual studio 2005. I have done a master page in which i have a header the header has an image but the image is an SWF file. My Question is...
I would like to be able to Maximize (resize when minimized) & Bring Focus to (bring to front)  an external program.  To set focus i have used the AppActivation command but was not satisfied ha...
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 ...
Hi,  experts, I am execute store proce. thru vb.net i geting error Timeout expired store procedur has 155 line         cn = New SqlClient.SqlConnection(STR01)         If cn.State ...