Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
24% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
9
Posts with Downvotes
5
Downvoting Members
7
1 Commented Post
~31.2K People Reached
Favorite Tags
Member Avatar for islander7

Hey, I'm new to the forums but fairly experienced when it comes to computers. I've got a Dell Dimension 8400 and a 2001FP monitor. When i boot the computer up, the video card's fan is spinning and the computer seems to power on fine... except for the fact that there …

Member Avatar for Robert_65
0
10K
Member Avatar for kimbula...

I want allow only to enter numeric values in a textbox in C#. Can someone assist me on this. would be a great help.

Member Avatar for kplcjl
0
5K
Member Avatar for yousafc#

Hello Experts Here is my connection string [CODE] string con = "Data source =YS-8462BA359936;Initial Catalog = Schooldata;Integrated Security = True";[/CODE] and my store procedure is [CODE] SqlConnection objCon = new SqlConnection(con); objCon.Open(); SqlCommand cmd = new SqlCommand("Studentinsertadmission", objCon); cmd.Parameters.Add(new SqlParameter("@Studentid",Convert.ToInt32( studentid.Text))); cmd.Parameters.Add(new SqlParameter("@StudentName", firstname.Text)); cmd.Parameters.Add(new SqlParameter("@Image", image.image )); cmd.CommandType = …

Member Avatar for mostafarafi
1
5K
Member Avatar for yousafc#

I want make Dictionary English into Urdu.I already made Hash Table and entered Some Words Pleas Tell me how can i convert English text into Urdu.

Member Avatar for <M/>
1
1K
Member Avatar for yousafc#

How Can Transferdata from RitchTextBox to Label with all Formats. i.e RitchTextBox's Text Color ,Font,FontStyle

Member Avatar for yousafc#
0
174
Member Avatar for diya45

