Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~2K People Reached
Member Avatar for Dhammakirty
Member Avatar for Dhammakirty

I have two datatable having same column names. i am trying to copy data of one data table to another. The destination datatable has one datetime column and source datatble has datecolumn. but my code is not working. dtequityData is source datatable drnew is new row created for destination table …

Member Avatar for Knvn
0
126
Member Avatar for Dhammakirty
Member Avatar for Dhammakirty

hiiii i have to open .ppt,.pps files in vb.net web page with background music to .ppt files Its very urgent , anybody can help me ? ? ? Thanks in Advance

Member Avatar for vikash511987
0
93
Member Avatar for Dhammakirty

hi i am trying to convert data from excel sheet to dataset\datatable using sqlserver2005 as backend, so anybody can help me . Thanx in advance.

0
84
Member Avatar for Dhammakirty

hi i am doing one project in asp.net in which i have one link button . I have one ppt file. i have to open that ppt file in same aspx page when i click on that link button. so anybudy can help me. Thanks in Advance.

Member Avatar for hirenpatel53
0
133
Member Avatar for Dhammakirty

hello everybody , i am doing my project(using asp.net/c#) in which i have to save incoming mail on harddrive & delete them from inbox .So plz guid me about this problem. Tell me code .Thanx in advance ......

Member Avatar for dnanetwork
0
53
Member Avatar for Dhammakirty
Member Avatar for rajarajan2017
-1
47
Member Avatar for Dhammakirty
Member Avatar for Dhammakirty

1.i have one dropdownlist for state names. 2. i have one button named refreshbtn1. i write function onClientClick for this button as function refreshing() { location.reload(); } when i select item from DDL & click button then Page refresh occured SO my problem is.... I NEED same index/Item/value of DDL …

Member Avatar for dnanetwork
0
67
Member Avatar for Dhammakirty

1.i have one dropdownlist for state names. 2. i have one button named refreshbtn1. i write function onClientClick for this button as function refreshing() { location.reload(); } when i select item from DDL & click button then Page refresh occured SO my problem is.... I NEED same index/Item/value of DDL …

Member Avatar for scrappedcola
0
74
Member Avatar for Dhammakirty

hello everyone... I am creating one crystal report. For that i using 1 storedprocedure as datasource ,which has one input parameter empId. So how can i pass that Empid to procedure so that report contains only information about employee having that EmpId....... Thanks in advance............

Member Avatar for kvprajapati
0
61
Member Avatar for Dhammakirty

i have a textbox and a button on my page. my problem is when i write something in textox and click to button , i have to redirect to google search .... so what code will be there on button_click .....

Member Avatar for kvprajapati
0
65
Member Avatar for Dhammakirty

i have to show data in datagrid view in windows forms for that write code in class library as [code] public DataSet fillgrid() { string selectall = "select * from employee"; con.Open(); da = new SqlDataAdapter(selectall,con); da.Fill(ds,"employee"); //con.Close(); return ds; } [/code] and iload add reference and write code on …

Member Avatar for rohand
-1
136
Member Avatar for Dhammakirty

i have to create a windows application that split up into BO & UI 1. dll 2.class containing all properties (eg.employee id,name(table-employee)) 3.strongly typed data table to hold employee skill(table -employeeskill id,language,skill) 4.fetch & save code to BO 5.integrate BO & UI

0
64
Member Avatar for Dhammakirty

how can we acces properties (eg.employee id,name)defined within a dll to a windows form. someone can help me.......

Member Avatar for Sals
1
139
Member Avatar for Dhammakirty

Ihave to create application split into BO & UI 1.create a new dll 2.try creating a class that has all properties required for database table(eg-employee table) 3.create strongly typed data table to hold skill. 4.integrate BO & UI(using referrence.)

Member Avatar for kvprajapati
0
66