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
Ranked #4K
~10.0K People Reached
About Me

a

Interests
a
PC Specs
a
Favorite Tags
Member Avatar for eeeraser
Member Avatar for mrbarbarik

Hi all, I just want to know if there any asp code can make auto redirect from one page to another page when the session timeout end ? Any solution for this problem ? I need a solution ASAP, so help me please. Thank You.

Member Avatar for remunance
0
126
Member Avatar for menukadevinda

hi all, I was developing asp.net mvc4 web site. I think I have corrupted some configuration in web site by mistaken. Now I got following error. HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers. Most likely causes: No authentication protocol …

Member Avatar for menukadevinda
0
1K
Member Avatar for craigallansmith

Hi everyone i am creating a page which generates label and textbox controls at runtime. I now how to do it using inputbox but when i post the code to my site i get errors. is there any way to create an inputbox and retrieve the user input back to …

Member Avatar for eeeraser
0
269
Member Avatar for dks1383

Hi all I need an assembly program (x86) that gets x and n from user then calculate x^n (x power n ) and shows the result. Where can I find an opensource program for it? Thanks

Member Avatar for eeeraser
-2
180
Member Avatar for eeeraser

I start reading about how to be iphone developer, but really didnt hit the right subject yet. So please if you have any materials or can you give me a link to start with I'll be more than happy and thankful for what you gave me.. Best Regards .. eeeraser.:)

0
85
Member Avatar for eeeraser

First of all hi guys, sorry for not being that much active. Lets get in the subject: I'm planning to make a big application that will help me in my job. I need first to define the requirements of my application a bit more: * It will be UI Web-based. …

Member Avatar for Stefano Mtangoo
0
116
Member Avatar for eeeraser
Member Avatar for schwepZ
0
1K
Member Avatar for eeeraser

Hi guys, Does anybody know how could I enlarge text in both sides not in one side by changing the resolution from 25x80 to 25x40.. best regards, eeeraser

Member Avatar for Ancient Dragon
0
85
Member Avatar for eeeraser

Hi guys again, If I have an infinite loop for example: [code] MOV CX, 240 MOV DX, 320 HERE: MOV AH, 2CH INT 21H CMP DH, 1 JE DOT MOV AX, 0C00H INT 10H DOT: MOV AX, 0C04H INT 10H JMP HERE [/code] In the example I have an infinite …

Member Avatar for eeeraser
0
3K
Member Avatar for eeeraser

hi again .. Does anybody have any idea how could I draw a line between two points using assembly language? e.g. if you have the first point DX1, CX1 and DX2, CX2... I wanna draw a line between them, simply, I wanna program that I give him two points and …

Member Avatar for Salem
0
292
Member Avatar for eeeraser

Hi.. This is my fist time, I need your help guys to figure out what is the problem with my code. My program is to show time in this format " TIME:Hours : minute : seconds : Hunderthseconds" , but , the problem is that it didn't show correct numbers, …

Member Avatar for Ancient Dragon
0
159