1,302 Posted Topics

Member Avatar for scrypt3r
Member Avatar for scrypt3r
0
101
Member Avatar for Sarah66

Simply your application on a machine and your database on another, the 2 machines connected together....

Member Avatar for swaransoft
0
109
Member Avatar for kupneesh

Make a project you need it, help you to do something rapidly, organize for you something, etc.... If you don't know how to do something like that, go to some freelancer websites and figure out what the type of projects clients need and try to do someone on your own.

Member Avatar for ithelp
0
99
Member Avatar for johnny.g

Microsoft SQL Server 2008->Configuration Tools->Reporting Services Configuration

Member Avatar for johnny.g
0
211
Member Avatar for arupa

Data Layer: Database holds words and their translation in many languages. UI Layer: Textboxes and button.

Member Avatar for BlackSun
0
111
Member Avatar for CsharpBeginner

- I was in projects discussion year ago, and someone point out that C# has speed 8 times over MATLAB, but you can't develop all algorithms MATLAB did on your own in C#, so, a way of comparison if you'll do the same effort in MATLAB and C# (writing algorithms …

Member Avatar for BlackSun
0
1K
Member Avatar for KillerOfDN
Member Avatar for agrothe
Member Avatar for Antenka

What's newCycle datatype? Look I tried that [code=c#.net] BlogEngineDataSetTableAdapters.StudentTableAdapter s = new rying.BlogEngineDataSetTableAdapters.StudentTableAdapter(); BlogEngineDataSet dsMain = new BlogEngineDataSet(); s.Insert(1000, "d", "a", "a", DateTime.Now); //s.Update(dsMain.Student); //dsMain.AcceptChanges(); [/code]

Member Avatar for Ramy Mahrous
0
656
Member Avatar for Trekker182

[QUOTE]I get a conversion from string "" to type 'Double"[/QUOTE] How can you convert this " " to double ?? you should before conversion check if the textbox contains non-text value. [QUOTE]to the beginning of the program but the radio button was still selected. I then moved them to the …

Member Avatar for Comatose
0
117
Member Avatar for jbrock31

Look, you reached to very good phase.. what you need is to know how to go through nested directories. I believe you can do it on your own.

Member Avatar for jbrock31
0
213
Member Avatar for rajeesh_rsn

Yes you can connect to MySQL through .NET, go to [url]http://mysql.org[/url] and install MySQL libraries for .NET

Member Avatar for Ramy Mahrous
0
44
Member Avatar for gsingh2011

Create a table in permanent data repository with defined structure (two columns, ....) Use control called DataGridView or GridView which links the form to the table to Add\Edit\Delete and show the data from the table to the user in the form. - What you need is to know how to …

Member Avatar for Ramy Mahrous
0
102
Member Avatar for JackDurden

