Search Results

Showing results 1 to 40 of 56
Search took 0.01 seconds.
Search: Posts Made By: karthi_selva
Forum: C# Feb 11th, 2009
Replies: 1
Views: 661
Posted By karthi_selva
hi.

i am new to .net. i am facing some problem in my coding.

i maintain the information in link list, i like to show it in datagridview.

if there is any direct mapping from link list to...
Forum: C# Feb 11th, 2009
Replies: 6
Views: 1,552
Posted By karthi_selva
hi,

i used the above code. its add only one row. ok i need to add some rows at run time. what can i do
Forum: C# Feb 11th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
The only easiest method is
LINQ
Forum: C# Feb 11th, 2009
Replies: 3
Views: 328
Posted By karthi_selva
Forum: C# Feb 11th, 2009
Replies: 6
Views: 1,552
Posted By karthi_selva
i got solution for the above problem


dataGridView1.Rows.Add(<value>,<value>,<value>,.....);
Forum: C# Feb 11th, 2009
Replies: 5
Views: 3,041
Posted By karthi_selva
hi,

thank you. this one is i needed,

please marked this thread as solved
Forum: C# Feb 11th, 2009
Replies: 6
Views: 1,552
Posted By karthi_selva
i need to add the data into the datagridview without using datasource method.
any direct method present please share ur ideas.
Forum: C# Feb 11th, 2009
Replies: 3
Views: 328
Posted By karthi_selva
hi,

P1
c1
c2
p2
c3
c4
(pls consider this is treeview: P1,P2--Parent, c1,c2,c3,c4---Child nodes)
task is ,
Forum: C# Feb 11th, 2009
Replies: 3
Views: 1,032
Posted By karthi_selva
hi,

P1
c1
c2
p2
c3
c4
(pls consider this is treeview: P1,P2--Parent, c1,c2,c3,c4---Child nodes)
task is ,
Forum: C# Feb 11th, 2009
Replies: 6
Views: 1,552
Posted By karthi_selva
hi,

i need to add the information into the datagridview manually. i searched in google and books. they fill the datagridview by using
Datasource method. but i need to add at compile time
...
Forum: C# Feb 11th, 2009
Replies: 1
Views: 240
Posted By karthi_selva
hi,
i am new to .net.

i like to add the datagridview into the datagridview.

please share ur ideas,
Forum: C# Feb 11th, 2009
Replies: 3
Views: 1,032
Posted By karthi_selva
hi,
i am new to .net.

i like to add the datagridview into the datagridview.

please share ur ideas,
Forum: C# Feb 11th, 2009
Replies: 10
Views: 3,087
Posted By karthi_selva
hi,
i am new to .net.

i like to add the datagridview into the datagridview.

please share ur ideas,
Forum: C# Feb 9th, 2009
Replies: 1
Views: 290
Posted By karthi_selva
hi,

i am doing some windows application program using .net.

i show the information in treeview. when user selects the data from treeview. i like to show in datagrid view.

i do't know any...
Forum: C# Feb 9th, 2009
Replies: 4
Views: 1,289
Posted By karthi_selva
hi,

i got some idea. if possible give some syntax. its useful for my reference.
Forum: C# Feb 9th, 2009
Replies: 4
Views: 1,289
Posted By karthi_selva
hi,

i am doing some windows application program using .net.

i show the information in treeview. when user selects the data from treeview. i like to show in datagrid view.

i do't know any...
Forum: C# Feb 7th, 2009
Replies: 1
Views: 550
Posted By karthi_selva
hi,

i am new to .net. i doing a project in C#.

i maintain the information in linked list. i like to show that information in the treeview. if there is any possible for direct mappings in...
Forum: C# Feb 7th, 2009
Replies: 8
Views: 919
Posted By karthi_selva
using System;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.DLinq;
using...
Forum: C# Feb 6th, 2009
Replies: 8
Views: 919
Posted By karthi_selva
hi,


i am doing the project in .net. i m using linq in my project

i using vs2005 and installed the linq.
i am able to run the linq only in LinqconsoleApplication. but i need to run in...
Forum: C# Feb 5th, 2009
Replies: 5
Views: 693
Posted By karthi_selva
hi boss.

thank you, i worked with them..

thanks for you help......
Forum: C# Feb 5th, 2009
Replies: 5
Views: 693
Posted By karthi_selva
hi boss,

