15,797,682 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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..
siva455
12-May-11 0:32am
View
no user input here
siva455
11-May-11 4:18am
View
actually no...bcos i need to add % to values to which i have removed % earlier,not to all the columns...even i need to update the datatable also..
siva455
11-May-11 3:21am
View
im not concern about sorting ...im asking how can i add % to values so that i need to display as 2%,3%...(as i removed % for sorting purpose and i want to revert it while displaying...)
siva455
11-May-11 3:01am
View
thanks for ur reply..even without AcceptChanges() also it"s working...and one more thing actually i want to remove % as i want to sort the columns...now when im displaying i want to display values with %...please let me know how can i achieve the same....
siva455
10-May-11 12:34pm
View
I'm using winforms I can't use view state and they were not in sorting order initially
siva455
10-May-11 7:56am
View
not working....
siva455
20-Apr-11 11:51am
View
In dataset and database the type is int only
siva455
20-Apr-11 11:49am
View
In dataset and database the type is int only
siva455
25-Mar-11 6:22am
View
really thanks for your help..it"s working now..but my doubt is how come it is returning for other values eventhough i give expression like
dataset.Tables[0].Select("ID=somevalue and class=somevalue");
siva455
18-Mar-11 4:35am
View
Hi SA,
i mean using strongly typed datasets...with simple example...and
how does it makes differnce after using it...
siva455
18-Mar-11 4:27am
View
please check my question once again it also mentions that (if the method in webservice having parameters which is non
Primitive datatype for example it is a dataset)
siva455
17-Mar-11 9:50am
View
sorry javascript is diabled in my PC im not able to see suggestion box...my intention in tags is c# 3.5 and i want to know about strongly named datatable class
siva455
16-Mar-11 13:52pm
View
Provided 2 links were locating to same url
siva455
16-Mar-11 13:51pm
View
As I already requested Pls give me a sample with real time scenario
siva455
11-Mar-11 1:05am
View
thanks for your answer but the article specifies how to use interface but not when to use and how does it makes difference...
siva455
8-Mar-11 8:04am
View
im not clear why do we use interface to communicate b/w UI and presenter,please help me regarding the same...
siva455
9-Feb-11 6:20am
View
U mean to say in IIS logs we can check the number of users....?
correct me if im wrong...and logs are under system32/.??
siva455
9-Feb-11 6:10am
View
thanks for your answer,ddos attack is this any virus u mean to say...?
siva455
9-Feb-11 2:19am
View
please try to explain with simple scenario as the example which you have given is bit complex for me to understand basically that
IOC which you have mentioned in the post....
siva455
9-Feb-11 2:04am
View
can u pls explain with an example.....?
siva455
8-Feb-11 6:32am
View
ya that point is clear as per MSDN,as i asked you previously is there anycase where new modifier(when used for methods) is useful other than removing warning message....
siva455
8-Feb-11 6:25am
View
I really didn"t get how using interface makes difference..(i mean when we need to choose interface)..
if possible please let me know with a real time sample....
siva455
8-Feb-11 6:21am
View
please let if there is anycase where new modifier(when used for methods) is useful other than removing warning message....
siva455
8-Feb-11 6:15am
View
Hi Cpallani,
Thanks for your answer...but im getting the same o/p even
without using new modifier..so as per my understanding new modifier
is used only to avoid compiler to show warning...correct me if im wrong...
Show More