16,016,087 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 Visual Basic questions
View .NET 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 rohit24c (Top 26 by date)
rohit24c
8-Nov-13 2:03am
View
i am having a PropertyGrid Control placed on the form. on which num is being displayed on click on the num it shows a eclipse[..]
rohit24c
16-Oct-13 8:21am
View
I had checked that link. But didnt help.
Do u have any code related to it.
rohit24c
21-Aug-13 5:56am
View
If u add a Key/Value pair in AppConfig and if its a WebApp then donot forget to add it in webConfig file.
As the webconfig overrides all the value in appconfig.
rohit24c
18-Jul-13 5:41am
View
Moved to original question
rohit24c
26-Jun-13 6:03am
View
i want to find the entire piece of string
"{
$("#btn1").submit(function(e1){
if(e1.keyCode==13){
e1.preventDefault();
}
});
});"
from the main string
rohit24c
17-May-13 3:17am
View
Name Dep YearofJoin
====================
x d 2010
y d 2010
a g 2010
b g 2010
c g 2012
====================
from this i want (y d 2010) & ((b g 2010) & (c g 2012))
Mean to say after groupby(Dep) i will get 2 groups from that group i want 1 more group
rohit24c
16-May-13 3:11am
View
I need to get the items for a List if it occurs 1 in the List
List= {1,1,2}
i need 2 from the list as it occurs once.
rohit24c
26-Apr-13 6:26am
View
its syntactically wrong.
rohit24c
26-Feb-13 3:47am
View
this code returns me
items[0] as tag: "ABC" & att:"BBB"
but i want only the value [0] ABC,BBB
rohit24c
22-Oct-12 6:06am
View
hello i have used the same code but it giving exception.
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
Any suggestions plz
rohit24c
10-Oct-12 7:42am
View
its throughing exception
"String was not recognized as a valid DateTime."
rohit24c
10-Aug-12 7:00am
View
its like i have 2 buttons to genarate pdf and generate excel both can be done ??
rohit24c
10-Aug-12 6:59am
View
I have a save()
{
// i am writing logic to save the pdf here...
}
Button_click()
{
save();
}
Now ot take time to save all pdfs in a path by that time i can allow the user to use other AREAS of my application.
rohit24c
9-Aug-12 0:57am
View
Guys i have a rdlc in my winforms Application which i am binding to
report-viewer through code so i need the path which i have hard coded.
But i need to get the path of rdlc something like this ~\rport1.rdlc
How can i achieve that ??
Please help
rohit24c
2-Aug-12 4:58am
View
its show "An error occurred during local report processing". at 3rd line in your code.
Basically its a rdlc which has subreport and i am having dataset in that rdlc
rohit24c
2-Aug-12 3:40am
View
Thats fine when you're using reportViewer but how to save the rdlc files directly as .pdf.
Any suggestions plz
rohit24c
6-Jul-12 7:18am
View
case type when 'P' then 'Police:'
when 'A' then 'Ambulance' else 'Others'
but then results in Police:100 Ambulance:101 Police:200 Ambulance:201 but i want it like Police:100 Ambulance:101 Emergency Police:200 Emergency Ambulance:201 here in the table i need to filter it based on slno also that i am not able to do.
rohit24c
6-Jul-12 7:17am
View
case type when 'P' then 'Police:' when 'A' then 'Ambulance' else 'Others' but then results in Police:100 Ambulance:101 Police:200 Ambulance:201 but i want it like Police:100 Ambulance:101 Emergency Police:200 Emergency Ambulance:201 here in the table i need to filter it based on slno also that i am not able to do.
rohit24c
6-Jul-12 5:29am
View
case type
when 'P' then 'Police:'
when 'A' then 'Ambulance'
else 'Others'
but then results in
Police:100
Ambulance:101
Police:200
Ambulance:201
but i want it like
Police:100
Ambulance:101
Emergency Police:200
Emergency Ambulance:201
here in the table i need to filter it based on slno also that i am not able to do.
rohit24c
19-Jun-12 7:56am
View
Create Procedure test_Sp
As
Begin
insert into Test([col1],[col2])
select a.Name,b.sub
from IdTable b
join Nametable a ON b.no = a.no
where b.no like 'x_%'
end
the insert query works fine when executed but in sp it is not inserting 0 records.
rohit24c
19-Jun-12 7:06am
View
Thanks Pradip Yeah the query has been solved.I had to apply left join.
But if the same query i am using in a store procedure it is not inserting any data.
Please help
rohit24c
14-Jun-12 1:27am
View
Thanks Sandeep you code really works!!!
rohit24c
13-Jun-12 8:17am
View
Yeah u rite Sandeep!! i waqnt to check for a dataset if that is empty then i dnt want to display Table in rdlc based on condition.
rohit24c
13-Jun-12 8:12am
View
i want to check for dataset if it is empty .
please help
rohit24c
12-Jun-12 9:03am
View
thanks buddy it works :)
rohit24c
11-Jun-12 5:34am
View
yeah u rite its just logical coding i was making mistake in assigning path
Thanks buddy :)
Show More