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.

~9K People Reached
Favorite Tags
Member Avatar for kikiritce

Hi, I create my first web application and finaly I finished it. I have just one more thing to do. I have to translate name of controls in onother languge. it shoould be work as sellected value in the dropdown list. I read a lot of forums and tutorials.... but …

Member Avatar for androtheos
0
160
Member Avatar for kikiritce

Object of type 'System.Web.UI.WebControls.TextBox' cannot be converted to type 'System.Int32' 6 minutes ago|LINK Hi, i started web application in Microsoft Visual Web Developer 2010 Express. I created few text boxes and dropdown lists. I connect them with my database in SQL management studio. When I click on SaveButton it should …

Member Avatar for hericles
0
242
Member Avatar for kikiritce

I started web application project for online licitation and I use asp.net4.0 Have problem in it’s creation. Those are the conditions I have to realize: -Administrator can add or delete biddings. -Advertiser can add, review, modify and delete biddings. -The user can search biddings, review and participate in them. any …

Member Avatar for seslie
0
116
Member Avatar for kikiritce

Cannot connect to x. =================================== A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 …

Member Avatar for Eagletalon
0
185
Member Avatar for kikiritce

string s1="Ui"; string s2="uk"; How can I compare them and print result just Uik or uik. not twice Uuik. my program understand such as different values(Uu). Is there any function or something like that? thank you a lot

Member Avatar for thines01
0
138
Member Avatar for juce

Matrix given in memory to print the spiral in opposite direction from clockwise (left column down the right lower range, right up column, a series of upper left, etc. until you get to the middle) I'm new here, I have to write code for the task above in assembly,could someone …

Member Avatar for Hugo123007
0
2K
Member Avatar for kikiritce

; multi-segment executable file template. data segment string db "THis is LuxUR in Summer." ends stack segment dw 128 dup(0) ends code segment start: ; set segment registers: mov ax, data mov ds, ax mov es, ax mov bx, offset string mov al, 0 ; lower letters in word mov …

Member Avatar for sbesch
0
256
Member Avatar for kikiritce

Matrix given in memory to print the spiral in opposite direction from clockwise (left column down the right lower range, right up column, a series of upper left, etc. until you get to the middle) This is matrix 1 2 3 8 9 4 7 6 5 and the result …

Member Avatar for kikiritce
0
159
Member Avatar for kikiritce

I don't know how to solve this task,could anyone help me... Print all small Cyrillic letters from A to Z with spaces between letters: A B C D ... J. W LOOP instruction using?

0
62
Member Avatar for kikiritce

I have problem with my code. this code in c++ i have to write in assembly. i try to write but it doesnt work for (i=1; i<11; i++) if(i%2 == 0) sum = sum +i mov cl, 02d mov ax, 0d mov bh, 0d check: inc al mov dl, al …

Member Avatar for kikiritce
0
5K
Member Avatar for kikiritce

What is offset of array? And how can I define it? It's very important. Please answer!!!!

Member Avatar for NotNull
0
120
Member Avatar for kikiritce

Write a program which for a square matrix to calculate the sum of the elements. Assume that the amount can be placed in 16-bit register Example: 1 [COLOR="Red"]1 1[/COLOR] 2 2 [COLOR="Red"]2[/COLOR] 3 3 3 Elements are: 1,1, 2, which are with red color. I had calculate sum of this …

Member Avatar for skaa
0
170
Member Avatar for kikiritce

what is variable size of array in assembly? How can I define it? Please answer

Member Avatar for Ancient Dragon
0
71
Member Avatar for kikiritce

I have a problem with assembly task. Write a program that will write the numbers 7-15 in the data segment, starting from offset 200h, and then using a loop and compare them to read data from memory and the DX will insert the sum of numbers divisible by four Here …

Member Avatar for kikiritce
0
136