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
J

jhyn

@jhyn
About
Posts
68
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • gridview rowupdating in ascx file
    J jhyn

    Hello everyone, i have a gridview that call a rowupdating command in a ascx file. i added dropdownlist with postback but i'm getting a null values. i tried it in aspx file and its working. what could be the problem? Thanks in advance,

    jyn

    ASP.NET help question

  • adding item in listbox using delegate
    J jhyn

    Barbo, Thanks to your reply. I already add New but still listbox is not updated. i put the init of delegate on page.init and page.load but still no luck. i so added postback=true on listbox. Thanks again,

    jyn

    ASP.NET help

  • adding item in listbox using delegate
    J jhyn

    Hello everyone, Im having a problem regarding in adding item in a listbox when im invoking a delegate. this code is in an ascx file. this is my codes:

    Public Delegate Sub addLstBoxDel(ByVal fileFound As String)
    Public Sub addLstBox(ByVal fileFound As String)
    lstResult.Items.Add(fileFound)
    End Sub

    Dim ALBDelegate As me.addLstBoxDel
    ALBDelegate = AddressOf Me.addLstBox

    ALBDelegate.Invoke(file)

    Thanks in advance,

    jyn

    ASP.NET help

  • not sending other email account in mail()
    J jhyn

    Thanks for your reply, I'll tell to our admin about this. thanks again,

    jyn

    Linux, Apache, MySQL, PHP help question com sysadmin

  • not sending other email account in mail()
    J jhyn

    Hello everyone, Im having a problem in sending email in other domain name like yahoo and gmail using mail(). It only accept the domain name of the company like @sample.com Can anyone help me how can i fix or how can i configure the mail server to accept other domain name? Thanks in advance,

    jyn

    Linux, Apache, MySQL, PHP help question com sysadmin

  • covert excel to pdf
    J jhyn

    Or any function that i can use in php to convert excel file to pdf. Thanks

    jyn

    Linux, Apache, MySQL, PHP php question

  • covert excel to pdf
    J jhyn

    Hello everyone, is there any class in php that i can use to convert my excel file to pdf? Thanks in advance

    jyn

    Linux, Apache, MySQL, PHP php question

  • typing special character in ie 7 and above
    J jhyn

    But if i used ie 6 i got the exact special character that i typed.. :((

    jyn

    Linux, Apache, MySQL, PHP help question

  • typing special character in ie 7 and above
    J jhyn

    yes, it is.

    jyn

    Linux, Apache, MySQL, PHP help question

  • typing special character in ie 7 and above
    J jhyn

    Thanks for your reply. But i still get black diamond. :sigh:

    jyn

    Linux, Apache, MySQL, PHP help question

  • typing special character in ie 7 and above
    J jhyn

    Hello everyone, I have a problem regarding special character in internet explorer 7 and above. i typed ñ but the output is a black diamond(♦). But if i typed it in ie 6, i got it correctly. Confused any suggestion? thanks

    jyn

    Linux, Apache, MySQL, PHP help question

  • typing special character in ie 7 and above
    J jhyn

    sorry

    jyn

    ASP.NET help question

  • typing special character in ie 7 and above
    J jhyn

    Hello everyone, I have a problem regarding special character in internet explorer 7 and above. i typed ñ but the output is a black diamond(♦). But if i typed it in ie 6, i got it correctly. :confused: any suggestion? thanks

    jyn

    ASP.NET help question

  • CollapsiblePanelExtender inside updatepanel
    J jhyn

    Hello everyone, I have a CollapsiblePanelExtender(CPE) inside the datagrid within updatepanel/contemplate. My problem is when i clicked any button that is inside the CPE the datagrid collapse :(

    jyn

    ASP.NET help

  • nested datagrid problem
    J jhyn

    i have parent datagrid and a child datagrid nxt row of everydataitem. when i click the expand button in parent dg the child dg will be shown. my problem is when i clicked edit button or any button in child datagrid my parent datagrid collapse. how can i maintain the expanded child datagrid? this is my code snippet function expandcollapse(obj){ var div = document.getElementById(obj); var img = document.getElementById('img' + obj); if (div.style.display == "none"){ div.style.display = "block"; img.src = "images/collapse.gif"; img.alt = "Close to view sub menus"; }else{ div.style.display = "none"; img.src = "images/expand_blue.gif"; img.alt = "Expand to show sub menus"; } } [![](images/expand_blue.gif)](javascript:expandcollapse\('div<%# Eval\() style="display:none;position:relative;left:25px;OVERFLOW: auto;WIDTH:98%;" > thanks in advance.

    ASP.NET question javascript help

  • firing datatgrid_itemCommand
    J jhyn

    hello... sorry but im not asking the same question and im not a spammer.

    jyn

    ASP.NET question

  • firing datatgrid_itemCommand
    J jhyn

    hello eveyone.. how can i call or fire itemCommand using onclick in datagrid. im not using link button is that possible?? thanks...

    jyn

    ASP.NET question

  • [Message Deleted]
    J jhyn

    [Message Deleted]

    ASP.NET

  • GetPostBackClientHyperlink in datagrid in ascx file
    J jhyn

    but EnableEventValidation is for aspx file only.. im using ascx file :(

    jyn

    ASP.NET help sysadmin security question workspace

  • GetPostBackClientHyperlink in datagrid in ascx file
    J jhyn

    thanks for your reply.. no, i didn't. i just added the above codes then when i click the grid, i got that error.

    jyn

    ASP.NET help sysadmin security question workspace
  • Login

  • Don't have an account? Register

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