Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~23.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for vinaya

can u plz tel me how to retrive only date from DateTime in C#. ex: 06/03/2008 12:00:00 i need only date 06/03/2008 in my application.

Member Avatar for ddanbe
0
11K
Member Avatar for bestonearth

hello all the members, i'm new to .net and i want code for a window application in c# for entering the userid and password in windows form

Member Avatar for Mike Askew
-1
203
Member Avatar for elidotnet

Hello, im trying to insert data to sql server and its not working so well even the code not show any error message or errors on compile. when i check the database......hes empty. Please look at the code for sulotion: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using …

Member Avatar for prathamesh3090
1
7K
Member Avatar for muzikhera

Hi guys, I dont know what is the problem with this im trying to refresh my datagridview here my simple code to refresh. [CODE]this.TableAdapter.Fill(this.DataSet.Table);[/CODE] But nothing happens still the same. Please help. ;)

Member Avatar for lolafuertes
0
86
Member Avatar for muzikhera

Hi guys Can anyone help me with this one? I want to insert a loop in my code to read all the data in excel file here's a portion of my code. [CODE] private void btnUpdate_Click(object sender, EventArgs e) { string directory = "D:/myFile.xls"; if (File.Exists(directory)) { Excel._Application myPartFile = …

Member Avatar for lolafuertes
0
134
Member Avatar for muzikhera

Hi there, Im using c# i have a button save and a datagridview. I have textbox and binding navigator that gets the data from database1. Once i click the save button the data in my textbox save to another database2. Now i want to have a loop that continous get …

Member Avatar for muzikhera
0
114
Member Avatar for moshe12007

hi i have some problem with my sql code that the code : [CODE] SELECT * FROM MenUsers,WomenUsers [/CODE] MenUsers(Table) and WomenUsers(Table) whats the problem with this code? thanks....

Member Avatar for shine_jose
0
177
Member Avatar for muzikhera

I have my code on how to encrypt my app but i want my app to have be fixed encrypted app. For security purposes. Below is my code. [CODE]try { Configuration config = ConfigurationManager.OpenExeConfiguration(exeConfigName); ConnectionStringsSection section = config.GetSection("connectionStrings") as ConnectionStringsSection; section.SectionInformation.ProtectSection("DataProtectionCOnfigurationProvider"); config.Save(); Console.WriteLine("Protected = {0}", section.SectionInformation.IsProtected); } catch (Exception ex) …

Member Avatar for zachattack05
0
137
Member Avatar for sathish88

In my application i have database connection but i dont know how to attach my database with application Front End : C#.Net Back End : SQL server 2005 I need to create a setup to run my application on another machine ....

Member Avatar for mono_jit23
0
157
Member Avatar for muzikhera

Guys need help with this one. Here's the condition / algorithm. "If first digit is number/int and last digit is letter add two zero in front of the string" Hoping for any idea! Thanks.

Member Avatar for Mitja Bonca
0
276
Member Avatar for muzikhera

Can someone help me on how to transfer data from a folder with lots excel file to access. here's my code I dont know why does it not working. [CODE] namespace import { public partial class Form1 : Form { public Form1() { InitializeComponent(); fbdDialog = new FolderBrowserDialog(); fbdDialog.SelectedPath = …

Member Avatar for muzikhera
-1
110
Member Avatar for salmap

Hi, Simple question.How do you rename a label? I'm trying LAbel1.Name="sk"; Please someone tell me the correct code?

Member Avatar for abelLazm
0
225
Member Avatar for krii017

i got a problem i have a registration and log in program the registration is fine but on log-in , the 1st entry on registration is the only accessible on log in i tried the 2nd and 3rd username with correct psw but it got an error heres my code …

Member Avatar for krii017
0
157
Member Avatar for ashley11

Hi, if there are two objects of type SortedList, how can I compare them? i wan use intersect method and hash function to count how many times the Keys are duplicate. My program is in window form, not console.

Member Avatar for Mitja Bonca
0
99
Member Avatar for chathuD

