Making number guessing game object oriented
I am trying to learn object oriented concepts. I have code for a simple number guessing game using windows forms. I am trying to make object oriented. I have had some success with console...
View Articlecursor symbol on datagrid view
Hi,I have a problem with cursor shape on datagridview.Whenever i put cursor on datagridview, the symbol of cursor is stop symbol.I want to put normal cursor symbol.ThanksDarma
View ArticleUnable to change label text for certain location on web form (Label.text =...
Hi, I am trying to change label text on button click, the way label.text = "string" work well before but not in this case.I tried to put this on other method and it work..it is just not working on the...
View Articlehow to plugin the windows media player in html page using javascript?
how to plugin the windows media player in html page using javascript
View ArticleComparing Two text Box values and Highlighting the Mismatch
I have Two text Boxes 1st Text Box Contains KiranKumar BE Bangalore 2nd Text Box Contains Arunkumar MCA BangaloreOn Button Click Event I have to Compare these two textbox values and then i have to...
View ArticleCompare values of two text Boxes and Highlight the differenc
I have Two text Boxes 1st Text Box Contains KiranKumar BE Bangalore 2nd Text Box Contains Arunkumar MCA BangaloreOn Button Click Event I have to Compare these two textbox values and then i have to...
View Articlehow can disable print screen key from windows registry c# ?
hello guys how r u ??my question is that , how can we disable print screen key from windows registry using c#kindly reply soonThanks.
View Articlewho to load a ms chart control from a current page to new page.(client side)
javascript var divToPrint = document.getElementById('<%= Page.Master.FindControl("ContentPlaceHolder2").FindControl("divReport").ClientID %>'); ; var newWin = window.open('', '_blank', features);...
View ArticleNot to Display Blank Fields from Database?
Hi,How is it possible not to display blank fields from a database. I've got tags associated with a post and they show up on the page but as a blank area. So if I have 5 blank columns in the database it...
View Articlecount down in test page
i have a test window on which i have to use count down for time. when we click on next button page is posted back and on postback new question is selected. total time will be selected from database.i...
View Articleinsert, update delete in Visual studio
Hi,There is a very nice artical on "Insert, Update and Delete Data With DataGridView in Windows Form Using WCF Service" However, after image 27 there is a statement "Double-click on the every Button,...
View ArticleOpen application in remote system
Hey Lets say i have 2 computers x and y which are both connected in LAN . computer x has a power point which i need to open in computer x itself using computer y. I have a c# code which can open...
View Articlereturning largest int variable from object
What is the most efficient way of returning or finding the largest int variable from an object. For example, object A has many int variables. I am just wandering is there a way to iterate through an...
View ArticleHow to insert and merge data rows in asp.net C#
I'm trying to save multi line values in textbox into multi rows in sql. I have :http://www.4shared.com/photo/pzb2wflN/data.html and Textbox: http://www.4shared.com/photo/2A0qiYHZ/3_online.htmland after...
View ArticleHow to deploy C# windows application with autorun.inf
I have created a C# windows application. Now I want to create an autorun cd for my application so that inserting the CD my application will run automatically on any computer whether it has dotnet...
View Articlehow to find user click and IP on banner clicked
Hi Good morning,suppose i have asp.net appliaction in which i have some advertisement banner of various compnay ,so how to find number of user click on that banner and from which IP address it was...
View Articleaccepting date from datagridview to textbox and accepting time from database...
hiI design one form of registration in that i use two DateTimePicker one for date and second for time.when i save the request in database I use datetime datatype for date and nvarchar for time.it store...
View ArticleUpdate existing Oracle10g database connection with new query
this is my project 10 oracle database and visual studio 2005 version 8... with old plsql query its work....Dim dbconn, sql, dbcomm, myReader dbconn = New...
View Articleproblem in join query
Hi friends the below is my join query for getting some result createprocedure sp_bindexamclass(@classid int,@examid int)asbeginselect...
View Article