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:676871
More Search Options
RSS Available
Matching Posts
Re: RTM date?
ASP.NET AJAX RTM will be released a little later than this month according to the scheduled plan - but not far off now. Let's pay attention to Ajax updates from this website - http://Ajax.asp.net
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/4/2007
Re: BUG: UpdateProgress does not display when using AssociatedUpdatePanelID and Triggers
Hi Mindaugas, ASP.NET AJAX RTM will be released a little later than this month according to the plan - but not far off now. Wish all of these issues will be resolved in Ajax RTM. Let's pay attention to Ajax updates from this website - http://Ajax.asp.net.
Posted to
ASP.NET AJAX UI
(Forum)
by
Jasson_King
on 1/4/2007
Re: VS 2005 Thinks Some Queries Are Views and Functions
Great.Thanks for sharing knowledge here.Maybe this will give ones in community some help.
Posted to
Visual Studio 2005
(Forum)
by
Jasson_King
on 1/3/2007
Re: Handling ajax history
I am using asp:Menu,asp:siteMapDataSource,Master Page/Content Page to mock tab control in a web form, which is easy to implement. I'm not sure if there is ajax:BookMarkExtender control in Ajax next release.It is definite that it will appear in ajax controltoolkit in the future.This is similiar to a tab control in a web form.Here are my complete testing codes for your reference. site.master: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="site.master.cs" Inherits="site" %> <!DOCTYPE
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/3/2007
Re: Can't get over Assertion Failed Error, Need Help
Just as Luis said in his post,"An extender can't be in a different UpdatePanel than the control it extends" means that you can not place an extender and a control it extends in two different UpdatePanels. For example, <asp:UpdatePanel ID="upnl1" runat="server"> <ContentTemplate> TextBox:<asp:TextBox ID="tbExtender" runat="server"></asp:TextBox> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="upnl2" runat="server"> <ContentTemplate> <asp
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/3/2007
Re: Button inside UpdatePanel inside Repeater doeas not work
Hi mitchell.brett.j, Calya's problem is caused by the button clicking event handler. I feel your problem is led by setting EnableEventValidation="true" .Try to post some codes here.We will help you fix this issue.
Posted to
ASP.NET AJAX UI
(Forum)
by
Jasson_King
on 1/3/2007
Re: Error on ajax.asp.net - sys is undefined (PLEASE HELP ME!)
Hi Patrick, Try to check your web.config just as dlaney's solution in his post if it works.If you still have the same issue, try to send a simple ajax website with the exception message saying "'sys is undefined'" to my email:v-jicwan@microsoft.com? I'd like to test it and fix this issue in Vista with vs 2005 and ajax RC 1.0. <location path="ScriptResource.axd"> <system.web> <authorization> <allow users="*"/> </authorization> </system.web> </location> <httpHandlers>
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/3/2007
Re: Large Object Heap Usage
If there are too many records in a asp:GridView,you should page it according to a specified number of records in current web page when you display it.Try to update the only data which takes place changes through setting a updating flag.You can resort to database transaction to update database altogether after you finish all the operations of current web page.A asp:Update is suitable to partial post back which can improve web performance. A optimized web design can also a help to enhance web application
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/3/2007
Re: Problem in using Atlas with UserControl
You can not use Response.Write method in behind code if you develop a web application based on Ajax framework. Can you post a simple web page with " javascript Unknown Runtime Error" ? There are many reasons which can lead to javascript error. It is difficult to fix what causes it.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jasson_King
on 1/3/2007
Re: iframe and preserving white space with style sheet
1.Try to trim white spaces in javascript as the following codes. // Add left trim, right trim, and trim functions if (!String.prototype.lTrim) { String.prototype.lTrim = function() { return this.replace(/^\s*/, ''); } } if (!String.prototype.rTrim) { String.prototype.rTrim = function() { return this.replace(/\s*$/, ''); } } if (!String.prototype.trim) { String.prototype.trim = function() { return this.lTrim().rTrim(); } } // This will remove all whitespace from a string if (!String.prototype.removeAllWhitespace
Posted to
ASP.NET AJAX UI
(Forum)
by
Jasson_King
on 1/3/2007
Page 1 of 152 (1515 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online