Click here to Skip to main content
15,899,026 members

Comments by siva455 (Top 29 by date)

siva455 19-Jul-11 4:31am View    
ya...ill do that..
siva455 12-Jul-11 10:38am View    
thanks for ur reply...sorry to say this but i didn"t get what you are trying to explain....may be i need to google more to understand the basic idea of using unity...
siva455 12-Jul-11 10:12am View    
thanks for ur code snippet...actually i want to know what is the purpose of using unity container...in simple words...what is the advantage of this concept...as u said i can get this in google...but the real concept is where i can learn from seniors like you...pls correct me if im wrong...
Just want to know the advantage of using this design pattern(Ioc)...and how does it makes difference from normal approach...
siva455 12-May-11 6:37am View    
reply pls...
siva455 12-May-11 5:25am View    
that is the datatype of the column which i added during runtime ie "Percent_Decimal"(column name) but it"s throwing error for existing column(Min%) but anyway before making change im changing the datatype of existing column to string...

dv.Table.Columns["Min%"].DataType = System.Type.GetType("System.String");

please correct me if im wrong..