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
Y

yet_alive

@yet_alive
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how2 add confirmation pop up upon loging out (LoginStatus control)
    Y yet_alive

    i see!! very valuable information :-D thank you very much indeed!

    full many flowers blush unseen!

    ASP.NET javascript question discussion

  • how2 add confirmation pop up upon loging out (LoginStatus control)
    Y yet_alive

    OMG i thank u soOoOoO :-D much!! it worked at last!! this indeed was the problem!! i was searching for God knows for how many days! may i ask you kindly to shed some light on the Add Attribute. i was trying (failed) to find.. how come we could Add an Attribute "onClick" to the loginStatus control.. although it doesnt have this as an Event in its list of events? thank u so much for any info u might share :)

    full many flowers blush unseen!

    ASP.NET javascript question discussion

  • Adding target to a button
    Y yet_alive

    hello, i used a System.Web.UI.WebControls.HyperLink (the hyperlink) server control instead of button. It has a target property that u can set to _blank. how ever i am not sure how to make the hyperlink look like a button.. perhaps by setting its ImageURL property? HTH :)

    full many flowers blush unseen!

    ASP.NET csharp asp-net

  • how2 add confirmation pop up upon loging out (LoginStatus control)
    Y yet_alive

    Hello every one :) i am trying to find a way to add a pop-up confirmation to LoginStatus control when you click Logout. here is the code i tried.. with no luck of pop up showing up..:confused: i'd appreciate any thoughts/suggestions/corrections! i have set the "LoggingOut" event of the LoginStatus control to: (userLoggingOut). My loginStatus control is: logStatus and then tried both of these codes in the code behind.. still i cant see the confirm message pop up! any idea what i might have been doing wrong? thank u so much in advance :D protected void userLoggingOut(object sender, LoginCancelEventArgs e) { LoginStatus lgst1 = (LoginStatus)FindControl("logStatus"); lgst1.Attributes.Add("OnLoggingOut", "return confirm('Are you sure')"); } ======>>>> and i tried this too: protected void userLoggingOut(object sender, LoginCancelEventArgs e) { string Msg = "are u sure"; LoginStatus lgst2 = (LoginStatus)FindControl("logStatus"); lgst2.Attributes.Add("onclick", "javascript:return " + " confirm('" + Msg + "') "); }

    full many flowers blush unseen!

    ASP.NET javascript question discussion
  • Login

  • Don't have an account? Register

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