No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
a
- Interests
- a
- PC Specs
- a
12 Posted Topics
My question is clear ^^ How to clear keyboard buffer? | |
Re: 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/) | |
Re: 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 = … | |
Re: Code please, sorry mate I barely can understand what you're tyring to say. Regards | |
Re: 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 … | |
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.:) | |
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. … | |
Hi... In MS-DOS, how could I hide the text cursor NOT the mouse cursor?.. Thanks.. | |
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 | |
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 … | |
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 … | |
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, … |
The End.