Please make sure that you've got the case right. If you're using a tool
like ASP.Net Matrix, u won't have code completion, but there's a tab at
the bottom where u can browse the .Net framework classes and methods.
Hope it helps ...
-----Original Message-----
From: Liviu Rau [mailto:lrau@t...]
Sent: Monday, March 10, 2003 5:11 PM
To: ASPX_Professional
Subject: [aspx_professional] Re: find Str in Str **be fast please**
But you have IndexOf in C# !
str.IndexOf("tofind", startFromHere, count);
Don't you use code completion ?
Liviu Rau
----- Original Message -----
From: "Hovik Melkomian" <melvik@b...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Saturday, March 08, 2003 10:36 PM
Subject: [aspx_professional] find Str in Str **be fast please**
> Hi there:
> sorry for my question but I have to ask :)
>
> how can I search a string in a string?! (like indexOf() in JavaScript)
> I use C#.net, please help to find out my problem.
>
> Thanks in advance,
> Hovik.
>
>