57 Posted Topics
I have created a windows forms in which on certain button click i show FolderBrowserDialog. After the user selects a folder and click on Ok button of FolderBrowserDialog i have done some work in the Ok click part of FolderBrowserDialog. For example [code=C#] if (folderBrowserDialog.ShowDialog() == DialogResult.OK) { generateFiles(); } … | |
Hi, I want to develop an online poker game in asp.net and C#. Can anybody tell whether do we have an existing library which i can download freely or by so that i can use to develop poker games. Or please suggest if you have any better idea. It's urgent … | |
Hi, Recently i have been creating a Generator. That extracts all the names of the tables from the database tables and generates the class file for each of the tables in the database. I have successfully extracted the names of database tables and their corresponding column names with thier data … | |
Re: Use javascript to get input from the user for example: response = window.prompt("Select Car","Enter 1 if you want Air Conditioned car and Enter 2 if you want simple one:"); [code=javascript] document.write('response'); [/code] or you can create windows forms and get the values of the textbox using the following code [code=javascript] … | |
Hi, is there any difference between accessor written as get { } get; | |
I have business requirement and i need to diplay records of data in certain format. My problem is as below: I have database with two tables names "Restaurant" and "Restaurant_Associates". "Restaruant" table stores list all the restaruants available in town wheres "Restaurant_Associates" sotres the list of associates for particular restaruant … | |
How can i get the public key token for the assembly that i want to add in root web.config file. Please Help |
The End.