1,302 Posted Topics

Member Avatar for Fungus1487

Look I am not involved with this topic so much, and I see you're not someone come to ask and take an answer rather you want to discuss, so let's start I see EER: is pretty used in complex database design like if I've inheritance in my tables and so …

Member Avatar for Fungus1487
0
249
Member Avatar for Emzquem

Send me your ideas, any draft you did, show me your effort to show you my help.

Member Avatar for Ramy Mahrous
0
43
Member Avatar for k59smooth

It's not advanced C++, it's language from Microsoft combines strength of C++ and easiness of VB. you can read about C# in [url]http://MSDN.com[/url]

Member Avatar for jbennet
0
163
Member Avatar for Ajantis
Member Avatar for Ajantis

Just select a background color for th GroupBox, then in form properties say that color you selected is Transparent from Form properties Transparent Key = ? Example If you select Red as GroupBox background Transparent Key = Red

Member Avatar for Ajantis
0
7K
Member Avatar for songkok

What's the difference to run C# code on Windows Server 2003 and XP, Vista or even Windows 7? All is one, Just read in DirectoryInfo and FileInfo classes part from System.IO namespace. If you search in this forum you'll find a similar thread too.

Member Avatar for LizR
0
112
Member Avatar for gouki2005
Member Avatar for brianjharder
Member Avatar for ayi_102
Member Avatar for Tekito

Look when you treat with dataset you treat with database (I don't know if you've to set Enforce relationship property to true or it's set by default) so you can update it then reflect these changes to the physical database.

Member Avatar for Ramy Mahrous
0
115
Member Avatar for thilinam

You can achieve that in various ways 1- Managed C++ within your solution.(in case you've some developers need to write their code in managed C++) 2- Add reference to library aka .dll (developed with managed C++)

Member Avatar for Ramy Mahrous
0
72
Member Avatar for Alexpap

If you can convert text to html tags you can save these tags into text file with extension htm\html!

Member Avatar for Teme64
0
96
Member Avatar for muhammad ismail

1- I can't explain it better than MSDN [url]http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.aspx[/url] 2- [icode]System.Net.Mail.SmtpClient[/icode] would help you.

Member Avatar for Comatose
0
65
Member Avatar for jaiprakash15

Have a look on [url]http://bytes.com/groups/net-xml/178906-change-node-attribute-value[/url] You can googlize it also, I did that :)

Member Avatar for Ramy Mahrous
0
164
Member Avatar for shazzy99

I think there no method to do so, you can use DOS commands and call\send parameters to them from C# application.

Member Avatar for Ramy Mahrous
0
286
Member Avatar for daniel50096230

Because the main thread doesn't terminated. You just hide the main form, I think you close application from staff form, right? so, in its close event add this [icode]Application.Exit[/icode]

Member Avatar for hatemstar
0
68
Member Avatar for smnadig

Stored procedure name as well SQL Statement may be in SqlCommand class, can you fetch some properties of SqlCommand class using Microsoft.Cci??

Member Avatar for smnadig
0
439
Member Avatar for a0011010011

It may help [url]http://fci-h.blogspot.com/2007/08/webservices-in-orcas.html[/url]

Member Avatar for Ramy Mahrous
0
142
Member Avatar for jaiprakash15

Look I feel you can do it on your own just try First tell me you can get the ListView columns?! - listView1.Columns Then you can treat with XML file as we discussed in the previous post.

Member Avatar for jaiprakash15
0
151
Member Avatar for kritiohri

After assign ComboBox your datasource (your department table) navigate in ComboBox properties you'll find which help you doing your task.

Member Avatar for manoj_582033
0
125
Member Avatar for danielc

You can create file at specific location in program load if not exists if exists it means that the application running show to the user the messagebox "can't dupl....." in form closing remove the file...

Member Avatar for hassan-golab
0
3K
Member Avatar for arunasingh
Member Avatar for Ramy Mahrous
0
56
Member Avatar for stewie griffin

[url]http://blog.nerdbank.net/2007/07/spssnet-wrapper-library-now-hosted-on.html[/url] Enjoy!

Member Avatar for Ramy Mahrous
0
197
Member Avatar for csharplearner
Member Avatar for csharplearner
0
190
Member Avatar for dangbach2000
Member Avatar for Ramy Mahrous
0
43
Member Avatar for ddanbe

Yes, if I were you, I'd make it UserControl 1- You have constant control (be used in this App and others) 2- You need this control to give you "a matrix" more than textboxs values, some how you isolate logic from UI and UI controls from UI processing elements.

Member Avatar for LizR
0
118
Member Avatar for WhYuLoOkIn
Member Avatar for asif786

- List or ArrayList can be used for better reasons. and It contains [icode] .Contains [/icode] method which to be used in your case. - Use Random class to generate numbers but check if the generated number is has been generated before or not.

Member Avatar for Ramy Mahrous
0
168
Member Avatar for Aigini

In such cases, it better to search over internet or googlize that take a look on [url]http://www.codeproject.com/KB/aspnet/DataTableAdapter.aspx[/url] If you didn't understand that, feel free to reply back.

Member Avatar for Ramy Mahrous
0
97
Member Avatar for jaiprakash15
Member Avatar for jaiprakash15
0
112
Member Avatar for prithimca
Member Avatar for drfarzad

You can read either in LINQ or ArrayList, in your case I prefer to read in ArrayList.

Member Avatar for Ramy Mahrous
0
358
Member Avatar for dfs3000my

Look I don't feel it'd be good to send email from SQL Server, + I don't know if Express edition has this feature or not. but try to send on ASP.NET forum [url]http://www.daniweb.com/forums/forum18.html[/url] how to solve this task.

Member Avatar for Ramy Mahrous
0
130
Member Avatar for sfrider0
Member Avatar for freshfitz

So the output should be 2008-03-09 13:15:12.513 2008-03-09 13:16:53.700 2008-03-26 13:30:20.077 2008-03-26 13:30:51.810 right?

Member Avatar for freshfitz
0
150
Member Avatar for edgar5
Member Avatar for edgar5
0
193
Member Avatar for mkn07

hmmm, Yes Danny, but I think he has a problem in undertanding what virtual directory is!! What you are doing Mkn is going to shared folder on network not virtual directory!! I'll search in this topic and reply you soon, but better go to ASP.NET forum and discuss that there …

Member Avatar for Ramy Mahrous
0
315
Member Avatar for muek
Member Avatar for muek
0
126
Member Avatar for slen

Break the many-to-many relationship into one-to-many and many-to-one Which means? create a bridge table Employee_Company (EmployeeID int #, CompanyID int #, Salary float, .....) Bridge table properties: has composed primary keys (in your case Employee and Company) - has shared properties which illogical to included in the entities it ties …

Member Avatar for Ramy Mahrous
0
96
Member Avatar for kanaku

[quote] users can 'approve' or 'disapprove' another member [/quote] User is Member?! or each another entity!!

Member Avatar for kanaku
0
130
Member Avatar for creativehacker

Very great answer Lizr, I like it and in general your way in solving people questions (Y)

Member Avatar for LizR
0
72
Member Avatar for Jacky1

VC or C#!!! If VC [url]http://www.daniweb.com/forums/thread131662.html[/url]

Member Avatar for Jacky1
0
96
Member Avatar for SubeeshBabu

PL\SQL just for Oracle and T-SQL for SQL Server, you can't run PL\SQL in SQL Server! except ANSI-SQL runs on both (all) RDBMSs

Member Avatar for Ramy Mahrous
0
72
Member Avatar for Phillip_Hess

It's really the most hard question I've met! loool I don't use to write SQL frequently, I just did the half of task to you, is to get parent ID, please care and ask if you didn't understand anything in my script, I work more than 2 hours in :( …

Member Avatar for Ramy Mahrous
0
161
Member Avatar for WJSwan

[code=C#] if (openFileDialog1.ShowDialog() == DialogResult.OK) { System.Diagnostics.Process.Start(openFileDialog1.FileName); } [/code]

Member Avatar for Ramy Mahrous
0
100
Member Avatar for bond124
Member Avatar for bvssam
Member Avatar for abcdofc

It's better if you want to begin developing new thing is to googlize it, [url]http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/window_service.aspx[/url]

Member Avatar for iDeveloper
0
136
Member Avatar for asif786
Member Avatar for bharanidharanit

The End.