Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nour123

@nour123
About
Posts
100
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Maxlength property in Textbox does not work
    N nour123

    thanks dear it works

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET tutorial question

  • Maxlength property in Textbox does not work
    N nour123

    Hi everybody,, I have a multiline textbox, I set its maxlength to 50, but it does not work well, it still allows to enter more than 50 chars. how to solve this ? Regards

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET tutorial question

  • Splitting rows in dataGrid
    N nour123

    thanks alot it works

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET question

  • Splitting rows in dataGrid
    N nour123

    thanks dear 4 your reply, I put this line of code but it does not work well regards

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET question

  • Splitting rows in dataGrid
    N nour123

    Dear all... I have a dataGrid control, can I split a specific row into many rows ? Regards...

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET question

  • Session Timeout problem
    N nour123

    b a b y it seems that you didn't understand i wrote.. thanks for (y o u r) reply.. thanks H o N e Y mmmmmmmmoa

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Session Timeout problem
    N nour123

    Dear I don't need any help from you, luv, thanks for your reply.. and still waiting more :)

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Session Timeout problem
    N nour123

    thanks alot Ahmad very much for your response, I have a serious problem in my website (i need your help)... I'm handling a login project, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine. Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :- set Session(Login) = user in pageA - Session.Timeout = 60 (in pageB & pageC during pageload!) If Session(Login) = Nothing Then respone.redirect(PageA) Else ............... Although I set the session timeout in web.config as well, it didn't work in web.config: I set the session state to be inProc (didn't work) also i did: <sessionState mode="StateServer" stateConnectionString="tcpip=65.182.97.156:42424" cookieless="false" timeout="20" /> and it didn't work... Pls Help! many Thanks!

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • session timeout
    N nour123

    and I have a serious problem in my website... I'm handling a login project, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine. Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :- set Session(Login) = user in pageA - Session.Timeout = 60 (in pageB & pageC during pageload!) If Session(Login) = Nothing Then respone.redirect(PageA) Else ............... Although I set the session timeout in web.config as well, it didn't work in web.config: I set the session state to be inProc (didn't work) also i did: <sessionState mode="StateServer" stateConnectionString="tcpip=65.182.97.156:42424" cookieless="false" timeout="20" /> and it didn't work... many Thanks!

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET css help

  • session timeout problem
    N nour123

    and I have a serious problem in my website... I'm handling a login project, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine. Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :- set Session(Login) = user in pageA - Session.Timeout = 60 (in pageB & pageC during pageload!) If Session(Login) = Nothing Then respone.redirect(PageA) Else ............... Although I set the session timeout in web.config as well, it didn't work in web.config: I set the session state to be inProc (didn't work) also i did: <sessionState mode="StateServer" stateConnectionString="tcpip=65.182.97.156:42424" cookieless="false" timeout="20" /> and it didn't work... many Thanks!

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET css help

  • Session timeout problem
    N nour123

    thanks 4 reply... I wrote: sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="20" / the error is... Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Session timeout problem
    N nour123

    thanks 4 your reply... i tried this it gives me an error........ sessionState mode="StateServer" stateConnectionString="tcpip=65.182.97.156:42424" cookieless="false" timeout="20" thanx...

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Session timeout problem
    N nour123

    Thanks for you friends I used but also i didn't work, why it works in my own iis, and doesn't work in the web host? :mad: :mad: :mad:

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Session timeout problem
    N nour123

    Dear all... I'm handling a login form, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine. Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :- Session("Login") = userLogin in pageA - Session.Timeout = 60 (in pageB & pageC during pageload!) If Session(Login) = Nothing Then respone.redirect(PageA) Else ............... Although I set the session timeout in web.config as well, it didn't work Pls Help! many Thanks!

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help css

  • Update image problem
    N nour123

    REGARDS

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement

  • Update image problem
    N nour123

    fALCON?

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement

  • Update image problem
    N nour123

    if you don't understand, i'll repeat it clearly if you have an answer just write it otherwise close your mouth(shutup) please don't reply because i'll not read... hahaha

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement

  • Update image problem
    N nour123

    if you have an answer just write it otherwise close your mouth...

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement

  • Update image problem
    N nour123

    Hi all I have a form that updates the image for a user, when i update the image, the old image still appear, the update does not take effect from the first page load I need your help

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement

  • Image update cache
    N nour123

    No i don' use caching

    Nour Abdel-Salam... A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

    ASP.NET help announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups