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.2K People Reached
About Me

a

Interests
a
PC Specs
a
Favorite Tags

12 Posted Topics

Member Avatar for eeeraser
Member Avatar for mrbarbarik

Easy mode: do the following in Web.config <configuration> <system.web> <sessionState mode="InProc" timeout="60" /> </system.web> </configuration> and follow this blog which is talking about how to redirect to another page when session timeout elapsed. [HERE](http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/)

Member Avatar for remunance
0
131
Member Avatar for menukadevinda

Most probably you have played with routing configuration and your defualt has been changed from home to account. Just go to global.asax and check the following: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", action = …

Member Avatar for menukadevinda
0
1K
Member Avatar for craigallansmith

Code please, sorry mate I barely can understand what you're tyring to say. Regards

Member Avatar for eeeraser
0
276
Member Avatar for dks1383

you can find it in your mind, if you dig deep inside and start thinking instead of stealing other people work. Sorry for being so harash with my reply, I'm talking for your own sake. If you do have problem how to do it, just post your progress here and …

Member Avatar for eeeraser
-2
182
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
86
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
121
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
87
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
310
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
163

The End.