Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ramy84

Hello, below is the program written to enter the details of grocery products purchased and find the totalamount. namespace grocery_billing { public class program { public static void Main() { int choice, key; float Price, TotalCost; string ItemDescription; DateTime Date; File.Create(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "grocery billing.txt"); Console.WriteLine("Press 1 to read data from …

Member Avatar for ramy84
0
205
Member Avatar for judithSampathwa

hi i have a datetime picker in user control form in C#. when i load the user control i want the datetime picker to disply no value in the datetime picker box. the code is below. [CODE] dpEDate.Format = DateTimePickerFormat.Custom; dpEDate.CustomFormat = " "; [/CODE] and when the user control …

Member Avatar for judithSampathwa
0
230
Member Avatar for chandnigandhi

how to use video files in c#???in which format we can use video files in c#???which control we can use for video files in c#???

Member Avatar for shrutipopat
0
2K
Member Avatar for siaswar

Hi, I want to call my simple stored procedure in my app's local database. This is my procedure: [CODE]ALTER PROCEDURE dbo.booklist AS select * from book RETURN[/CODE] ---------- Actually I should run my query that is simple and return list of books (SELECT * FROM book). I should do this …

Member Avatar for ChhayaDeshmukh
0
133