How do I get the Immediate Window to open?
newbieweb
Hi
I'm using DataGridView component to filter binding source retrieved from MS SQL Server. Now, I would like to modify these data.
Using a DataGridView1_CellContentClick event I open a new f...
I need in C# code to export a datagridview to excel.
I have a user who's getting the famous "Object reference not set to an instance of an object" error message when he tries to create a new Project. He only gets this when his project type is Bu...
I have a VB.Net Windows app with a Class that is used as an inactivity timer and a form with just a button. I am trying to get the form to minimize on idle time. I am new to this type of progr...
I'm new to .net development, writing C#. I'm using a master page with 1 content placeholder. My first content page is named signup.aspx. Signup.aspx has a number of textbox controls. When ...
i am looking for to create rows dynamically in the gridview.I have a textbox, when user will give 5 ro 10 or 1 , then respective rows will be created in the gridview. The gridview has 4 column...
Need a control to put on a VB.net form that will allow viewing of various types of documents including Word, Excel, .txt and .pdf
We want this to be read only, and do not want to invoke the a...
Whenever I try to "create a new user" using this tool, I get this error:
"An error was encountered. Please return to the previous page and try again."
An error was encountered. Please ret...
I have a report in a asp.net page, the zoom is set initially in 100, but if it is changed, nothing happen and remain the initial set (100)
I tryied this:
Protected Sub crViewer1_ViewZoom(B...
Hi,
I am trying to create an invoice using ReportViewer that comes with Visual studio (not Crystal Reports)
Everything is working just fine: I have two datasets - header and details
I sh...
I originally posted the following question but received no responses.
"I have a VS 2005 VB windows application that uses the WebBrowser control to display text, graphics and hyperlinks. The...
I am creating a report using SQLServer Reporting Services. How do I add a checkboxes in a report in SQLServer Reporting Services. I need to add a checkbox in an .rdlc file in .NET
I need to h...
Sir,
I want to retrive the image from database from bytes
give me the completed code for it
I write the code but i am getting error here
Bitmap bitmap = new Bitmap(stream);----> par...
Hi, I am getting a error on printing multiple pages on the crystal report viewer for Visual Studio 2005. I have attached the error page for you to see. When i add only 1 page to the report the...
Until recently I've used a simple batch file to perform overnight maintenance of our Source Safe database. This batch file is run on the same server that hosts the SourceSafe DB.
The follow...
I have the code below which occurs on binding to the gridview:
The problem is i need my scripts to be added to the textboxes etc in the footer but it doesnt seem to be hitting this code if th...
How do I find out how many lines of code a module has or even my entire project (without counting them)?
OK this looks simple and maybe its just me but here goes.
I have a Database project in Visual Studio 2005 that simply builds some tables. I want to be able to click on the SQL file and say ...
In alot of cases, I am creating username or project id numbers. I would like to check if project id exists then display error in label.
I have added registration code in my snippet.
Summ...
Hi,
I have the following code that populates a datagridview: -
da2 = New SqlClient.SqlDataAdapter(sql & Wherecmd, Conn)
da2.SelectCommand.CommandTimeout = 600
da2.Fill(...
The rowSelected object gets the active row but does'nt support any properties or methods. I dunno why
I get this error while debugging "Object doesn't support this property or method"
I currently have an ASP.NET web application running which uses a database on a SQL 2005 Server. This application is running on my virtual PC and I need to get the application running on a remo...
I currently have a table with the Following fields and records:
Class_ID, Class_Day, Start_Time, End_Time
"GMS-557-01","T","08:30AM","10:50AM"
"GMS-557-01","TH","08:30AM","10:50AM"
"GMS-...
Good Day:
I am using VB.NET 2005 WinForms with SQL Server 2000.
The following code is giving me an error that reads:Incorrect Syntax Near ;
sSQL = ("INSERT INTO NodeParent(Parent) value...