blah blah blah is here! blah blah » Close

0
votes
0 answers

how to attach mdf file by the setup project

mga
0

How to deploy a project that uses a sql server 2008 database and crystal reports so that after the installation in the client pc i want to attach the mdf file on client machine, is the .msi file that is built by the deployment project does ...

0
votes
0 answers

How to run a SQL query from C#?

mga
0

How to run a [b]SQL query[/b] string stored in a text file from C# the SQL Query is: [code] use master drop database FinalProject go Create database FinalProject on primary( name = FinalProject_data, filename ...

0
votes
0 answers

How to save changes to a datagridview ?

mga
0

hi all; how to save changes to a datagridview that is filled from datatable i have the following code: [code] cmd.CommandText = "ViewallPeriods"; cmd.CommandType = CommandType.StoredProcedure; ...

0
votes
1 answers

How to backup and restore a sql server database from the application

mga
0

Hello; How to backup and restore a sql server database from the visual C# application not from the sql side. thanks.

0
votes
0 answers

Crystal Report Problem

mga
0

Hello every1; - How to display the results of a view and a stored procedure in the same crystal report i have the following view : create view ViewPurchaseInvoiceProducts as SELECT dbo.PurchaseInvoices.PInvoiceId, d ...

0
votes
1 answers

Help pls about this code

mga
0

hi every1; i don't understand what is T means in the code bellow is it a value type or what. public static T NZ<T>(object v) Thanks

0
votes
0 answers

Any thing about 70-505 & 70-561 exams

mga
0

hello everyone; i had successfully passed exam 70-431 and 70-536 and i want some help please about exam 70-505 for MCTS: for .NET Framework 3.5 Windows Forms Applications and exam 70-561 for ...

0
votes
1 answers

Password for intenet connection

mga
0

How to put a password on enabling or disabling the network connection programmatically or on windows the network connection is for internet connection . Thanks

0
votes
1 answers

Password for a network connection

mga
0

How to put a password on enabling or disabling the network connection programmatically or on windows . Thanks

0
votes
1 answers

Image url for a code behind image

mga
0

How to load the image url for a defined image in the code behind into the image url of the image control in asp.net using C#.net. The image is a Bitmap image that i had read from an image stored in a database as a byte array then ...

0
votes
1 answers

Display an image stored as Byte array from database

mga
0

How to display an image stored in a database as Byte[] array to an image control on a webpage by Asp.net i want the C# code (not by ASP Code) the image must displayed in an image control and how can it displayed in a datagrid view or a ...

0
votes
1 answers

Passward for Folder

mga
0

How can i put a password for accessing a folder or deleting any directory under this folder using C#

0
votes
1 answers

C #.net Certifications

mga
0

What are the highest 2008 C #.net Certifications can i get. and what about MCSD.net as a beginning

0
votes
1 answers

How to Disable show hidden files property in windows

mga
0

How can i disable the show hidden files property in widows and also how can i prevent any user from changing the date in windows Is any one knows any books that talking about these advanced tasks in windows using C#.net

0
votes
1 answers

reading from usb

mga
0

how to read a data (or a signal) from the USB Port asuming that the connected device is a physical device so that we can read the physical values that the device measure

Feedback