Hi,
I have a input parameter call DOMAIN_NAME (Example: seng.com.my), and i need slipt it into 2 word, becasue "seng" is the label and ".com.my" is the zone,
so my i know how to slpit it into two word? Or any one have a better idea to solve the mentioned problem? Your help will be appreciated. Thx.
Thanks & Regards
seng
User Profile
Collapse
-
slipt a string into 2 word in Oracle PL?SQL
-
finally i get the solution and solved my issue. The script ScriptManager.R egisterClientSc riptBlock() only working in .aspx and not working on .ascx. Anywhere thx for your help. -
finally i found out the problem, cause i'm using master page in my project, so the page will load twice. If i remove the master page, then it will load1 times. For the below mentioned script is working fine, but once i included master page for the below mentioned script, then it failed to run the script.Any method or solution to prevent master page load twice?
'working fine & properly without master page
Protected...Leave a comment:
-
I found out the issue about my problem, seem the Page.ClientScri pt.RegisterStar tupScript() not working when included Master page. Any solution?Leave a comment:
-
Sorry, is not working. Any other solution? Ur help will be appreciate.Leave a comment:
-
Page.ClientScript.RegisterStartupScript Not Working In Update Panel
I using following script in my project. Once click the button and there will open a pop up window. But "Page.ClientScr ipt.RegisterSta rtupScript" script seem NOT working in update panel. After remove Update panel and it is working properly. Any solution?
...Code:Page.ClientScript.RegisterStartupScript(Me.GetType(), "openpopup", "window.open('" & "child.aspx" & "','ChildWindow','height = 520, width
No activity results to display
Show More
Leave a comment: