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
Favorite Tags
Member Avatar for vinomashwin

I want to know how to create a registration page and login page ... any tutorials about this and i need some complete web templates too(not just home page)... can any one help me.....any ref plz

Member Avatar for diafol
-5
3K
Member Avatar for fredted40x

Hi, Im trying to use a listBox to search some objects, it then adds the object to the listbox if it meets the condition. So far i have this. [CODE]foreach (Order ord in Form1.cutomerArray) { Order searchCust = (Order)Form1.cutomerArray[i]; if (searchCust.FirstName.ToLower() == txtFirstName.Text.ToLower())//if match is found { lstbSearch.Items.Add(searchCust);//add object to …

Member Avatar for fredted40x
0
129
Member Avatar for fredted40x

Hi, I’m currently doing some coursework and have hit a point now that I’m completely stuck, Basically I have, A class diagram with all the get//set properties in it, And a form with an array list in it, When the user enters some details in different text boxes and clicks …

0
59