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:773306
More Search Options
RSS Available
Matching Posts
Re: How to bind a GridView in a static WebMethod?
Hi, First, you can call webservice on client to retrieve the data. In the callback function of webservice, you can bind on gridview by using javascript. Check this: http://forums.asp.net/t/1422932.aspx Second, if you want refresh the data each second. I don't think it 's a good and available idea. Even the page rendering need serval seconds, you had better set more than 1 min to update it.
Posted to
ASP.NET AJAX UI
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: UpdatePanel.Update() performance questions
Hi, You had better check the "page life cycle overview" : http://msdn.microsoft.com/en-us/library/ms178472.aspx When it triggers to postback and do some code behind, it will render the document element after all code behind is complete. So it will never care of the order of your code. All updatepanel will be rendered at once time. You can check the relationship between the server-side event and render phase and you will pick up something.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: how to do partial post back without update panel
Hi, There are losts of ajax framework to do this. ASP.Net Ajax is just one of them. Except Updatepanel, you can try to use Asp.Net Ajax client side libs to do something. Or you can use JQuery to achieve ajax capability: http://docs.jquery.com/Ajax You can also use raw Ajax xmlhttprequest to do: http://www.w3.org/TR/XMLHttpRequest/
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: compatibility issue with Ajax1.0 with asp.net 3.5
Hi, Yes, Ajax1.0 can be used in ASP.Net 2.0. In Asp.Net 3.5, you needn't install any extension. It is inbuilt in framework 3.5
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: compatibility issue with Ajax1.0 with asp.net 3.5
Hi, Yes, Ajax1.0 can be used in ASP.Net 2.0. In Asp.Net 3.5, you needn't install any extension. It is inbuilt in framework 3.5
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: Ajax: ShowAll panel
Hi, You can use client approach $find('behavior').set_Collapsed (true/false) to expend/collapse the panel
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: Ajax: ShowAll panel
Hi, You can use client approach $find('behavior').set_Collapsed (true/false) to expend/collapse the panel
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: is that possible to reset asp:timer when textbox text changed
Hi, Please use javascript $find("Timer1")._stopTimer(); You can set onchange client event for textbox. function changed() { $find("Timer1")._stopTimer(); } This is the javascript approach. When it refreshs the page, please use Timer1.Enable=False to disable it.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: Acordion SelectedIndex Change event
Hi, There is no existing event on server-side. We have to use javascript $find('behavior').add_selectedIndexChanged(function(){}) to define the callback to achieve it. If you want to do something on server-side, you can build an event handler for it. In add_selectedIndexChanged client event, you can call __doPostBack('',''). It will get to the server-side.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Re: Using modalpopup to trigger a file download
Hi, Do you want to pop out modalpopup to present files downloading? If so, I suggest you set onclick client event for each row in OnRowDataBound to call javascript window.open('XXX.aspx?filename=XX') . The downloading process should be implemented in this new page. It needn't modalpopup touch. Does it make sense?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Vince Xu - MSFT
on 11/23/2009
Page 1 of 516 (5158 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
ASP.NET:
Orchard team looking for a new developer
Channel 10:
Student Discount on Office 2008 for Mac Now Available
WindowsClient:
Surface SDK 1.0 SP1 supports XNA Game Studio 3.0 and later
WindowsClient:
TestAPI 0.4 Released
Channel 9:
Using the SharePoint Business Data Connectivity Designer in VS 2010
Channel 9:
10-4 Episode 36: Windows Server AppFabric and Workflow Services Lab
WindowsClient:
New WPF Features: DatePicker\Calendar\VSM\Datagrid
Channel 9:
Corrinne Yu: Principal Engine Architect, Halo Team Microsoft
TechNet Edge:
IT Pro Momentum y Evidencias
Channel 10:
Xbox Goes Social with Facebook, Twitter, and Zune Integration
ASP.NET:
Enabling the ASP.NET Ajax script loader for your own scripts
ASP.NET:
Building High Performance Web Applications
WindowsClient:
RIA Services: A DomainService IS A WCF Service – Add Service Reference
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online