No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Hello i am making a project, in which i need to display an event live on a website. Please guide me how it is possible. Thanks in advance
Hello, I am creating a page in which i have used autocomplete extender with textbox. i am displaying fields like first name, last name and pic of the user from TABLE and showing in when person type a name in texbox. The problem is that i have one another field …
Please tell how can i get projects of SEO? I want to start SEO Work. Thanks in advance.
Hello, I am facing a problem in creating setup project in C# window applications. Actually I have made two pojects, one fee managment system and library management system. In library management project i have merged the fees management project, so that i can reuse Student entry and updation forms in …
Hello, Please tell me how to use datagrid in C# windows application? How to use other controls like textbox, checkbox and combobox in datagrind and populate it from database. Thanks VIMIT
Write code as: String sQueryShow = "SELECT SUM(pf5_showplaylists.runningtime) as tot FROM pf5_showplaylists WHERE pf5_showplaylists.showID = " + ShowID + ";"; SqlCommand cmd=new SqlCommand(sQueryShow,con); string str=""; con.Open(); if(cmd.ExecuteScalar()!=null) str=cmd.ExecuteScalar(); con.Close();
you must specify the cell index, in which image is stored.
remove the following coding from Program.cs Application.Run(new Form1()); Then write the code you want to execute.
I have created a C# windows application for complete school management. every thing is fine but some when i run debug and run my project it shows 'not enough memory to copy exe file' i think the error occurs due to big size of project. but how to resolve this …
select featured.id,......... from featured,information where featured.id = information.id
i have done work on same problem. i have solved it .
The End.
vimit