Click here to Skip to main content
15,884,388 members

Comments by Mukunda Raj (Top 26 by date)

Mukunda Raj 20-May-14 23:50pm View    
Could you please share the code to develop. I don`t need all the features. All I need is browse control and a button to send the file to specified url
Mukunda Raj 20-May-14 23:46pm View    
sorry, I didn`t mean by that.. Could you please share the code to the problem i requested.
Mukunda Raj 23-Jan-13 0:26am View    
how to clear GAC??
Mukunda Raj 20-Aug-12 2:16am View    
Thanks i found solution!!

string[] columnNames = dtGrid.Columns.Cast<datacolumn>().Select(x => x.ColumnName).ToArray();

This is what actually I was looking for.
Mukunda Raj 20-Aug-12 1:45am View    
In that discussion,what is ds,tables[0]?

DropDownList1.DataSource = ds.Tables[0].DefaultView;