15,796,984 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 nm.nagaraju (Top 26 by date)
nm.nagaraju
5-Nov-13 8:38am
View
combobox does not have property like SelectionMode in wpf.
nm.nagaraju
17-Oct-13 8:50am
View
Hi I tried what you said, but getting below exception
Property not found
Parameter name: pageofpage
How can i implement INotifypropertyChanged.
nm.nagaraju
17-Oct-13 7:26am
View
Hi, How can i assign some text to a label on a button click.
The below is my code
<Label Name="lblCurrentPage" Width="98" Content="{Binding Path=PageOfPage}"></Label>
private string pageofpage;
public string PageOfPage
{
get { return pageofpage; }
set
{
pageofpage = value;
RaisePropertyChanged("pageofpage");
}
}
under some method am assigning text as below
----------------------------------------------
pageofpage = "Page '" + SearchFilter.PageIndex + "' of '" + totalNumberOfPages + "'";
nm.nagaraju
17-Oct-13 6:29am
View
Window_Loaded event fires when the form loads only, But i want to change the text for every button click.
nm.nagaraju
17-Oct-13 6:05am
View
Hi, I am doing this in mvvm pattern. There is no events in mvvm pattern.
Thanks..
nm.nagaraju
2-Oct-13 2:36am
View
string[] lines = tempText.Split('\n');
The above statement will return only one line, even the text file is having more than 150 lines.
nm.nagaraju
2-Oct-13 2:01am
View
Hi My question is that I want to read the "last 150 lines (from the bottom)" of data within the text file.
nm.nagaraju
21-Aug-13 5:28am
View
Can you guide me how i can use this?
Thanks.
nm.nagaraju
12-Oct-12 2:50am
View
Thanks, but we can have two triggers for insert and update.
But, i want them in one trigger instead of having two triggers...
:-)
nm.nagaraju
12-Sep-12 8:34am
View
It works very fine for me and thank you.
nm.nagaraju
10-Sep-12 7:23am
View
I am using the same as below in my code,still getting the same.
OleDbConnection oconn = new OleDbConnection
(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +
Server.MapPath("example.xls") + ";
Extended Properties=Excel 8.0");//OledbConnection and
nm.nagaraju
9-Nov-11 0:32am
View
i already had a look at the url's but i did n't find any solution.
nm.nagaraju
19-Oct-11 4:53am
View
is there any alternate to read pdf files more than 2 GB.
nm.nagaraju
19-Oct-11 3:46am
View
yes, my code is working for smaller files which have less than 2 GB.
but it does not work for larger files which have more than 2 GB.
nm.nagaraju
30-Sep-11 7:19am
View
how can you identify whether the file is .pdf or .doc if the extension of a file is hidden mode.
i am processing only .pdf files what i am doing is:-
i am reading the .pdf and i am processing
if the .pdf is hidden i can't able to read through the code...
nm.nagaraju
9-Sep-11 2:45am
View
Hi,
You are saying that retrieve only machine users.
I dont want like that.
I want to retrieve top 100 Active directory users against all active directory users.
Regards,
nm.nagaraju
11-Aug-11 3:37am
View
Hi,
what is my question is:-
I want to create a setup file in which i can install windows applications.
and during installation i want to add licensing functionality for the application in the setup file only, but the setup file should not work in other system.
Regards,
nm.nagaraju
11-Aug-11 2:55am
View
thanks for your information...i am working on that...
nm.nagaraju
11-Aug-11 2:40am
View
Hi,
what i want is how we install visual studio with a single click. like that i want to install all the applications.
nm.nagaraju
5-Aug-11 3:19am
View
I am not getting the data from the tables and i am getting only structure of the database.
nm.nagaraju
20-May-11 8:08am
View
below is my procedure...
USE [Disco_Dev]
GO
/****** Object: StoredProcedure [dbo].[isp_Backup] Script Date: 05/20/2011 15:18:55 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROC [dbo].[isp_Backup]
(@DBname VARCHAR(50),@Path VARCHAR(100))
AS
backup database @DBname
to disk = @path
nm.nagaraju
20-May-11 8:06am
View
I have tried with all the things,but still same giving same error.
Regards,
nm.nagaraju
20-May-11 7:37am
View
i have given all the permissions as you said, still it is giving same.
Regards,
nm.nagaraju
20-May-11 7:25am
View
how to enable network service to access specified location?
Regards,
nm.nagaraju
20-May-11 7:25am
View
how to enable network service to access specified location?
Regards,
nm.nagaraju
27-Oct-10 2:57am
View
through the columns property of the datagridview in c#.net
Show More