Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #3K
~7K People Reached
Interests
Programming, photography
Favorite Forums
Member Avatar for cumadhu

Hi All, I have specific requirement in C#. I have to return two values from a single variable/method. How to do it? If you can help me, you are most welcome. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for Michael27
0
544
Member Avatar for GilbertB

I am doing a sample program where it involves inserting data from textboxes and a Combox to SQL Server databse ... private void btnAdd_Click(object sender, EventArgs e) { da.InsertCommand = new SqlCommand("INSERT INTO Member VALUES (@MemberID, @Name, @Surname, @IDNo, @Address, @Town, @TelNo, @MobNo, @Email)", c); da.InsertCommand.Parameters.Add("@MemberID", SqlDbType.VarChar).Value = textBox50.Text; da.InsertCommand.Parameters.Add("@Name", …

Member Avatar for Mitja Bonca
0
239
Member Avatar for jashmin

hey my topic name is sanitaryware and pipefitting system... i dntknw how to make system diagrams and how to connect............ i have 1 module wich is purchase....nw when customer will come definately he will buy more than 1 parts.than i kept list box...nw how to store that information of parts …

Member Avatar for jashmin
0
87
Member Avatar for davieJohnson

I have 2 projects that I have been working on for a while. I want to open a form that is part of project 2 when I click a button on a form in project 1. I have no doubt that that this is possible but I don't know how, …

Member Avatar for davieJohnson
0
200
Member Avatar for anandguptastar

I have created a function which add a row in tablelayoutpanel and textbox in column of the row. After adding few rows, i want to read the value of particular textbox in particular row. How can it be done. Remember one thing that name of all textbox is same in …

Member Avatar for anandguptastar
0
4K
Member Avatar for raja289

hi same week and am here again with another problem lol and yeah its my homework and am stuck somewhere as 95 % has been finished. Windows Form Application--- using C sharp and SQL server 2008 i made database in SQL server 2008 and using visual basic 2008 C sharp …

Member Avatar for tom_289
0
206
Member Avatar for davieJohnson
Member Avatar for jbrock31
0
130
Member Avatar for el_jk

Is it possible to convert a string value to a variable name ? Considering the following example AddNode(treeview, "root", "This is the root"); [CODE]public void AddNode(TreeNode parent, string nodeName, string nodeValue) { // what i want to happen is here to be created node with the name "root" // TreeNode …

Member Avatar for kvprajapati
0
152
Member Avatar for jck6288

i am developing winform application.there are three textbox named patient last name ,first name,DOB and on lost focus event of DOB I had a requirement to show pop up like menu .That pop up will show patient last name ,first name,DOB from patient table matching records from database based on …

Member Avatar for davieJohnson
0
115
Member Avatar for shajis001

c sharp code for mouse control using eye contact is my project tittle pleasw any one help me!!!

Member Avatar for davieJohnson
0
98
Member Avatar for judithSampathwa

hi there, i have a code to validate a tel number but the thing is i want it to restrict it for 10 digits. currently i can add any number of digits how can i restrict it to 10 digits the code is below [CODE] public bool ValidateTelNo(string TelNo) { …

Member Avatar for Narue
0
430
Member Avatar for NeilA

Hello everyone, I am looking for some instructions on learning C# for a 15 year old. He is creating some games in Unity 3d program and is doing pretty good following tutorials but i don't think he is understanding the programming concepts. I searched google but can't find anything that …

Member Avatar for jonsca
0
178
Member Avatar for davieJohnson

I am working on a C# Windows Form project and I need to access the controls on a form from a separate class within the project. can anyone help me with this?

Member Avatar for Mitja Bonca
0
156