TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rooz
NA
1
0
string.Replace(oldStr, newStr)???!!!!
Feb 9 2006 12:12 PM
string sqlQuery = "Some huge automated text";
sqlQuery.Replace("S", "");
this "Replace" for some weird reason doesn't work!!! I tried debegging this in "command window". and here's the message from the command window:
? sqlQuery.Replace("as", "bas")
error: 'sqlQuery.Replace' does not exist
I have included "System" in my code -> "using System;". I have tried:
string and String... I'm all out of ideas... what am I missing??
thanx in advance!
Reply
Answers (
2
)
DataGrid row selection error
Giving access to the web application