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...
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...
Iam developing an Online Motor Insurance and I a need a program to look at a VIN number and determine the car make, model, year etc. from it. I know this is possible, I just don't know the a...
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...
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...
I have created a windows apps using VB.Net and SQL Server 2005. Now I want to create Product CD which will install my .Net Project as well as SQL Server Database.
What should I do ?
Thanx ...
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...
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...
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...
Greetings Experts!
I am trying to develop one asp.net page, "Default.aspx", through which the user selects the year from a dopdownlist control, and the month from another dropdownlist control...
Hello,
I need to use this code in my project but it in C# and my code is in VB, I am having a hard time converting it, any help would definitly be helpful. The code:
using System;
using...
Hi Again,
Can someone help me on how to load designer Crystal Report in Visual Studio 2005. This is not an External Report, I am looking for internal report with sample(any two tables). I n...
I'm developing Client/Server application using Visual Studio 2005, I'm going to have many user and i want them use their login name because in this Modern world, we have to separate GUI and ...
I found out how to write a vb.net app to upload and download a file using ftp so I know how that workd. What I need to do now is write a vb.net app that will go to a website and get a file tr...
I am working on a report that displays the status of particular nodes in a network (this is stored in a database). They can be on, off, etc.
The report lists all the details of all the node...
Hi all,
how can i get the letter that the PC assing to the CD/DVD? I know is not always D:\ is there a way that i van get it programatically?
Thanks,
jsctechy
hi,
I need to display the drives on my machine.
for instance my computer has C:\, D:\, E:\ how can i have a drop down displaying this drive with their respective little picture?
Thanks,
...
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...