[QUOTE] [code=c#] if (IsEmpty()) { thisIsQ[tail] = insert; tail = Counter(tail); } [/code] [/QUOTE] You've not IsEmpty method. or you mean Empty?

Member Avatar for Ramy Mahrous
0
113
Member Avatar for gsingh2011

- To change form appearance you need to work with GDI, basically Graphics class read on msdn.com - You've list of all controls in this.Controls, you add\remove controls..

Member Avatar for Ramy Mahrous
0
111
Member Avatar for skisy

I think you use BindingNavigator so, in its properties you can remove items like move next\previous\first\last and delete item too, that's would prevent the user from acting else inserting..

Member Avatar for Ramy Mahrous
0
96
Member Avatar for sskelton
Member Avatar for SubProf

From basics before using reference variable you should [B]new[/B] it and because Form1\2\3 is classes == it reference variables Before using fr3 [code=c#] fr3.webBrowser1.Navigate("http://www.bbc.co.uk"); [/code] You should [code=c#] fr3 = new Form3(); fr3.webBrowser1.Navigate("http://www.bbc.co.uk"); [/code] Try to correct your code.

Member Avatar for Ramy Mahrous
0
204
Member Avatar for Wiizl

Did you search on how to install windows service? and remove it from Services List? Try this [url]http://msdn.microsoft.com/en-us/library/sd8zc8ha(VS.80).aspx[/url]

Member Avatar for Wiizl
0
176
Member Avatar for Digendra

First read in CAD documentation how to integrate your application with. It's done by adding COM reference to some CAD libraries (That I don't know what are) by reading in the documentation you'll, and writing some code to load the file do some operations.

Member Avatar for Ramy Mahrous
0
86
Member Avatar for mona515

Mona, your problem is easy whatever C# or Java is, you should first try on draft, trace that, and then writing code. If you face problem then post a question don't be used to have a full answer to your questions with code, that's a very big problem to whom …

Member Avatar for Ramy Mahrous
0
116
Member Avatar for AaMar
Member Avatar for BobLewiston
Member Avatar for Ramy Mahrous
0
114
Member Avatar for karthee_k
Member Avatar for Ramy Mahrous
0
47
Member Avatar for cVz
Member Avatar for wildpetals

Your query is very complicated but where do you run this query? and what I can help you is to give you this link may the error in Case....When syntax [url]http://msdn.microsoft.com/en-us/library/ms181765.aspx[/url]

Member Avatar for atinobrian
0
156
Member Avatar for yara.008
Member Avatar for skaterz
Member Avatar for skaterz
0
117
Member Avatar for pace59

Integration services work fine? and check if Agent service running or not.

Member Avatar for Ramy Mahrous
0
176
Member Avatar for seebharath

You need to code it in C++ on say, VC++ 6.0 IDE. (Project type will be dll) Then you'll open MSDN and search how to add reference to unmanaged dll then everything will work. The reference to use and trust in [url]http://www.msdn.com[/url]

Member Avatar for Ramy Mahrous
0
292
Member Avatar for rak4u

I'm sure you using SQL Server 2000 So, the error is you didn't give some permission to ASP.NET user who trying access SQL instance, therefore it blocked. From server security in SQL Server Enterprise Manager, logins right click and add ASPNET user with windows authentication type. Try running the application …

Member Avatar for rak4u
0
126
Member Avatar for Ramy Mahrous
Member Avatar for OrderChaos

From Form properties make [B]Key preview[/B] property true, in case your answer to Lizr question is [B]YES[/B].

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for ddanbe
Member Avatar for bajanpoet

If you traced the SQL Command sent, you'll find it doesn't surround the state within single quotes [B]'[/B] What you need is to modify it [icode]Dim SQLComm = New SqlCommand("SELECT * FROM ViewCustomers('" & vRegion & "')", conn)[/icode]

Member Avatar for bajanpoet
0
116
Member Avatar for bajanpoet

If you traced the SQL Command sent, you'll find it doesn't surround the state within single quotes [B]'[/B] What you need is to modify it [icode]Dim SQLComm = New SqlCommand("SELECT * FROM ViewCustomers('" & vRegion & "')", conn)[/icode]

Member Avatar for bajanpoet
0
743
Member Avatar for daddanakunadan
Member Avatar for Rashakil Fol
Member Avatar for chriswininger
Member Avatar for Ramy Mahrous
0
143
Member Avatar for michael_flan

We don't answer exams!! But what I can do is to guide you to look at System.String and System.Text namespace...

Member Avatar for Ramy Mahrous
0
132
Member Avatar for gsingh2011

For business applications (Database as backend) C# is better For learning and teaching students what the programming is; C++ is better.

Member Avatar for ddanbe
0
841
Member Avatar for shers
Member Avatar for mjavier2k

Please, write the answer here to help others who face the same problem to find its solution. Then mark it as solved.

Member Avatar for Ramy Mahrous
0
124
Member Avatar for BobLewiston

For example you need to enter "string" and it tells you the developer used this class or not.

Member Avatar for Ramy Mahrous
0
95
Member Avatar for jwaldron82

separate Exhibition and Art tables, I think the relation should be many-to-many so you need to use bridge table

Member Avatar for pclfw
0
139
Member Avatar for Black Magic

Need concepts, designs, practices, Videos, communities and news about C# and XNA [url]http://MSDN.com[/url] your way, I don't read single book in C#, I depend on classes documentations and MSDN.

Member Avatar for hieuuk
0
138
Member Avatar for kashyapanirudh
Member Avatar for Ramy Mahrous
0
80
Member Avatar for aasukisuki

You should have table called tbl_work (ID_EMP1 #, ID_EMP2 #) that's if you need to restrict 2 employees work together more than 4 times. Actually I don't understand you well but I'll give solution to what I got. If you need system tracks whom\when employees work together and remove redundancy …

Member Avatar for Ramy Mahrous
0
224
Member Avatar for JamesPatrick

You didn't normalize you DB design, you need to have table for Crane, Manager, Country, Region and Site.

Member Avatar for pclfw
0
172
Member Avatar for edgar5

The End.