Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~898 People Reached
Member Avatar for zemzela

I need help how to solve this task, I don't know how to solve first part which is for memory location. If someone know please help me. It is very important.. ENTRY RESULTS entrance examination: In memory location X is placed in an entrance exam results in the form: Indeks …

Member Avatar for Schol-R-LEA
0
276
Member Avatar for zemzela

I add dropdown list in the form, connect with gridviev1 from table1. But I have 4 tables. I have 4 values in the drop down list. 1 when check value 1 show table1 2 when check value 2 show table2 3 when check value 3 show table3 4 when check …

Member Avatar for zemzela
0
151
Member Avatar for zemzela

I create web application, and I have a task to create form by which user will be able to register to receive email massage for latest news. I don't really understand how to realize this. Is there some specific things I shold do? thanks for the advice

Member Avatar for thines01
0
63
Member Avatar for zemzela

I need to make online auction project in C#. I need help how to do this which is preseneted below in the text. Could you help with some example? The application has three types of users: Administrator, User and Advertiser. - The administrator logs in the system with their user …

Member Avatar for thines01
-1
61
Member Avatar for zemzela

I got error ProfileCommon could be not found , in my code. I don't know how to fix the error. I put namespace using system.Web.Profile, but error still does here. Could someone help how to do that? Please help me if you know. Thank you public partial class UserProfile : …

Member Avatar for zemzela
0
151
Member Avatar for zemzela

When I compile this code, It show me this kind of error type or namespace name profilecommon could not be found. Could someone help me how to solve this? case "Profile": ProfileCommon pc = Profile.GetProfile(user.UserName); DropDownList3.Items.Clear(); foreach (SettingsProperty p in ProfileCommon.Properties) { DropDownList3.Items.Add(p.Name); } MultiView1.ActiveViewIndex = 4; break; }

Member Avatar for hericles
0
163
Member Avatar for zemzela

Print all small Cyrillic letters from A to Z with spaces between letters: A B C D ... Jay Z using the instruction LOOP. I need help to solve this task, if someone know please help me...

Member Avatar for thines01
0
33