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
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
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
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
Thanks for your reply, I'll tell to our admin about this. thanks again,
jyn
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
Or any function that i can use in php to convert excel file to pdf. Thanks
jyn
Hello everyone, is there any class in php that i can use to convert my excel file to pdf? Thanks in advance
jyn
But if i used ie 6 i got the exact special character that i typed.. :((
jyn
yes, it is.
jyn
Thanks for your reply. But i still get black diamond. :sigh:
jyn
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
sorry
jyn
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
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
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"; } } [](javascript:expandcollapse\('div<%# Eval\() style="display:none;position:relative;left:25px;OVERFLOW: auto;WIDTH:98%;" >
thanks in advance.
hello... sorry but im not asking the same question and im not a spammer.
jyn
hello eveyone.. how can i call or fire itemCommand using onclick in datagrid. im not using link button is that possible?? thanks...
jyn
[Message Deleted]
but EnableEventValidation is for aspx file only.. im using ascx file :(
jyn
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