error solving
“Provider=Microsoft.Jet.Oledb.4.0;Data Source=”+path+”;Extended Properties=”Excel 8.0″ “ i write this ^ in source of click event of button i want to convert the data in gridview that were in excel file but i got some error so please help me and take me out of this problem
Answer Question
| May 20, 2010 11:01 AM
Microsoft Excel, Microsoft Excel error messages, Visual Studio 2008
“Provider=Microsoft.Jet.Oledb.4.0;Data Source=”+path+”;Extended Properties=”Excel 8.0″ “ i write this ^ in source of click event of button i want to convert the data in gridview that were in excel file but i got some error so please help me and take me out of this problem
Publishing/Copying asp.net website
I need to find out the difference between copying the website (which includes the .aspx.vb files) from development server to production as compared to using the publish website tool in Visual studio. is there any difference in the website’s page loading time when copied or published.
Answer Question
| April 30, 2010 6:45 AM
ASP.NET 3.5, Visual Studio 2008
I need to find out the difference between copying the website (which includes the .aspx.vb files) from development server to production as compared to using the publish website tool in Visual studio. is there any difference in the website’s page loading time when copied or published.
use the clipboard in Web Form
My problem is the caption of image from a PDF file. I achieve to paste the image to clipboard but is not posible obtains this content of clipboard. I have prouved with your code with and without Class containig Form and Clipboard but ever the content of clipboard is NOTHING. Some suggestion? Tanks
Answer Question
| June 24, 2010 8:54 AM
.NET, ASP.NET, Visual Studio, Visual Studio 2008
My problem is the caption of image from a PDF file. I achieve to paste the image to clipboard but is not posible obtains this content of clipboard. I have prouved with your code with and without Class containig Form and Clipboard but ever the content of clipboard is NOTHING. Some suggestion? Tanks
Can VB 6.0 be installed after installing VB 2008 ?
I installed the Visual Studio 2008 version of Visual Basic on my new Windows 7 machine. I would now like to add Visual Basic 6.0. Can this be done without first uninstalling Visual Studio 2008?
Answer Question
| March 10, 2010 4:57 PM
VB 6.0, VB Installation, Visual Basic 2008, Visual Basic Installation, Visual Studio 2008
I installed the Visual Studio 2008 version of Visual Basic on my new Windows 7 machine. I would now like to add Visual Basic 6.0. Can this be done without first uninstalling Visual Studio 2008?
Visual Studio 2008 – Installation Failure
What are the errors faced while installing Visual Studio 2008? I am not able to install visual studio 2008 express edition.
Answer Question
| February 17, 2010 6:49 AM
Visual Studio, Visual Studio 2008, Visual Studio 2008 Express Edition, Visual Studio Installation, Visual Studio Installation Failure
What are the errors faced while installing Visual Studio 2008? I am not able to install visual studio 2008 express edition.
Help detecting packet loss in java
Hi, I need to make a program in java which can detect packet over in TCP/IP on specific ports. I know this is possible yet I cannot find a RFC or any way to do this on the internet. Can someone give me an idea of how to do this? To be more specific, I’ve [...]
Answer Question
| September 25, 2011 1:03 PM
Java, Packet Loss, RFC, TCP/IP, Visual Studio 2008
Hi, I need to make a program in java which can detect packet over in TCP/IP on specific ports. I know this is possible yet I cannot find a RFC or any way to do this on the internet. Can someone give me an idea of how to do this? To be more specific, I’ve [...]
Multiple objects in the handles of a sub – Visual Studio
I’m trying to detect if the mouse is down over a group of objects. Doing this individually for each object is not an option. I was thinking it would look like “Handles ______[1-512].MouseDown”, but nothing I tried worked, and google didn’t return anything useful.
Answer Question
| February 15, 2010 9:13 PM
Visual Studio, Visual Studio 2008
I’m trying to detect if the mouse is down over a group of objects. Doing this individually for each object is not an option. I was thinking it would look like “Handles ______[1-512].MouseDown”, but nothing I tried worked, and google didn’t return anything useful.
The GridView ‘GridViewsearch’ fired event PageIndexChanging which wasn’t handled.
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The GridView ‘[strong]GridViewsearch[/strong]‘ fired event PageIndexChanging which wasn’t handled.
Answer Question
| February 8, 2010 6:07 AM
ASP.NET 3.5, Visual Studio, Visual Studio 2008
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The GridView ‘[strong]GridViewsearch[/strong]‘ fired event PageIndexChanging which wasn’t handled.
GridView different Page view problem – Visual Studio, ASP.NET
definition of question are as follows: [HttpException (0x80004005): The GridView 'GridViewsearch' fired event PageIndexChanging which wasn't handled.] System.Web.UI.WebControls.GridView.OnPageIndexChanging(GridViewPageEventArgs e) +1495955 System.Web.UI.WebControls.GridView.HandlePage(Int32 newPage) +83 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +467 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +199 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
Answer Question
| February 8, 2010 5:57 AM
ASP.NET, ASP.NET 3.5, Visual Studio, Visual Studio 2008
definition of question are as follows: [HttpException (0x80004005): The GridView 'GridViewsearch' fired event PageIndexChanging which wasn't handled.] System.Web.UI.WebControls.GridView.OnPageIndexChanging(GridViewPageEventArgs e) +1495955 System.Web.UI.WebControls.GridView.HandlePage(Int32 newPage) +83 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +467 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +199 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
Setup project force new file replacement on reinstall
Hello, I have a setup project that install a couple of projects and a couple of external files (one of which is a SQLite Database) – everything worked fine until i’ve recently modified the base database file included in the setup project. Now, every time i try to reinstall the project the new database file [...]
Answer Question
| January 11, 2010 3:38 PM
SQLite, Visual Studio, Visual Studio 2008, Windows Application
Hello, I have a setup project that install a couple of projects and a couple of external files (one of which is a SQLite Database) – everything worked fine until i’ve recently modified the base database file included in the setup project. Now, every time i try to reinstall the project the new database file [...]
ASP.NET
Dear Sir, Can someone kindly help me with the following: I want to export html to word with an image. I struggle a lot to do this. Appricate it if someone can help me. Thank you Jessica
Answer Question
| January 23, 2010 8:45 PM
ASP.NET, Visual Studio 2008
Dear Sir, Can someone kindly help me with the following: I want to export html to word with an image. I struggle a lot to do this. Appricate it if someone can help me. Thank you Jessica
Use Two frames in WPF Web browser application
I want to create a application in browser which should have two frames in same page.When we click the link in 1st frame and the content should be obtained in another frame.Please reply ASAP.
Answer Question
| September 4, 2009 12:58 PM
Microsoft Visual Studio, Visual Studio 2008, wpf
I want to create a application in browser which should have two frames in same page.When we click the link in 1st frame and the content should be obtained in another frame.Please reply ASAP.
Crystal Report based on sql query with more than two tables
Hi All, i have a big problem with the crystal report … my code is : ReportDocument RD = new ReportDocument(); string ConnectionString = ConfigurationManager.ConnectionStrings["zaza">.ConnectionString; SqlConnection conn = new SqlConnection(ConnectionString); conn.Open(); SqlDataAdapter adp = new SqlDataAdapter("SELECT kund2.fornamn, kund2.efternamn, kund2.namn, kund2.telenr, kund2.mobilnr, kund2.faxnr, kund2.epost, kund2.persnr, kund2.fakgata1,kund2.fakgata2,kund2.fakpostaddrs, kund2.fakpostnr, kontrakt.Leadsource, kontrakt.KontraktID, kontrakt.KundID, Bokningar.seid, Produktyper.ProduktNamn FROM Bokningar INNER JOIN [...]
Answer Question
| October 16, 2011 10:56 PM
C# .NET, Crystal Report, Visual Studio 2008
Hi All, i have a big problem with the crystal report … my code is : ReportDocument RD = new ReportDocument(); string ConnectionString = ConfigurationManager.ConnectionStrings["zaza">.ConnectionString; SqlConnection conn = new SqlConnection(ConnectionString); conn.Open(); SqlDataAdapter adp = new SqlDataAdapter("SELECT kund2.fornamn, kund2.efternamn, kund2.namn, kund2.telenr, kund2.mobilnr, kund2.faxnr, kund2.epost, kund2.persnr, kund2.fakgata1,kund2.fakgata2,kund2.fakpostaddrs, kund2.fakpostnr, kontrakt.Leadsource, kontrakt.KontraktID, kontrakt.KundID, Bokningar.seid, Produktyper.ProduktNamn FROM Bokningar INNER JOIN [...]
table from gridviewwith sql vs2008
hello, help, i have a access database with menu items–id, food items, description, price. with vs2008 i have connected to this database. and displayed on a aspx webpage using gridview, i can manipulate it with certain sql statements showing only certain things from the database, but the headings of the titles keep showing this is [...]
Answer Question
| July 13, 2009 4:27 PM
Access Database, Microsoft Access, Visual Studio, Visual Studio 2008
hello, help, i have a access database with menu items–id, food items, description, price. with vs2008 i have connected to this database. and displayed on a aspx webpage using gridview, i can manipulate it with certain sql statements showing only certain things from the database, but the headings of the titles keep showing this is [...]
TableAdapterManager contains no connection information. Set each TableAdapterManager TableAdapter property to a valid TableAdapter instance.
I am very new to oracle. I was able to install it and was trying the tutorial: Building .NET Applications Using Oracle Developer Tools for Visual Studio. I am using Windows XP sp3 and Visual Studio 2008 Professional. I was working on the tutorial that came with the Oracle Data Access Components (ODAC)ODAC 11g 11.1.0.6.21 [...]
Answer Question
| July 9, 2009 6:56 PM
ODAC, Oracle 11g, Oracle Data Access, Oracle Data Access Components, Oracle Data Access Components (ODAC)ODAC 11g 11.1.0.6.21, Visual Studio, Visual Studio 2008, Visual Studio 2008 Professional, Windows XP, Windows XP SP3
I am very new to oracle. I was able to install it and was trying the tutorial: Building .NET Applications Using Oracle Developer Tools for Visual Studio. I am using Windows XP sp3 and Visual Studio 2008 Professional. I was working on the tutorial that came with the Oracle Data Access Components (ODAC)ODAC 11g 11.1.0.6.21 [...]
grid view connection to a data in a table ?!
Hello , I’m julien , beginner in visual studio 2008 using c# language I Have this task that I seem to be stuck in ! I’ve created a database using sql server express 2005 of 4 tables :”BOOKS , AUTHORS , CATEGORIES and PUBLISHERS “. I’ve connected this database to my gridview in visual studio [...]
Answer Question
| June 24, 2009 7:20 AM
C#, GridView, SQL Server 2005 Express, Visual Studio 2008
Hello , I’m julien , beginner in visual studio 2008 using c# language I Have this task that I seem to be stuck in ! I’ve created a database using sql server express 2005 of 4 tables :”BOOKS , AUTHORS , CATEGORIES and PUBLISHERS “. I’ve connected this database to my gridview in visual studio [...]
How to automatically update Child Table with Insert Trigger and Table-UDF
I have SQL Server 2008 and Visual Studio 2008 and am trying to automatically insert new records into a child table based on new inserts into its parent table. I know that this should be simple: via an insert trigger. However, the complexity is that the new records into the child table need to be [...]
Answer Question
| June 12, 2009 3:14 PM
SQL Server 2008, SQL Server triggers, T-SQL 2008, UDF, Visual Studio 2008
I have SQL Server 2008 and Visual Studio 2008 and am trying to automatically insert new records into a child table based on new inserts into its parent table. I know that this should be simple: via an insert trigger. However, the complexity is that the new records into the child table need to be [...]
WPF in Visual Studio 2008
I am a beginner trying to learn some WPF. I am using VS 2008 Pro, when I opened up WPF, it’s showing codes <Window x:Class=”WpfApplication1.Window1″ xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Title=”Window1″ Height=”300″ Width=”300″> <Grid> </Grid> </Window> and not the form that I can add buttons. What am I doing wrong?
Answer Question
| June 8, 2009 5:48 PM
Visual Studio 2008, VS 2008, wpf
I am a beginner trying to learn some WPF. I am using VS 2008 Pro, when I opened up WPF, it’s showing codes <Window x:Class=”WpfApplication1.Window1″ xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Title=”Window1″ Height=”300″ Width=”300″> <Grid> </Grid> </Window> and not the form that I can add buttons. What am I doing wrong?
Does Visual Studio conflict with RDP?
I’m supporting a user who’s had an ongoing problem using RDP. He uses a laptop at times to connect via RDP to his work desktop (after VPN’ing into the corp network). Every once and awhile, he’ll have a problem connecting to his desktop via RDP. Basically, once he gets on the network, he can open [...]
Answer Question
| May 14, 2010 5:32 PM
RDP, Remote desktop, Visual Studio, Visual Studio 2005, Visual Studio 2008
I’m supporting a user who’s had an ongoing problem using RDP. He uses a laptop at times to connect via RDP to his work desktop (after VPN’ing into the corp network). Every once and awhile, he’ll have a problem connecting to his desktop via RDP. Basically, once he gets on the network, he can open [...]
Empty project in Visual Studio 2008
Can anyone tell me where the Empty Project is in Visual Studio. I am using C# express and there is this fold, but not in my 2008 Visual Studio
Answer Question
| April 29, 2009 2:55 AM
C#, Visual Studio, Visual Studio 2008
Can anyone tell me where the Empty Project is in Visual Studio. I am using C# express and there is this fold, but not in my 2008 Visual Studio





