Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

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.9K People Reached
About Me

Busy in building future... :)

Interests
C, C++, Java, Android, .net
PC Specs
Lenovo i3, 2 GB RAM, 1 GB Graphics Card, 1 TB HDD, 500 GB External HDD
Member Avatar for Amiet_1

I have simple query. Suppose if I am working on a project which contains one form (frmStudent) which is linked to table tblStudent. Suppose if I release this this application. And after some time I created a new form in my project (frmTeacher) And again for this form I have …

Member Avatar for Mr.M
0
165
Member Avatar for Amiet_1

I have uploaded an Image into database through C# application. Here is my code. FileStream fs1 = new FileStream(toolStripLableClientSelectedImage.Text, System.IO.FileMode.Open, System.IO.FileAccess.Read); byte[] image = new byte[fs1.Length]; fs1.Read(image, 0, Convert.ToInt32(fs1.Length)); fs1.Close(); SqlCommand cmd = con.CreateCommand(); cmd.CommandText = "INSERT INTO tblClientDetails ([clFname], [clName], [clAddress], [clCity], [clState], [clPhone1], [clPhone2], [clEmail1], [clEmail2], [clProfession], [clPhoto]) …

Member Avatar for Amiet_1
0
970
Member Avatar for theredhosting

Hello! I am so glad to have found this forum. I am a salesperson, and sales has always been somewhat challenging for me, as it is for many people. I have read books and sought advice from co-workers, but I have never tried to get advice from a forum before. …

Member Avatar for Amiet_1
1
102
Member Avatar for Amiet_1

I have DatagridView on form. My database has three fields. - userId (bigint) - userName (varchar) - userDob (date) Now, on Form I have comboBox, which lists Months (Jan, Feb, March and so on...). I want my program to work like this. If I select any month on ComboBox, birthdays …

Member Avatar for djjeavons
0
493
Member Avatar for theredhosting

does anyone know of, or can recommend from experience, a good application that can create reports from large databases? i've heard of crystal reports but i've been told by others in the industry that it is a bit limiting; i've tried MS access and that is very limited on what …

Member Avatar for pritaeas
0
123
Member Avatar for Amiet_1

Guys I want to insert a Null dateTime Value into SQL database connected to C# desktop application. I'm using following code. I can insert Null dateTime Value into database, but I am having problem with how to update dateTime picker value and saving it into database.. I'm posting my code …

Member Avatar for Amiet_1
0
6K
Member Avatar for Amiet_1

Hey guys, I have Huawei Modem, which has predloaded SMS send/receive facility. I want to develope a same application which could send/receive messeges. Can anyone tell me where should i start for it. I want to integrate this SMS facility in my application.

Member Avatar for Logn
0
701
Member Avatar for Amiet_1

Hey guys, So many times I came across source code of open source technologies, like OpenOffice, Ditto, BigAnt Messenger. They provide their source code too for free, but unfortunately I dont know how can I edit and compile those source code. Can anyone please help in this? Thanks guys in …

Member Avatar for mike_2000_17
0
259
Member Avatar for Amiet_1

Hey Guys hiee, I am new to VB.net. I am making an application which should run on mutiple pc. In that application there are two main accounts 1) Admin Account and 2) Other User Account. I want multiple "Other User Account" user to connect/access application simultaneously. And tell me one …

Member Avatar for Amiet_1
0
312
Member Avatar for mirchi mirchi

tell me a different program in which function,array,loops and structure are used? i present it on tuesday

Member Avatar for mirchi mirchi
0
114
Member Avatar for crasher

i am student of computer science. i take my final year project this semester and i do not have any project title. i will like to do some web-based system.Can you give me some title?

Member Avatar for Amiet_1
-1
2K