Click here to Skip to main content
15,897,891 members
Everything / ScriptManager

ScriptManager

ScriptManager

Great Reads

by Tharaka MTR
Web service and script service
by ASP.NET Community
Differences between RegisterClientScriptBlock & RegisterStartupScript:-We usually write the javascript functions on aspx page. If we want dynamic

Latest Articles

by ASP.NET Community
Differences between RegisterClientScriptBlock & RegisterStartupScript:-We usually write the javascript functions on aspx page. If we want dynamic
by Tharaka MTR
Web service and script service

All Articles

Sort by Score

ScriptManager 

26 Jan 2013 by Tharaka MTR
2 Feb 2014 by JoCodes
You should not put anything between the ScriptManager Tag .Use And move the Controls outside of it.
22 Apr 2014 by ravikhoda
well what happen in above code that when file download is complete your response will be end so you cant get such message once the file is download.
13 Jul 2015 by aarif moh shaikh
Please follow below links...
28 Apr 2017 by Samira Radwan
managed to do it by adding Javascript:void OR adding href="#!" But i...
13 Mar 2013 by Nonestop
Recently I've been working with a ePub project in Inkling site. (https://www.inkling.com - editing contents and publishing to iPhone, iPad, Web)My working reached final step; texts, images and videos were linked successfully. Last goal is to link some audios(.mp3 or .m4a format) to my...
27 Mar 2013 by Member 4643583
Hello,I am developing asp.net website. Without adding ajax scriptmanegr and update panel my page working properly. But after adding scriptmanager and update panel I found that Page.IsPostBack and ScriptManager1.IsInAsyncPostBack always return false.Please suggest regarding it.Thanks...
28 Mar 2013 by Member 8112455
To call postback event , try below Specifies a control and event that will cause a full page update (a full page refresh). This tag can be used to force a full refresh when a control would...
11 Oct 2013 by ASP.NET Community
Differences between RegisterClientScriptBlock & RegisterStartupScript:-We usually write the javascript functions on aspx page. If we want dynamic
10 May 2020 by Diya Ayesa
i try to show ssrsc reports in asp.net web page and for this i search tutorials and i find tutorials which shows me add script manager ,reportviewer and a button when i add these 3 things in my project in .aspx page and then when i debug my project then it shows me error and here i clear that i...
2 Feb 2014 by Kornfeld Eliyahu Peter
Your coude should look like this:
22 Apr 2014 by Pranav-BiTwiser
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "Download") { byte[] byteimg = null; byte[] byteimg1 = null; bool replica = false; GridViewRow gvrow =...
13 Aug 2014 by Nipesh Shah
Hi,I have worked much in C# but bit new in ajax/webservice. I know to call asmx webservice from script in sync/async manner using async attribute like...eg.$.ajax({ type: "POST", url: "/Webservice/webservice1.asmx/SomeMethod", async: false, success:...
16 Sep 2014 by kool15th
I have to use export to csv in asp.net in c#. Its working fine but when used with script manager it stops working.I used ...
31 Oct 2014 by Member 10252237
Hellou all,i would like to ask anybody for help with modify script for TWN3.Now we are using standard script for reading standard 125 KHZ EM MARINE cards.Problem is that we receive this080034DC8B01004D280D0000053C66and we would like to get...
5 Feb 2015 by varun150
this is the modal page to be loaded. ...
5 Feb 2015 by varun150
i had problems with JavaScript libraries after adding this script manager and update panel that was the reason.resolving those errors with devoloper tool does the job.
8 Apr 2015 by Dinakar Kulkarni
In VS 2010 Ultimate, I have a command button on my web page,My aim is to display Modalpopup when this buttin is clicked.I have taken Script Manager. and Panel as PopupControlID.when program executes, if i click the button, Modal popup is not at all appearing.When i changed Script...
12 Apr 2015 by Kornfeld Eliyahu Peter
So you try to create a code that solves CAPTCHA?! For what?! It seems to be a beginning of some illegal actions! Do not...
26 Jul 2016 by Samira Radwan
Hi everyone,in an .aspx page I have multiple update panels in each there's whether dropdownlist or a repeater.Of course once there's an updatepanel a problem with browser back button.I managed to re-set all the (cascading) dropdownlists when click back button, but binding the repeater with...
28 Apr 2017 by Samira Radwan
I have an anchor tag inside listview that expands/hides a row inside the listview both are inside an updatePanel. the anchor tage javascript code is the following:
27 Sep 2017 by Arthur V. Ratz
Probably, this article would be interesting to you: Implementing the Huffman adaptive algorithm to compress 256 colors depth graphics images[^]. If you've got any more questions, just feel free to post them as the reply to my solution that comes here. :)
26 Apr 2017 by santosh_131
put the list view in a div with some id(divLstView1) function setScrollValue(divlistViewid) { var divObj=$("[id$=_" + divlistViewid + "]")[0]; var objX = $get(''); var objY = $get('
27 Sep 2017 by Member 11052303
Write an algorithm which can increase the size of data passed into it without adding any redundant bits. (Think it as opposite of compressing the data) Make another algorithm to reverse the process above so we can get original data. write python scripts for both which at least can extend...
15 Jun 2014 by itsbally
hi this is baljinder chohan, could any one tell me how to include UKCIG script in UK Capital Investments Group?
13 Jul 2015 by iamvinod34
how to add styles and scripts in asp.net web formsi adding bundleconfig.cs but not working in asp.net webforms bundles.Add(new...