Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: thewebhostingdi ; Forum: C# and child forums
Forum: C# Jun 14th, 2009
Replies: 16
Views: 905
Posted By thewebhostingdi
Store a string in a string variable and then use this code.


string todelimit="";
string[] sep= {","};
string[] stringarray = todelimit.Split(sep, StringSplitOptions.None);
string...
Forum: C# Jun 14th, 2009
Replies: 3
Views: 1,100
Posted By thewebhostingdi
C# get and set are accessors and are used in Indexers and Properties. These allows to set or fetch the value stored in the private class members. Refer...
Forum: C# Jun 11th, 2009
Replies: 16
Views: 905
Posted By thewebhostingdi
You can read read the whole set of data returned by the SQL query row by row if you use OleDbDataReader.

You select a row, get the string from the required column and then split that string in...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC