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

34 Posted Topics

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
159
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
96
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
252
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
57
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
79
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
112
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
107
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
128
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
116
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
80
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
136
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
87
Member Avatar for Md.Mamun

Hi there, I have also the same problem But i m using SQLServer 2005. I have created Crystal Reports using wizards only but i want to do it throuth coding. I just have added a report form to my project. Wt to do next i dont know. Plz help me

Member Avatar for Gaurav arora
0
97
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
137
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
103
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
131
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
120
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
93
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
103
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
91
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
267
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
97
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
111
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
Member Avatar for Gaurav arora

hi all! Till now i have made simple applications in C# that dont make use of Database. But now i wanna make a simple projects that keep records of employee i.e. their name,ids,emails,addresses etc. For that purpose i need database connectivy code in C#. Another problem is this that i …

Member Avatar for JerryShaw
0
207
Member Avatar for Gaurav arora

hi all! i m trying to input an array of strings same as we input array of integers. by declaring a 2 dimensianal array runnig 2 for loops like [code] for(i=0;i<m;i++) for(j=0;j<n;j++) cin>>arr[i,j] [/code] plz help me i m in great confusion because by doing in this way, i m …

Member Avatar for sirkraven
0
108
Member Avatar for rdsii64

hi gaurav arora here!my problem is that i wanna make a code which reads a string and checks whether the string is palindrome or not.i dont know how exactly to code this program. will someone help me. i would appriciate. thanx

Member Avatar for thekashyap
0
130
Member Avatar for Gaurav arora

hi my name is gaurav. i want to know what will be code if i want to open a word document or any other file on my HDD throuth c++ code. if someone can help me on this topic. i will bw grateful

Member Avatar for iamthwee
0
96

The End.