15,749,281 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 Javascript questions
View C++ questions
View Python questions
View Java 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 rummer (Top 16 by date)
rummer
22-Mar-18 6:50am
View
I have tried till here then stuck -
var list = new List<string>();
//string strFileContent = string.Empty;
Dictionary<string, string> latestVersion = new Dictionary<string, string>();
using (StreamReader sr = new StreamReader(@"D:\input.txt"))
{
string Line;
while ((Line = sr.ReadLine()) != null)
{
//strFileContent += Line + ",";
list.Add(Line);
}
}
string str = string.Empty;
for (int i = 0; i <= list.Count; i++)
{
str = list[i].ToString();
string[] stt = str.Split(',');
for (int j = 0; j <= stt.Length; j++)
{
}
}
rummer
22-Mar-18 6:45am
View
CHill60 I tried but didn't get what I needed so posted here.
rummer
28-Dec-16 4:28am
View
I have checked with both MIME types but still coming warning....
rummer
8-Jan-15 4:41am
View
No. I have not used any static variables.
rummer
3-Jun-14 1:00am
View
I know this query but this is a single string like ('1,2,3')
can't do this type?
rummer
3-Jun-14 0:59am
View
DECLARE @STRING VARCHAR(300)
SET @STRING = '1,2'
SELECT * FROM [ATS_NEW].[dbo].[tbl_Category] WHERE catid IN (@STRING)
Error- Msg 245, Level 16, State 1, Line 4
Conversion failed when converting the varchar value '1,2' to data type int.
rummer
3-Jun-14 0:59am
View
I know this query but this is a single string like ('1,2,3')
can't do this type?
rummer
6-May-14 6:25am
View
Hello,
My question is I want to show progress bar image until receiving data. We don't want specific time.It must depend on server response until it'd show on page.
rummer
6-May-14 6:24am
View
Hello,
My question is I want to show progress bar image until receiving data. We don't want specific time.It must depend on server response until it'd show on page.
rummer
26-Feb-14 7:52am
View
Okay,
thanks for reply....
But what effort we have have to do for same?
Have any idea or any reference.
rummer
13-Dec-13 4:59am
View
We have to take checkbox list inside dropdown so may select more than one
rummer
13-Dec-13 4:58am
View
No, This is different my requirement is binding two drop down
rummer
1-Oct-13 3:52am
View
I mean to say I have to 1st row in 2nd row and 2 in 3rd as same continue and 1st row will blank?
rummer
12-Mar-13 2:01am
View
There are solution for HTML to pdf but we need just opposite..
rummer
12-Mar-13 1:45am
View
Thanx a lot....
rummer
23-Jul-12 6:24am
View
Thank a lot...............
Show More