Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for wissam.ashkar

Hello, I get this error: "No data exists for the row/column." at the red section in my code. I am sure my database row i am selecting has data in dr.get..(3) and dr.get...(5) [CODE] private void button1_Click(object sender, EventArgs e) { int cpnumber = Convert.ToInt32(LastCP.Text); DateTime cpdate = Convert.ToDateTime(dateTimePicker1.Text); double …

Member Avatar for mani-hellboy
0
194
Member Avatar for wissam.ashkar

Hello, I created a C# project using Teletik Winforms trial, the project contains about 30 forms and 10 reports using Telrik reporting trial. I decided to uninstall Telerik and go back to basic visual studio components and styles. Can i convert my project from telerik components and references to Visual …

Member Avatar for mani-hellboy
0
130
Member Avatar for wissam.ashkar

Hello, I am new to MDI parent and child. I have an MDI container form named MainForm that contains a menu strip and tool strip containing few buttons (add,execute,close)and i have several child forms: ViewClientsForm, AddClientsForm, ViewSupplierForm, AddSupplierform. My questions: 1) What i want, is to use the toolstrip buttons …

0
61
Member Avatar for wissam.ashkar

Hello, I have three C# winforms 1) ReportParameterFrom contains a DateTimePicker 2) ShowReportForm contains MS reportViewer 3) The report itself. The report is filled from a DataSet,one of the dataset fields is a date. This field is invisible in the report, the report is about Daily sales. What I want …

Member Avatar for wissam.ashkar
0
91
Member Avatar for wissam.ashkar

Hello Guys, I am building an application using C# as a front end(VS 2008). I have a main form which contains a main menu and other controls like labels, calendar etc.. the main form I am talking about starts as full screen, my problem is when I drag/drop/edit controls in …

Member Avatar for wissam.ashkar
0
188
Member Avatar for wissam.ashkar

Hello, I am updating a DataGridView using [CODE](dAdapter).Update(dTable);[/CODE] How to check if update is done successfully in order to display a message box.

Member Avatar for wissam.ashkar
0
77
Member Avatar for wissam.ashkar

Hello, I have a RadGridView filled from database, when i click on a cell the whole row data is displayed in textboxes. The problem is when i click the GridView column header i get an error. What I want is when i click the column header the table is sorted …

0
74
Member Avatar for wissam.ashkar

Hi, I have RadDatagrid filled from MsAccess, I want when i click on a row once, my textboxes got filled with data from this row.

Member Avatar for wissam.ashkar
0
62
Member Avatar for wissam.ashkar

Hello guys, I am building a small accounting system, one of the main functions of this system is to add a new supplier. I am using Telerik, Rad controls ( trial version) to make some appearance improvements. Moreover, I have a winform to add a new supplier which contains several …

Member Avatar for wissam.ashkar
0
244