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.

0 Endorsements
~1K People Reached
About Me

awesome

Interests
programming
PC Specs
win7,300hdd,3gbRAM
Favorite Tags
Member Avatar for mzeewashooo

iam craeting a code in C that will have a timer, i.e. count down seconds. and i need some help please.

Member Avatar for deceptikon
0
83
Member Avatar for mzeewashooo

this is my code, when even i run it it tells me that the number is even while it is odd. #include<stdio.h> #include<stdlib.h> int main(void) { int value; /* To read a number and say wheither it is even or odd*/ printf("Please enter any number \n"); scanf("%u", &value); if (value/2 …

Member Avatar for Ancient Dragon
0
220
Member Avatar for mzeewashooo

i want to display data from my mysql database using asp.net and i am using datagrid. i have set up the configuaration well, but when i load the page it doesnot show the data. pleaase help.

Member Avatar for nakor77
0
97
Member Avatar for mzeewashooo

i am using asp.net on vb 2010 to build a website. my database is mysql. iam trying to add a new data source, when i select mysql, then i enter the name of the server, it closes the window by it self. then it tell me that .net framework data …

Member Avatar for riteshbest
0
225
Member Avatar for mzeewashooo

iam creating an online customer ordering system, and i will want to connect to a mysql dtabase that i have created.

Member Avatar for riteshbest
0
140
Member Avatar for mzeewashooo

iam using vb 2010 and i want to search for any record when i enter a text in the search text box. i mean, if my records are as follows: dan,daniel,edn,steven,mary. and i just inpunt 'd' in the search box, the datagrid lists: dan,daniel,edn because they have a 'd' in …

Member Avatar for mzeewashooo
0
268
Member Avatar for mzeewashooo

iam trying to save records in a form to my mysql database. but i keep geting an error on the cmd.ExecuteNonQuery line.

Member Avatar for mzeewashooo
0
106
Member Avatar for mzeewashooo

i am using c# and i have radion buttons that i want to check them, then when i click ok button it takes me to the required form corresponding to the text on the radio button. thanks

Member Avatar for Mitja Bonca
0
197