hi all store procedure set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER procedure [dbo].[insertguestinfo] @Guest_ID int, @first_name nvarchar(50), @Last_name nvarchar(50), @Gender_ID int, @Martial_ID int, @Phone_number int, @email_address nvarchar(50) as begin insert into GuestInfo(Guest_ID,First_name,Last_name,Gender_ID,Martial_ID,Phone_number,Email_address) values(@Guest_ID,@first_name,@Last_name,@Gender_id,@Martial_id,@Phone_number,@email_address) END public void add() { Guest_info gst_info=new Guest_info(); string ConString = @"Data Source=USER-PC\SQLEXPRESS;Initial Catalog=htm;Integrated Security=True"; SqlConnection …

Member Avatar for yousafc#
0
165
Member Avatar for yousafc#

This is My Code I could not fingur out the code for Next Picture in my array int imagenume; string[] imagepat = new string[imagenum]; private void button3_Click(object sender, EventArgs e) { OpenFileDialog open = new OpenFileDialog(); open.Multiselect = true; if (open.ShowDialog() != DialogResult.Cancel) { for (imagenum =0; imagenum < imagepat.Length; …

Member Avatar for tinstaafl
0
121
Member Avatar for vindom

Hi! I'm writing little software just to get some practice in c#. I have listview in form 1 where program displays first name and last name form access database. When admin selects name/surname in listvioew and press show usercard(form2) I have a label in form2 and I want it to …

Member Avatar for vindom
-1
1K
Member Avatar for yousafc#

I am Creating Attendance windows form I have two lables 1-current time 2- time i fixed ie 8:00:00am.i want if student came to school before 5 minutes It show message you came before 5minutes and if student came after time 5 minutes late it show student came 5 minutes late …

Member Avatar for caKus
0
190
Member Avatar for prasishiva

I need to display the column names from table in the dropdownlist of the application. How to display columns of table from database to application using c#?

Member Avatar for Bhuvan Ram
0
310
Member Avatar for salman.k.srabon
Member Avatar for stefano.a.feltre

(sorry for my english...) I have created a textbox where i take the number of textboxes that i must create... i created the textboxes pressing a button whit this... N = Convert.ToInt32(textBox1.Text); //N is a global variable... ValoriText = new TextBox[N]; for (int i = 2; i <= N + …

Member Avatar for JOSheaIV
0
119
Member Avatar for yousafc#

AoA I am Inserting Data From DataGridview to Sql2005.It Insert Perfectely. The Problem is that when i insert record it alway insert 0 row with my other rows The Code is below try { string con = "Data Source = FLOWER-PC;Database = MYFIRSTDATABASE;Integrated Security = True"; SqlConnection cn = new …

0
89
Member Avatar for yousafc#
Member Avatar for ChrisHunter
0
217
Member Avatar for yousafc#

Please tell me deeply about classes and objects My Question are: What is class? Why we use class? How can we use class? what do help class? Please tell me and also tell how can I learn about class?

Member Avatar for thines01
0
205
Member Avatar for yousafc#

[CODE]i made calculator it works best but it cannot result out when i enter 10*100% pleas help me immediately [/CODE]

Member Avatar for gmahesh211
-1
218
Member Avatar for yousafc#

Please tell me,Why Microsoft choose name operating system (Windows).Please no body reject this question.I know it is not related c#,But it is related IT world.

Member Avatar for ddanbe
0
98
Member Avatar for yousafc#

Hello In My Visual C# 2008.Its References has not Direct show in .Net Reference . Tell Me how I can Install Direct show library in c sharp.net

Member Avatar for yousafc#
0
112
Member Avatar for yousafc#

Hello Hi when I deploy my project using set up wizard the error show and my deployment set up stopped,Please Help for this Immediately. The Error Is [COLOR="Red"]The following files may have dependencies that cannot be determined automatically, Please confirm that all dependencies have been added to the project C:\windows\system32\wmp.dll …

Member Avatar for Momerath
0
116
Member Avatar for yousafc#

Please tell me how to make flash player in c sharp.I have no Idea.Please tell me about to flash in c sharp 2008.

Member Avatar for yousafc#
0
179
Member Avatar for yousafc#

I have a form of c sharp, In winch I have Five Button.I want hit all buttons one by one dynamically. Please send me complete Code of c sharp.

Member Avatar for yousafc#
0
119
Member Avatar for yousafc#

Hello All I just made a simple media player in c sharp.My code is [CODE]axWindowsMediaPlayer1.ContainingControl.BackgroundImage = Properties.Resources.Image1 ;[/CODE] But it is not working..................Please tell me. Thanks Advance

Member Avatar for nick.crane
0
312
Member Avatar for yousafc#

Hello,This is my code.I have in big problem anyone have a solution. I want view crystal Report by using studentid. [CODE] { CrystalReport1 objRpt; objRpt = new CrystalReport1(); string con = ("Data source =DATA;Initial Catalog = Schooldata;Integrated security = True"); SqlConnection objCon = new SqlConnection(con); // Here I am writing …

Member Avatar for yousafc#
0
142
Member Avatar for yousafc#

Please tell me "I am Using c Sharp window form and crystal Report" I want Display the record User input windows form.i.e If user Input in textbox CustomerID 1.It should show the record in crystal Report only Customer Id 1.

Member Avatar for kvprajapati
0
102
Member Avatar for orville

Hey All I would like to know how to retrieve a image from sql server database. im storing the path in the database..

Member Avatar for yousafc#
0
201
Member Avatar for yousafc#

I have two text box [COLOR="Red"]Textbox1[/COLOR]and [COLOR="red"]Textbox2[/COLOR] and [COLOR="red"]button1[/COLOR] textbox1.text = 1; textbox2.text = 0; Now I want when I click on button1.textbox2's data increment. this is my code [CODE]for (int i = 0; i <= 5; i++) { textBox2.Text = textBox1.Text[i].ToString(); }[/CODE]

Member Avatar for ddanbe
0
137
Member Avatar for yousafc#

I have a database [CODE]LastBalance,AdmissionFee,ClassFee,Total,Received,Balance[/CODE] Please tell me how can i get [B]Last Balance[/B] from sql server

Member Avatar for yousafc#
-2
102
Member Avatar for yousafc#

I have a Textbox named txtage.text.Now I want When Insert in txtage.text as 30/12/1980. disable tabindex.and messagebox show "You can not give admission".If Insert in txtage.text as 30/12/2005. Enable Tab index .its mean student 's age must be 6 year not greater nor less.

Member Avatar for yousafc#
0
186
Member Avatar for yousafc#

Hello All Experts Please tell. Can I use Microsoft Excel Sheet in c sharp as addition of Students Monthly fee And save it in SQL Server ?

Member Avatar for sknake
0
295
Member Avatar for lianpiau

I'm want to join 2 table from access database and Microsoft SQL Server 2008 In microsoft visual studio 2008. Display join data in datagridview.

Member Avatar for yousafc#
0
116