Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 414 results for
scriptmanager
- Page 1
ScriptManager ScriptService
Programming
Web Development
15 Years Ago
by deven_a76
…trying to use the Ajax control i.e.
Scriptmanager
, to get the data from the server asynchronously…have used following psuedo code... [Code] <
ScriptManager
ID="..."> <ScriptService path="…ABC.asmx"/> </
ScriptManager
> <script> function check() { ABC…
ScriptManager EnableHistory causes error when Javascript disabled
Programming
Web Development
14 Years Ago
by SBA-CDeCinko
I have a
ScriptManager
tag in my master template. This causes no issue for visitors who have Javascript disabled. As soon as I add EnableHistory="true" to support the saving of history points, Javascript disabled visitors get an error. How can I support both types of users?
ScriptManager Async Postback
Programming
Web Development
14 Years Ago
by cavpollo
Hi there, I'm using asp.net with the
ScriptManager
control from AJAX and some Javascript code., and came across …
Cant able to show jquery confirm box using scriptmanager
Programming
Web Development
15 Years Ago
by baburk
… after postback.<br />Hello " & txtName.Text)
ScriptManager
.RegisterStartupScript(Me, Me.[GetType](), "Key", String.Format(prompt…/impromptu.css" /> </Scripts>--%> </asp:
ScriptManager
> <asp:UpdatePanel ID="UpdatePanel1" runat="…
Error coming Only one instance of a ScriptManager can be added to the page.
Programming
Web Development
13 Years Ago
by vidyade
…%"> <tr> <td> <asp:
ScriptManager
ID="ScriptManager1" runat="server"> <…;/asp:
ScriptManager
> </td> </tr> <tr>…
Re: Error coming Only one instance of a ScriptManager can be added to the page.
Programming
Web Development
13 Years Ago
by stbuchok
Chances are the conflict is with the
ScriptManager
and the ToolkitScriptManager, use one or the other.
Multiple ScriptManager.RegisterStartupScript Issue
Programming
Web Development
12 Years Ago
by vuyiswamb
…after i bind the textbox. So i have this
ScriptManager
.RegisterStartupScript(Page, GetType(String), "FF", …quot;ctl00_ContentPlaceHolder_Main_Wizard1_Servitudes" + ",'ndacount2','bar','800');", True)
ScriptManager
.RegisterStartupScript(Page, GetType(String), "FF", "InitializeCounter…
Re: How to use ScriptManager.RegisterClientScriptBlock
Programming
Web Development
15 Years Ago
by Kusno
….focus();<"); sbScript.Append("/script>");
ScriptManager
.RegisterStartupScript(this, this.GetType(), "@@@@MyPopUpScript", sbScript.ToString…QUOTE] thanks...it works.... I made mistake in [CODE]
ScriptManager
.RegisterClientScriptBlock(Page, Me.GetType(), "s", "<…
How to use ScriptManager.RegisterClientScriptBlock
Programming
Web Development
15 Years Ago
by Kusno
… As System.EventArgs) If TxtCustomerID.Text.Trim = "" Then
ScriptManager
.RegisterClientScriptBlock(Page, Me.GetType(), "s", <SCRIPT>…
Re: How to use ScriptManager.RegisterClientScriptBlock
Programming
Web Development
15 Years Ago
by jbisono
…;w_Locate.focus();<"); sbScript.Append("/script>");
ScriptManager
.RegisterStartupScript(this, this.GetType(), "@@@@MyPopUpScript", sbScript.ToString(), false…
Re: ScriptManager ScriptService
Programming
Web Development
15 Years Ago
by kvprajapati
Please take a look at an article - [URL="http://www.asp.net/AJAX/Documentation/Live/Tutorials/ConsumingWebServicesWithAJAXTutorial.aspx"]Calling Web Services from Client Script in ASP.NET AJAX.[/URL]
Re: ScriptManager ScriptService
Programming
Web Development
15 Years Ago
by deven_a76
Hello adatapost, I have written the code as per the sample defined on the given URL/sample code. The only problem is my script is not able to identify the WebService class name and function when called from script. It gives error WebService class not found. rgds, Deven
Re: ScriptManager ScriptService
Programming
Web Development
15 Years Ago
by deven_a76
Hello friends, I missed to mention one more point i.e. I am running the program on my local machine. Do I need to publish the webservice on the server?? I have mentioned in my webservice the [WebService(Namespace = [url]http://localhost:PortNo)][/url]. Need help urgently. Thanks in Advance. Rgds, Deven
Re: Cant able to show jquery confirm box using scriptmanager
Programming
Web Development
15 Years Ago
by codejoust
Try using code tags around the code. I don't know too much about asp, but it looks like this code [icode]$('#<%= babubabu.ClientID %>').click();[/icode] is referencing an id that doesn't exist. Do you have the page online?
Re: How to use ScriptManager.RegisterClientScriptBlock
Programming
Web Development
15 Years Ago
by jbisono
Good. take care.
How to retain ViewState while Page Refresh when using UpdatePanel?
Programming
Web Development
15 Years Ago
by qwedster
…" runat="server"></asp:
ScriptManager
> <asp:UpdatePanel ID="UpdatePanel1"…; runat="server"> <asp:
ScriptManager
ID="ScriptManager1" runat="server"&…gt;</asp:
ScriptManager
> <asp:UpdatePanel ID="UpdatePanel1"…
How to use multiple data reader in a page
Programming
Web Development
12 Years Ago
by ku.heng.7
…aspx';", true); } } else {
ScriptManager
.RegisterStartupScript(this, this.GetType(), "alert"…aspx';", true); } } else {
ScriptManager
.RegisterStartupScript(this, this.GetType(), "alert"…
Re: toolkitscriptmanager and updatepanel not working together
Programming
Web Development
15 Years Ago
by amitshrivas
… a listbox control. I have tried adding the regular
ScriptManager
and I get errors and when I have both of… them loaded, ToolkitScriptManager and
ScriptManager
, I get an error saying that you can only …have one
Scriptmanager
on the page. Please help. Thanks in advance[/QUOTE]…
Call c# through javascript
Programming
Web Development
17 Years Ago
by serkan sendur
Create Ajax Enabled WebSite. Set EnablePageMethods property of the
ScriptManager
to true : <asp:
ScriptManager
ID="ScriptManager1" runat="server"…="form1" runat="server"> <asp:
ScriptManager
ID="ScriptManager1" runat="server" EnablePageMethods="…
Calling C# From JS
Programming
Software Development
16 Years Ago
by sonia sardana
…; runat="server"> <div> <asp:
ScriptManager
ID="ScriptManager1" runat="server" EnablePageMethods="…); } [/code] Errors[color=#CC0000]1) Unknown server tag 'asp:
ScriptManager
'. 2)Element '
ScriptManager
' is not a known element. This can occur if…
Re: Partial Page Postback not working
Programming
Web Development
15 Years Ago
by bylandsend
….js' needs to be registered to the
scriptmanager
. Here is a code snip that registers the… JavaScript resource file to the
scriptmanager
. Partial Page postbacks then began working as …. [code snippet inside master page] <asp:
ScriptManager
ID="_preRegScriptManager" EnablePartialRendering="true"…
Thanks & Question
Programming
Web Development
15 Years Ago
by kthaneer
…focus to this new pop-up browser [CODE]'Code Behind
ScriptManager
.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), "…12/RegisterStartupScript-and-RegisterClientScriptBlock-can-work-with-UpdatePanel_3F002100_.aspx[/url]
ScriptManager
.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), Msg2, True…
How to access controls on COntent page from master page.
Programming
Web Development
15 Years Ago
by shabanab
…;ScriptManager1" runat="server"> </asp:
ScriptManager
> <uc1:WebUserControl1 ID="WebUserControl1_1" runat=&…Text = MyTxt.Text CType(Page.Master.FindControl("ScriptManager1"),
ScriptManager
).SetFocus(MyTxt.ClientID) ' ''Me.ScriptManager1.SetFocus(MyTxt.ClientID) End…
toolkitscriptmanager and updatepanel not working together
Programming
Web Development
15 Years Ago
by ricksvoid
… on a listbox control. I have tried adding the regular
ScriptManager
and I get errors and when I have both of… them loaded, ToolkitScriptManager and
ScriptManager
, I get an error saying that you can only have…
Pls help regarding C# / AJAX dynamic control creation
Programming
Web Development
14 Years Ago
by cafekko
…quot;server"> </asp:
ScriptManager
> <br /> …InnerText)); TableCell c = new TableCell(); //
ScriptManager
.RegisterAsyncPostBackControl(WFaresBags); c.Controls.Add(WFaresBags);…
Timmer_tick event. display a confirmation message box
Programming
Software Development
13 Years Ago
by SindhujaNagaraj
… code 1. [COLOR="Green"]
ScriptManager
.RegisterStartupScript(this, GetType(), "Timmeralert"…true);[/COLOR] 2. [COLOR="Green"]
ScriptManager
.RegisterStartupScript(this, GetType(), "Timmeralert",…is working [COLOR="Green"]
ScriptManager
.RegisterStartupScript(this, GetType(), "Timmeralert"…
Re: Ajax Popup Extender with control
Programming
Web Development
12 Years Ago
by BMXDad
Create an instance of the popup control, and call it again. This is an example creating an instance of a
scriptmanager
, on a master page, and registering a control ... MasterPage Mp; Mp = Master;
ScriptManager
sm = (
ScriptManager
)Mp.FindControl("ScriptManager1"); sm.RegisterAsyncPostBackControl(somecontrol);`
Displaying information about Asp.Net worker process
Programming
Web Development
17 Years Ago
by serkan sendur
…; runat="server"> <div> <asp:
ScriptManager
runat="server" ID="scrpt"><…;/asp:
ScriptManager
> <asp:UpdateProgress runat="server" ID="…
ASP.net AJAX Update panel control
Programming
Web Development
16 Years Ago
by geletaabate
… page by setting there update mode to 'conditional' <asp:
ScriptManager
ID="ScriptManager1" runat="server"> <…;/asp:
ScriptManager
> <asp:UpdatePanel ID="UpdatePanel1" runat="…
Unable to access asp.net web service from javascript
Programming
Web Development
16 Years Ago
by anish.anick
… my local machine) The reference for webservice is added to
Scriptmanager
. [icode]ScriptManager1.Services.Add(new ServiceReference("http://xxx.xxx…/MyService/Service.asmx");[/icode] I debugged the code.. The
scriptmanager
takes the correct webservice reference. The client proxy files (jsdebug…
1
2
3
7
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC