Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

c# hobby

Interests
c# swimming
PC Specs
basic laptop
Favorite Tags
Member Avatar for Khan2014

Hi All, I have a nest list and i need to get the indivdual columns i can do a foreach and the sublist has the 4 arrays but i cant access each columns e.g. the first column is 1 2 the second column is 5 8 Thanks for the help. …

Member Avatar for Khan2014
0
649
Member Avatar for Khan2014

Hi All, When i excute this code at return people i get PeopleViewer.Person instead of there names.Can anyone tell me what i am doing wrong. Thanks for the help. namespace PeopleViewer { class PeopleRepository { public Person[] GetPeople() { var people = new Person[] { new Person() {FirstName="JOhn",LastName="Sheridan",StartDate = DateTime.Parse("2/7/12"),Rating=2}, …

Member Avatar for ddanbe
0
156
Member Avatar for Khan2014

trying to display four images in row. html code` <section class ="selection-meals"> <ul class="meal-showcase"> <li> <figure class="meal-photo"> <img src="resources/css/imgs/1.jpg" alt="meal1"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/2.jpg" alt="meal2"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/3.jpg" alt="meal3"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/4.jpg" alt="meal4"> </figure> </li> </ul> <ul class="meal-showcase"> <li> …

Member Avatar for Khan2014
0
2K
Member Avatar for Khan2014

Hi All, iam reading in a textfile as a string and i need to find the stx, etx of each string. so the textfile is like this data 0.88878 data 0.88899 does anyone know as easy way of doing this? thanks for the help

0
101
Member Avatar for Khan2014

Hi, I have some experience in c# and would like to get more experience of C# with sql, because alot of jobs look for databases. Can anyone me recommend any good books or online tutorials for begineers. Thanks alot,

Member Avatar for James E
0
134
Member Avatar for Khan2014

I'm trying to setup a database and PHP and i did the following: I installed PHP and abyss server. i created a php file in the server as shown in a book and Created a file with the following text in a textfile <?php phpinfo();?> Saved the file as phpinfo.php …

Member Avatar for Khan2014
0
196
Member Avatar for Khan2014

Hi All, I was wondering if anyone could tell me a better doing this. I have a thousand image in each folder going from 0 to 999 and i want to be able to select an image in any folder and load it. Thanks in advance for the reply. if …

Member Avatar for Khan2014
0
154