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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

srajasekhar

@srajasekhar
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to refresh page only one time
    S srajasekhar

    Thank you JoHn... Its Working...

    ASP.NET help tutorial

  • How to refresh page only one time
    S srajasekhar

    Hello every body, I am using sessions in my web-based application. After completion of all transactions i want to sign out. When i click sign out and copy the URL and paste it in browser. It is showing the contents of signed-in page. Even I have used "Session.RemoveAll();" in global.asax file when the session ends But If i click refresh and paste the URL it will not allow to show the contents of signed-in page. How to refresh page only one time when i click sign-out. Kindly send me the code... Can any body plz..help me...

    ASP.NET help tutorial

  • How to show a confirmation message box inside a event??
    S srajasekhar

    Use this function and call the string required....... public void MsgBox(String str) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append(""); sb.Append(@"alert( """ + str + @""" );"); sb.Append(@""); HttpContext.Current.Response.Write(sb.ToString()); } R A J A S E K H A R

    ASP.NET tutorial question

  • I want to refresh the page when i sign out
    S srajasekhar

    Hello every body, I am using sessions in my web-based application. After completion of all transactions i want to sign out. When i click sign out and copy the URL and paste it in browser. It is showing the contents of signed-in page. Even I have used "Session.RemoveAll();" in global.asax file when the session ends But If i click refresh and paste the URL it will not allow to show the contents of signed-in page. How to refresh page once when i click sign-out Can any body plz..help me...

    ASP.NET help tutorial

  • How to refresh a page in ASP.Net
    S srajasekhar

    Actually it is refreshing continuously for every 10 seconds. I want to refresh once before i close the page.

    ASP.NET question csharp asp-net tutorial

  • How to refresh a page in ASP.Net
    S srajasekhar

    Thank you it is working

    ASP.NET question csharp asp-net tutorial

  • How to refresh a page in ASP.Net
    S srajasekhar

    Thank you

    ASP.NET question csharp asp-net tutorial

  • How to refresh a page in ASP.Net
    S srajasekhar

    I want to refresh a page in ASP.Net automatically. What is the command ?

    ASP.NET question csharp asp-net tutorial

  • Procedure to call website in other system in LAN
    S srajasekhar

    i have created a website and it is running successfully when it is in local system, but when i connect other system in LAN and enter the url in the browser the website is not appearing... what is the procedure...plz..

    ASP.NET question

  • how to run (asp.net with C#) website using IIS
    S srajasekhar

    how to run (asp.net with C#) website using IIS

    ASP.NET csharp asp-net windows-admin tutorial

  • Help how to use Login Authentication using ASP.Net with C#
    S srajasekhar

    Thank u...for ur message... ur program is most useful.. Also kindly suggest how to restrict the login attempts to 3 times after using the above code

    ASP.NET csharp asp-net database sql-server sysadmin

  • Help how to use Login Authentication using ASP.Net with C#
    S srajasekhar

    kindly send a dummy project...plz..using login authentication control

    ASP.NET csharp asp-net database sql-server sysadmin

  • Help how to use Login Authentication using ASP.Net with C#
    S srajasekhar

    I am developing an application using ASP.Net+C# with back-end SQL Server2000. users data table is available in SQL Server2000. how to authenticate the users who are available in SQL Server using Login Authentication control. i want to write the code only in front-end in ASP.Net using C#.net application . Also if i copy the url and paste the url in another page the home page is being getting accessed. i want to prevent the accessibility if any body paste the url by copying the url and pasting it in another internet explorer rajsekhar

    ASP.NET csharp asp-net database sql-server sysadmin
  • Login

  • Don't have an account? Register

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