1,302 Posted Topics

Member Avatar for sofia24
Member Avatar for newMeg

Describe for me what's Photo, Category and Subcategory table?? the descrription of each of which I may help you!

Member Avatar for SheSaidImaPregy
0
118
Member Avatar for Jugortha

In wizard setup project aka deployment project you can register files extension your executable can open, and you can also add an item to Windows Context menu when user rights click on your specific files extensions. If you didn't get me, I'll write for you step by step how can …

Member Avatar for Jugortha
0
105
Member Avatar for iced98lx

How to make a datasource need a video to explain it I recommend you go to [url]www.msdn.com[/url] and search on How Do I C# you'll find some examples.

Member Avatar for iced98lx
0
122
Member Avatar for FallenPaladin

You can handle the click event of many controls (TextBox, Buttons,... etc) with just one method what you need is to identify the sender (Who's?) Button or TextBox or what and then decide what to do!!

Member Avatar for Ramy Mahrous
0
353
Member Avatar for sofia24

Yes, you can hold what returned from your SP in XML object for later processing or DataReader for navigation.. If you need a sample tell me..

Member Avatar for Ramy Mahrous
0
85
Member Avatar for aamirbabar

Web-based or windows application? I feel it's web application and DataGridView supports paging, where is your question??

Member Avatar for aamirbabar
0
73
Member Avatar for Alekhan

You gave a nice solution begin in coding it and if you face a problem ask us specific question, the answer you need is to make someone coding your problem!!

Member Avatar for Ramy Mahrous
0
97
Member Avatar for aminit
Member Avatar for popnadrian
Member Avatar for Ramy Mahrous
0
100
Member Avatar for Berry.C.Jenson
Member Avatar for ashishparihar

[code] public abstract class AbsClass { public abstract void Create(); } public class Employee : AbsClass { public override void Create() { throw new NotImplementedException(); } } public class Project : AbsClass { public override void Create() { throw new NotImplementedException(); } } [/code]

Member Avatar for Ramy Mahrous
0
111
Member Avatar for abidbhat
Member Avatar for sudane
Member Avatar for Derice

What you need is array of PictureBox control and to play with their positions!

Member Avatar for Ramy Mahrous
0
54
Member Avatar for nikk
Member Avatar for wiz83

define your users and from user properties define "User mapping" to set and remove some privilages

Member Avatar for wiz83
0
84
Member Avatar for ShawnCplus
Member Avatar for iamthwee
Member Avatar for vsc33

Use paramatized command better than you did, to debug your code efficiently and send your code again I may help.

Member Avatar for Ramy Mahrous
0
169
Member Avatar for srinukatkam

Please move your thread to ASP.NET forum to get help [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
74
Member Avatar for srinukatkam

Please move your thread to ASP.NET forum to get help [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
106
Member Avatar for CodeMonkey775
Member Avatar for Ramy Mahrous
0
116
Member Avatar for aminit

Edit the form code generated and add this line this.Cursor = new System.Windows.Forms.Cursor([B]CursorPath[/B]); It works with me well.

Member Avatar for aminit
0
101
Member Avatar for dc_24l

You can use ProcessStartInfo class to help you I am attaching an example it could help This example I wrote to help me to generate key file for com and com+ applications [code] public void GenerateKeyFile(string path) { string commandLine = " \"C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\Bin\\sn.exe\" -k "; ProcessStartInfo …

Member Avatar for Ramy Mahrous
0
390
Member Avatar for bhuman
Member Avatar for serkan sendur

[code] SELECT dbo.Category.Name, dbo.Category.ID FROM dbo.Category LEFT OUTER JOIN dbo.Category AS Category_1 ON dbo.Category.ID = Category_1.ParentID WHERE (Category_1.ParentID IS NULL) [/code]

Member Avatar for serkan sendur
0
178
Member Avatar for gurpreet.kaur
Member Avatar for jelab89
Member Avatar for asif08

You should initialize all object before using, I didn't see your code, but error message says that!

Member Avatar for Ramy Mahrous
0
94
Member Avatar for anikgarg85

Save the selected image as binary data, I think MS Access supports Binary datatype, no need to convert it to matrix.

Member Avatar for Ramy Mahrous
0
25
Member Avatar for dc_24l

[url]http://msdn2.microsoft.com/en-us/vcsharp/default.aspx[/url] you'll find a lot of videos, articles and samples!

Member Avatar for Ramy Mahrous
-1
67
Member Avatar for asif08
Member Avatar for igalep132

Change ComboBox DropDownStyle to DropDownList, it forces user to select ComboBox items...

Member Avatar for igalep132
0
249
Member Avatar for Webbsta

You can use ProcessStartInfo class to help you I am attaching an example it could help This example I wrote to help me to generate key file for com and com+ applications [code] public void GenerateKeyFile(string path) { string commandLine = " \"C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\Bin\\sn.exe\" -k "; ProcessStartInfo …

Member Avatar for Jx_Man
0
254
Member Avatar for sam63
Member Avatar for Ramy Mahrous
0
95
Member Avatar for aminit
Member Avatar for Ramy Mahrous
0
456
Member Avatar for Slate2006
Member Avatar for gracea
Member Avatar for rhose

Show us your effort to help you, friend! your question is straightforward! You just need to read about if else in C#.

Member Avatar for david.crawford
0
383
Member Avatar for Ratte

[code] class XYZ { string str; public string Str { get { return str; } set { str = value; } } public XYZ(string str) { this.str = str; } } [/code]

Member Avatar for Ramy Mahrous
0
93
Member Avatar for chaitanya_D24
Re: Hi

try to run your application as administrator and feed me back!

Member Avatar for JerryShaw
0
81
Member Avatar for aminit
Member Avatar for aminit
0
108
Member Avatar for minigweek
Member Avatar for brightline
Member Avatar for russb

There are third party controls for charting and they are integrated with .net, search and play with them.

Member Avatar for Jugortha
0
91
Member Avatar for Naruse
Member Avatar for Naruse
0
129
Member Avatar for saravanarajan

Crystal report reports can be merged in your application (You don't need to call report from Server) just connect to your Oracle DB Server.

Member Avatar for saravanarajan
0
93
Member Avatar for palej

Forward your question to asp.net forum [url]http://www.daniweb.com/forums/forum18.html[/url]

Member Avatar for Ramy Mahrous
0
150
Member Avatar for complete

Sure, you do something wrong! send me the code [b]ramymahrous@gmail.com[/b]

Member Avatar for JerryShaw
0
58

The End.