C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

Solve error in syntax


Posted Date: 27 Sep 2008      Posted By: chetan bhatt      Member Level: Silver     Points: 1   Responses: 4



a = String.Split(Convert.ToString(tStr),::");




Responses

Author: Elz    27 Sep 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Hi


public char[] sep = { '::' };

x = txt1.Value.ToString();
y = x.Split(sep);



Author: Digvijay Singh    27 Sep 2008Member Level: BronzeRating: 1 out of 5     Points: 1

public char[] sep = { '::' };

string x = txt1.Value.ToString();
string y = x.Split(sep);



Author: puneet    27 Sep 2008Member Level: BronzeRating: 1 out of 5     Points: 1

String[] a = Convert.ToString(tStr).Split("::");


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : PDF Maker By C# Code
Previous : Solve error in syntax
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use