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
E

elhameh

@elhameh
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • why my javascript attribut dosent work in usercontrol ????
    E elhameh

    I got following scenario: User control placed on default.aspx page, in my user control i got a text box and "Submit" button is on my user control. Now i need to add the validat my text box (which is in user control) when user clicks "Submit" button then i should show error message. I need to do my validation on client side I tried it by adding an attribut to my button like this : BtnSave.Attributes.Add("onclick", "if (!ValidateSecActionType()) return false; "); then i wrote this code in codefront page : function ValidateSecActionType() { if(document.getElementById('txtSecActionTypeTitle').innerText == "1" ) { document.getElementById('AlertLbl').style.visibility = 'visible' ; return false; } return true; } now when i run my page i have an error like this : Object Required how can i do this ????????????? thanks alot....

    ASP.NET question javascript help

  • How can split menu strip in web applications?
    E elhameh

    i have a menu but my sub menus are so much i wanna split my sub menu strip to show it like windows start up menu when our program is too much all programs sub menu show in 2 or 3 pages beside each other how can i do my menu as start menu windows on my web application(c#) Redgards

    ASP.NET question csharp

  • Submit parent forms after closing child form
    E elhameh

    I know i should create a method but i have problem with creating this method and calling that making method is easy but calling that is my problem

    ASP.NET css help question

  • Submit parent forms after closing child form
    E elhameh

    Hello Every one ! i have 2 pages one of them is parent for other one parent one contion a gridview when i click on grid child page is opening i do editing on my record then i close page but no thing is not happen to grid if i refresh page manual grid become refresh as i want but i want to do it by closing child page i open child page by this Code : window.open("childpage.aspx?Id="+grid.cell[5].text ,"page1","height:150,witdh:150,left:50,top:30") for close child i use this Code opener.document.parent.submit(); window.close(); please help coz i cant do any thing with out refresh parent page by the way if i can do it when i m closing page it is best

    ASP.NET css help question
  • Login

  • Don't have an account? Register

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