Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 2
Member Avatar for Gaurav arora

Hi all, I have created a table in which i have a DateTime Column . i need that i dont want to insert values in that column from the front end. i have created a trigger for that purpose. whenever i insert a row in that table the dateTime column …

Member Avatar for Timothy_3
0
212
Member Avatar for Gaurav arora

Hi I m Having a Problem in retrieving records. I want to get nth maximum value in a column. I have tried it using top select top n ColumnName from tablename where(select top n-1 ColumnName from tablename order by columnName desc) But i m getting all the n records. Any …

Member Avatar for crishlay
0
248
Member Avatar for Gaurav arora

Hi all i want to display two unrelated tables in the same datagridview. I m using merge method of datasets but in vain. Any idea Plz

Member Avatar for SUNFARMS
0
157
Member Avatar for Gaurav arora

hi! i m Gaurav. i m facing a problem in printing a series i have print the series related to it. like * * * * * * * * * * * * * * * but i m facing a problem in printing the following series: * * …

Member Avatar for ashutosh1234
0
88
Member Avatar for Gaurav arora

Hi all, Iwant to know is there any way to add a new column in datagrid depending upon the value of a combobox. I have columns in a table whose names are same as combobox's items names. I need to add that column in datagrid which value is selected by …

Member Avatar for Geekitygeek
0
243
Member Avatar for Gaurav arora

hi all, i m working on a project(Inventry System) in which i have to update stock frequently. i have created a trigger in SQl for stock updation. if i insert for a particular product in stock table the previous quantity and the current inserted quantity must be added. Plus i …

0
55
Member Avatar for Gaurav arora

Hi All, i m currently making a project on departmental store. i m facing a problem in it. i m facing the same problem while Billing and at the time of stock maintainance. the problem is as follows: As seen in many departmental stores there may be different packing of …

Member Avatar for tdeck
0
99
Member Avatar for Gaurav arora

Hi all i m working on a component to generate reports. when user uses this component it should prompt the user wheather oracle/SQL server/Access should be used. on the basis of the user's input it must display the database connection wizard

Member Avatar for serkan sendur
0
78
Member Avatar for Gaurav arora

hi all, i m working on a component for MIS department. i need that when i run my component it should ask for: from where u want to retrieve ur data i.e. from Oracle/SQL Server/MS-Access. when i select one of these options for ex. if i select Oracle or SQL …

Member Avatar for sknake
0
111
Member Avatar for Gaurav arora

Hello Sir, Can u tell me how to merge two tables(no relationship) in datagridview. I have used merge method of datasets but in vain

Member Avatar for Renukavani
0
105
Member Avatar for Gaurav arora

HI all i m making a project for a departmental store. In that I have to make a bill generation form in which i have taken a gridview for the products entry which have been purchased by the customer. I have taken 5 columns in that gridview. ProdId,ProdName,Qty,Price and total. …

Member Avatar for EastStreetEagle
0
124
Member Avatar for Gaurav arora

Hi all i m facing a problem in my project. I want to add all the rows of a particular column(based on name of the column) in the combo box without using data bindings wizard. i need it through coding Any help plz

Member Avatar for Jugortha
0
111
Member Avatar for Gaurav arora

Hi there I want to import Printing in my Application. But I m Unable to send the values to be printed in the Printing Class. i Initialize the Printing Class Variables from other class by Creating an object of the printing class. But when i tried to get values of …

Member Avatar for vckicks
0
78
Member Avatar for Gaurav arora

Hi all I m making a project in which i have two textboxes to enter time of Departure and Arrival. The User can enter any string value in a textBox. But i want that user must enter a time format value with am/pm. Is there any component or coding for …

Member Avatar for selvaganapathy
0
133
Member Avatar for Gaurav arora

Hi all i want to add my Column names in a combo box for some purpose But how i will do that because i dont know the number of columns in the table and new column in the table can be added from the application. So the column size is …

Member Avatar for nnobakht
0
84
Member Avatar for Md.Mamun

I want to create crystal report in c# with mysql.please help me by providing the procedure.

Member Avatar for Gaurav arora
0
94
Member Avatar for Gaurav arora

Hi all I just want to add some functionality in my project. I simply need that when a user enters some details then based on some specific column values if the value entered by user already exists in the database then message should be displayed. if i use primary key …

Member Avatar for Gaurav arora
0
131
Member Avatar for Gaurav arora

Hi all, I m making a project on airlines reservation in C#. I have some problem. The problem is when i accept the values from the user like Origin City,Destination City,Date of travel and class of travel. After filling this information user clicks on the Available Flight button. When clicking …

Member Avatar for dickersonka
0
101
Member Avatar for Gaurav arora

Hi all, I m facing a problem regarding datagridview. I have taken a gridview with a custom column with checkBox only. Every row in datagrid contains a checkbox as its first column. Now i want to trap the values of that particular row which is checked by the user. Also …

Member Avatar for rapture
0
124
Member Avatar for Gaurav arora

Hi all, I m making a project on airlines reservation in C#. I have some problem. The problem is when i accept the values from the user like Origin City,Destination City,Date of travel and class of travel. After filling this information user clicks on the Available Flight button. When clicking …

Member Avatar for LizR
0
79
Member Avatar for Gaurav arora

HI all, I just want to ask how we can add more than 1 table in dataset or dataadapter through coding not through wizard.

Member Avatar for AmirBedair
0
130
Member Avatar for Gaurav arora

HI all I m facing a problem in my project. I have made a form for users to change their password But when i click on submit button i get an error msz in the form of exception the msz is : Update Requires a valid Update command when passed …

0
47
Member Avatar for Gaurav arora

HI all i m making a project in which i have added menu named Login which includes items like login, create new user, delete user, change password etc. i want to access these items on the basis of username. e.g. if username is administrator he can access all the items …

Member Avatar for Gaurav arora
0
116
Member Avatar for Gaurav arora

Hi all, i have added the form required in my project. it is showing there in solution explorer window. But i cant access that form through coding. can anyone tell me wt is the problem

Member Avatar for ChaseVoid
0
89
Member Avatar for Gaurav arora

Hi all I have to make a form in my project which includes text NOW LOADING following 4 to 5 dots like ......, Now my motive is that on loading that form the dots should look like moving as is mormally seen in all softwares and games. i have used …

Member Avatar for AmirBedair
0
101
Member Avatar for Gaurav arora

HI all again here with some problem. I m making a project in which i made a form MDI container and on running the application login screen opens within the Main form(MDi). I want that until user logins he should not b able to access main form or its options. …

Member Avatar for Jx_Man
0
87
Member Avatar for Gaurav arora

hi all, I m making a project in VC# for Airlines reservation. I have taken two comboboxes. one for source city and 1 for destination. i want that the values in the destination combobox must be add according to the value in source combobox. e.g. If i select New York …

Member Avatar for vietnamese
-1
261
Member Avatar for Gaurav arora

Hi all I m making a simple game in C# (Catch ME). In this game there will be a button to catch. when a user moves the pointer to click on to it. It moves further and doesnt get clicked. i have done it by changing the location of the …

Member Avatar for Ramy Mahrous
0
93
Member Avatar for Gaurav arora

Hi all, I m using C# from Quite some time. I m facing a problem regarding my project. The problem is When the user clicks on the close button on any form it displays the messagebox saying Do u really want to quit or not?. This MessageBox contains two buttons …

Member Avatar for JerryShaw
0
108
Member Avatar for Gaurav arora

hi there i have been working with C# for quite some time. I want to know How i will be able to insert an image in the form and get it blinked. Rather i have inserted the Image But i dont know how to blink it

Member Avatar for Gaurav arora
0
2K