hi guys i have developed a simple application to insert data in to a SQL DB and get data from same DB using stored procedure. ( 1 table ,2 SP's ) so now i want to run this application on my friends computers to. so how to transplant my simple …

Member Avatar for mono_jit23
0
514
Member Avatar for ibdatx

How can I refresh a window sort of in the combined operations of close and reopen. Thanks.

Member Avatar for ibdatx
0
154
Member Avatar for ami7

hi I am looking for ideas to develop a map I'm looking for source code with c # to develop this map

Member Avatar for Xcelled194
0
133
Member Avatar for Mr.BunyRabit

hey there. =) We are working on a program and are now at the last stages of its development. Now comes the last part.. The reports Now i am very inexperienced when it comes to reports. I have surfed the net in search of the best method to generate reports. …

Member Avatar for Mr.BunyRabit
1
102
Member Avatar for hopefree
Re: Help

i have a error in my program. The error is Dispose (bool) , no suitable method found to override. May i know how to fix this error? Thank you.

Member Avatar for CsharpChico
0
79
Member Avatar for muzikhera

Hi! I have datatable name myTable with columns and row. Can someone give me solution on how to multiply/repeat the first row data to the succeeding row depending on the inputted copies by user in a textbox? Please help me with this one.

Member Avatar for abelLazm
0
69
Member Avatar for muzikhera

Hi everyone! How to save image from picturebox to Datatable and display to crystal report. Any idea would help. Thanks and regards to all programmers!

Member Avatar for Knvn
0
113
Member Avatar for muzikhera

I'm confuse here: I have main form named frmMain and other form named frmReport. I want to get the value of the textbox from frmMain and display to frmReport. My frmReport is consisting of crystalreportviewer. Please guys help me with this one. Advance thanks.

0
69
Member Avatar for muzikhera

I need help onhow to handle image temporarily. Like: String a; a = textbox1.Text; Hope anyone can help. Thanks!

Member Avatar for ddanbe
0
72
Member Avatar for kheddy

I'm new to C#.I have created a MySQL database. My problem now is to get the data from the database tables into text boxes and or combo boxes in window forms(visual studio 2010),allow for editing and send the edited values back to the database. if I select the account_no(primary_key field)...the …

Member Avatar for muzikhera
0
493
Member Avatar for Arjun_Sarankulu

I have generated a utility to take a csv file and dump the data from csv to database. The utility is working fine. Now i want to add the categatory in the combo box which will come dynamically Due to categorised value the data will go in the respective table …

Member Avatar for akshintlakalyan
0
101
Member Avatar for muzikhera

I need to print string (from my textboxes) in a network printer. I can print when the printer is directly attach to my PC while when i print to network printer it gives me NOTHING. Here's my code: [CODE] private void chkPrint_CheckedChanged(object sender, EventArgs e) { //foreach (String printer in …

0
83
Member Avatar for muzikhera

I have Database name LoginUser with corresponding fields name such as User, Login and Logout. Im done in inserting data once the user Log to the system. Heres the sample layout once the user tried to log. User................Login............................Logout Abigail.........12/29/2010 3:08:42 PM James..........12/29/2010 3:09:45 PM Abigail.........12/29/2010 3:30:45 PM PROBLEM: 1) I …

Member Avatar for kvprajapati
0
92
Member Avatar for paresh_thummar

hi i want to create one textbox in panel dynemically and it's property shuold set as password plz help me i use txtbox.TextMode = "pasword";

Member Avatar for muzikhera
-1
103
Member Avatar for muzikhera

I have table name Logs with a field name user , login, logout. Once the user log his/her name is being inserted to the db. My question is how i can update/insert the date to the logout field of the current user whose using my application? And can someone give …

Member Avatar for muzikhera
0
151
Member Avatar for madhan

I am starting to learn C# database programming by visual C# express edition. when I open the data source configuration wizard and click the new connection button the wizard closed. Its kind of weird. I have sql 2005 express edition installed. please help me.

Member Avatar for muzikhera
0
57