Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:704072
More Search Options
RSS Available
Matching Posts
Re: Dropdownlist flickering?
Try with this adapter: http://fastlistadapter.codeplex.com/
Posted to
ASP.NET AJAX UI
(Forum)
by
andreadottor
on 10/5/2009
Re: AJAX Updatepanel Prender event HTML not rendering
For register a scripts during an asynchronous postback you must use the methods of ScriptManager for example ScriptManager.RegisterStartupScript http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.registerstartupscript.aspx
Posted to
ASP.NET AJAX UI
(Forum)
by
andreadottor
on 10/5/2009
Re: Highlight Text after Edit or Update
You can create a new Extender that use the event onChange for change the style of control. The code is like this: http://codingforums.com/showthread.php?t=24486 but i suggest to you to create an new extender, that is better for reuse this feature in other controls. ;-)
Posted to
ASP.NET AJAX UI
(Forum)
by
andreadottor
on 10/5/2009
Re: Problem with AJax Update Panel, JQUery script in the Page Pre render event
replace Page.ClientScript.RegisterClientScriptBlock with ScriptManager.RegisterClientScriptBlock http://msdn.microsoft.com/en-us/library/bb350750.aspx because the methods of ClientScript not works during an AsyncPostBack
Posted to
ASP.NET AJAX UI
(Forum)
by
andreadottor
on 10/5/2009
Re: How to move code from Accordion pane to external source
for each content in the accordion, you can create a different UserControl, and not a different page. http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol(VS.71).aspx
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
andreadottor
on 9/29/2009
Re: Refresh modal
You must put an updatepanel inside the panel that you open with modalpopupextender, and set the correct trigger. For reset the status of control that you have in the popup, you must open the popup from server side (call yourModalPopup.Show()). In this case you can change the value in the controls and hide the gridview. <asp:LinkButton id="dummy" style="display:none" runat="server" /> <ajaxToolkit:ModalPopupExtender runat="server" ID="mpeThePopup"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
andreadottor
on 9/29/2009
Re: cannot access the element after partial update using update panel. please help, its very urgent
Try to use ScriptManager.RegisterStartupScript for register your script when you active the second view. If you have the javascript in a script element in the second view, this is not execute after an asyncpostback. For this reason you can register with the scriptmanager your script.
Posted to
ASP.NET AJAX UI
(Forum)
by
andreadottor
on 9/25/2009
Re: How to turn ModalPopupExtender "off"
You can close the modalpopup from server side, and you can use yourModalPopupExtId.Hide() or from client side: var mp = $find( 'modalPopupBehavior' ); mp.hide();
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
andreadottor
on 9/25/2009
Re: How to turn ModalPopupExtender "off"
in the page you insert: function closePopup () { var mp = $find('modalPopupBehavior'); mp.hide(); } and in the child page you call: window.opener.closePopup()
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
andreadottor
on 9/25/2009
Re: ReportServer -> The request failed with HTTP status 401: Unauthorized
I use this code: using (ReportingService2005SoapClient rs = new ReportingService2005SoapClient()) { rs.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation; rs.ClientCredentials.Windows.ClientCredential.UserName = "username"; rs.ClientCredentials.Windows.ClientCredential.Password = "password"; rs.ClientCredentials.Windows.ClientCredential.Domain = "domain"; CatalogItem[] items = null; rs.ListChildren("
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
andreadottor
on 9/25/2009
Page 1 of 32 (311 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Getting ready to relaunch my site on Umbraco CMS
TechNet Edge:
Windows 7 BranchCache™ Explained
ASP.NET:
Localizing ASP.NET MVC Validation
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online