Now everything is working fine i have set the property in Personal_Detail s Class.
Thanks all of you for their Pointer.
User Profile
Collapse
Profile Sidebar
Collapse
AnagJohari
Last Activity: Feb 27 '15, 10:24 AM
Joined: May 1 '10
Location:
-
How to display the images in Datagridview from the database
Hello All,
I have patient_table in the database. which contain Id, name ,Image & other fields
I have inserted the image in the Byte form in the database.
Now i want to display all records in the Datagrid view in windows Form.
i am able to display id & Name & all fields but unable to display the image of a patient in the datagrid view
I put all the records in the genric list:-
... -
How to insert the image in MS Access through C#?
Hi All,
I am facing the problem of adding the image in MS Access Database. I know that OLE Object datatype is used to insert the image in MS Access database.
I have already converted the image in Byte form but unable to add that Byte [] to OLE data type.
Is Byte compatible with OLE Object Datatype?
Please help me ragarding this.
Thanks -
how to set the position of chart area horizontally?
Hi,
i am facing the problem of positioning the chart area in chart control in C#.
i want the chart area in the following form:-
Chart Area1(graph1) Chart Area2(graph2)
Chart Area3(graph3) Chart Area4(graph4)
all chart areas are belongs to the same chart control.
By default Chart Areas are positioned like this:-... -
How to draw a Line Chart from the Array List?
Hi
I try to draw a line chart from the values which are stored in array list.
For Eg :My arraylist object contain 1 to 10 values .
How can i use chart tool in that case . how the data is bind with this chart through arraylist plz help me regarding this. -
AnagJohari started a topic Can we expend the "Dropdown List" View at the first click in the Data Grid?in C SharpCan we expend the "Dropdown List" View at the first click in the Data Grid?
Hi Guys
I am facing the problem of expending the dropdown list in the data grid view in windows application.
i have write code under two events:-
DatagridviewEdi tingControlshow ing under which i have called the method by delegate under which i have expended the dropdown list.
when i did not bind any list with the data grid view it, these events are properly called as i want.
when i bind the... -
AnagJohari started a topic problem in understanding the concept of function overloading in inheritence?in Cproblem in understanding the concept of function overloading in inheritence?
Code:#include<iostream.h> class A {}; class B {}; class X { public: void spray(A&) { cout << "Class A" << endl; } }; class Y : public X { public: void spray(B&) { cout << "Class B" << endl;
-
Not working
i try
Code:#include<conio.h> #include<stdio.h> #define _TIME--->its not working whether i use this statement or not void main() { printf("%d",_TIME_); getch(); } i also use this printf(_TIME_); but not working.
Leave a comment:
-
print the values of the predefined symbolic constants
I m not able to understand how i print the values of predefined symbolic constant.
i have to print the values of
_lINE_ The line number of the current source code line (an integer constant)
_FILE_ The presumed name of the source file (a string)
_DATE_ The date the source file is compiled (a string of the form “Mmm dd yyy” such
as Jan 19 2002)
_TIME_The time the source file is compiled (a string literal... -
-
the one more problem is ocuured suppose i intialize 100 records in a file by giving null values or blankspaces or
0 for integer values
now i want to input 10 records inplace of intialize values
i m able to intialize the values in record
but not able to insert the value in place of intialize values
i send you a code plz check it & suggest me
i try very hard to do this but not succeed.
Code:#include<conio.h>
Leave a comment:
-
-
I have a problem in the linklist please help me?
hello guys
i succesfully create a linklist but have a problem to insert a perticualt node from beg in the link list i try so much but not getting the reason why my code is not running
i send you a code then i explain
Code:#include<conio.h> #include<stdio.h> #include<malloc.h> struct node { int no; struct node *next; } *start,*current,*temp;
-
ya you can say this i enter the information in the field
now i want to delete perticular record which we enter bt using fprintf() & fscanf() functions
ok i send you a code check it
Code:#include<conio.h> #include<stdio.h> void main() FILE *fp; float price,value; int number,quantity,i; char item[10],filename[10]; printf("input file name\n");
Leave a comment:
-
how can we update or delete the perticual record by using c language?
I have a problem to update or delete the record from that file. so i request please send me the code of updating & deleting the record from the file......
please guys help me
thank you -
AnagJohari started a topic how to create a header file in c please explain by defining simple function?in Chow to create a header file in c please explain by defining simple function?
please tell me how ro define a header file for a perticular function so i can use in another file
please explain by giving example of any simple function suppose like addition of number just wanna know the basic concept.
thank you -
Have a problem in the insertion in the linklist?
Actualy i have a prob in the begaining to add the node in the linklist
i write the following code
i make a display fucnction which display all the value of linklist
i check the value in display function by using printf
by using following statement
Code:printf("test=%d",current->next->no)
after that
i use
Code:while(current->next!=null)
-
AnagJohari started a topic Can we develop a Bar Code reader application by using asp.net technology?in ASP .NETCan we develop a Bar Code reader application by using asp.net technology?
if yes can you assist me that how can i develop this application any book or resource that is helpful to develop this application?
what technologies i have to use to develop this application? -
Tnx frinny you are great man. now i get my image at a right place..
tnx critopher nitro your comments also helps me to comeout from my situation......
Ok i done this
but try to understand this concept
i m very new .net i just finish my study so sometime what did u say not able to get easily.
so sorry for this
i want to clear this concept
when i call image control on image_insert_in Db not...Leave a comment:
-
I will exaplain what i do......
I crette a "Ins_Image_in_D B".aspx page ok.
after that i add a image control to this aspx page.
when i retrieve the image from the database . i doesnot use the image control just retrieve the image from the database & display the image by using binary.write .
in its orginal size.
why we can't do here in this page....Leave a comment:
No activity results to display
Show More
Leave a comment: