57 Posted Topics

Member Avatar for nccsbim071

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(); } …

Member Avatar for nccsbim071
0
127
Member Avatar for nccsbim071

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 …

0
49
Member Avatar for nccsbim071

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 …

Member Avatar for sknake
0
405
Member Avatar for enireka108

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] …

Member Avatar for nccsbim071
0
87
Member Avatar for nccsbim071
Member Avatar for nccsbim071
0
90
Member Avatar for nccsbim071

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 …

Member Avatar for nccsbim071
0
154
Member Avatar for nccsbim071

How can i get the public key token for the assembly that i want to add in root web.config file. Please Help

Member Avatar for nccsbim071
0
179

The End.