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
U

User 4467008

@User 4467008
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • confirmSave alert box,cancel button functionality not working
    U User 4467008

    Hi, I have written the following code in javascript and when cancel button is clicked in alert box, the record is getting saved and when again second time when cancel button is clicked the functionality of the cancel button in the alertbox is working fine.My issue is at the first time my cancel button is not working and my record is getting saved.can anybody let me know the solution of this issue. function confirmsave() { if(confirm("Are u sure u want to Save Record?")) { return true; } else { document.getElementById('<%=Label22.ClientID %>').innerHTML = "Cancel"; return false; } } <asputton ID="btnsave" runat="server" Style="z-index: 101; left: 420px; position: absolute; top: 37px" Text="Save" Width="64px" OnClientClick="javascript:return confirmsave();" OnClick="btnsave_Click" /> protected void btnsave_Click(object sender, EventArgs e) { if (Page.IsValid == true) { Label22.Visible = true; Label22.Text = " Record Saved "; } } Thanks Ramesh

    ASP.NET javascript database sysadmin help question

  • Passing textbox value into instance
    U User 4467008

    I have written the following code in windows --------------------------------------------- TextBox1.Text = Application.ProductName + "." + acode.Text; System.Reflection.Assembly tempAssembly = System.Reflection.Assembly.GetExecutingAssembly(); Form frm1 = new Form(); Form frm1 = (Form)tempAssembly.CreateInstance(TextBox1.Text); frm1.show(); --------------------------------------------- Here error is been generated,in frm1.show() line,object reference not set to an instance of the object.The TextBox1.Text contents are not been displayed in frm1 which is the instance of Form and getting null value Please suggest me the solution to the error above. Thanks Ramesh

    Windows Forms help

  • using Ajax timer control
    U User 4467008

    Hi every body, I am using Ajax timer control for getting the pop ups at the right bottom side.I am able to get the pop ups at the right bottom side for every specified time interval.But for each and specified time interval the page is getting loaded and pop up is been displayed. my problem is how to avoid the page loads in timer control for specified time interval.I dont want to see the page loads as its very disturbing for the person who works on the application. can any body tell the solution for this problem. Thanking you Ramesh y s v k

    ASP.NET help tutorial
  • Login

  • Don't have an account? Register

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