i am new to .net area.

i do't do how to add the first project to solution in next project.

please share u r full idea about that.

i searched in google still i am not getting...
Forum: C# Feb 4th, 2009
Replies: 5
Views: 693
Posted By karthi_selva
hi,
i am new to .net

i need to refer the external file to my C# object

ie

i wrote the one program like

class program
Forum: C# Feb 4th, 2009
Replies: 6
Views: 2,306
Posted By karthi_selva
hi,

i don't know about the add the file as a reference to C# project..

if u know please share ur ideas.
Forum: C# Feb 4th, 2009
Replies: 6
Views: 2,306
Posted By karthi_selva
hi,

in my organization have not vs2008. so that's why i face the above problems.
Forum: C# Feb 4th, 2009
Replies: 6
Views: 2,306
Posted By karthi_selva
hi.

any body know how to install linq in visual studio 2005.

i installed Linq preview 2006 in this order
VS2005 -> vs(sp)1 -> linq preview 2006.

still i am not able to use...
Forum: C# Jan 30th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
hi currently i m using.

connection=new oledbconnection(oracle connection);
connection.open();
command=new oledbcomman("select * from table_name");
adapter=new oledbdataadapter(command);...
Forum: C# Jan 30th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
hi currently i m using.

connection=new oledbconnection(oracle connection);
connection.open();
command=new oledbcomman("select * from table_name");
adapter=new oledbdataadapter(command);...
Forum: C# Jan 16th, 2009
Replies: 1
Views: 1,856
Posted By karthi_selva
hi ,

i have an doubt in c#. i have not much knowledge in C#,

i do't know how create the dynamic object for the class using C#.


i have two class

member class
Forum: C# Jan 7th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
hi i try to search in google. but information not available.

key word is : how to retrieve data from data set using DML query.

and
how to access the dataset information using DML query
...
Forum: C# Jan 7th, 2009
Replies: 6
Views: 3,183
Posted By karthi_selva
hi actually i stored some information in dataset.

i like to access that information from dataset using DML (query). this is a task.

currently we reterive the data from dataset by using...
Forum: C# Jan 7th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
i do't know how to write the code for the above.

task is : some information stored in dataset. now to reterive that information through the DML (query). i do't know how to write this code. i am...
Forum: C# Jan 7th, 2009
Replies: 13
Views: 1,333
Posted By karthi_selva
hi

i am stored some information in dataset. i like to reterive that data from dataset by using query.
i m new to .net area. so i m not able to get clear idea about that operation. please send...
Forum: C# Dec 15th, 2008
Replies: 6
Views: 3,426
Posted By karthi_selva
ok i will try with that one.
Forum: C# Dec 15th, 2008
Replies: 6
Views: 3,426
Posted By karthi_selva
hi,

i like to show some properties for the selected item. so thats way i need the mouse right and left click event handler details. still i m not getting related to my idea.
Forum: C# Dec 15th, 2008
Replies: 6
Views: 3,426
Posted By karthi_selva
ya

mouse click event, both right and left click.
Forum: C# Dec 15th, 2008
Replies: 6
Views: 3,426
Posted By karthi_selva
hi,

i am doing a project in C#. i have not much knowledge in C#.
i displayed items in listview with icon format.

task is:::when i click the right and left button on icon, i like to show...
Forum: C# Dec 12th, 2008
Replies: 13
Views: 1,333
Posted By karthi_selva
hi,


i like to retrieve data using DML. currently we collects the data from dataset using datarow. instead of using datarow i like to use DML for collect the data from dataset table.
Forum: C# Dec 12th, 2008
Replies: 6
Views: 1,968
Posted By karthi_selva
hi,

currently i am working with listview control. if not possible i will go through GDI+

Thank you
Forum: C# Dec 12th, 2008
Replies: 13
Views: 1,333
Posted By karthi_selva
hi,

i am doing a project using C#. i haven't much knowledge in C#.
i stored some information in Dataset like named as (Table).
i do't know how to collect the data from dataset(like Table)...
Forum: C# Dec 11th, 2008
Replies: 6
Views: 3,183
Posted By karthi_selva
hi ,
this is for store the DB result into the Dataset.

ok after the execution of the aboue code. i like collect data from that dataset by using query not using datarow...


i think u...
Showing results 1 to 40 of 56

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC