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:659967
More Search Options
RSS Available
Matching Posts
Stringbuilder or table?
Hi I am just wondering if i need dynamically create a html table, which way will be more efficient? A. Use stringbuilder. For example, sb.append("<table border=0>""), for(i=0;i<10;i++){sb.append("<tr><td>abc</td></tr>")}, sb.append("</table>") B. Use table control, t = new table, for(i=0;i<10;i++){tr=new tablerow, td=new tablecell, td.text="abc",tr.cells.add(td),t.rows.add(tr)) Thanks ~Mike
Posted to
Getting Started
(Forum)
by
mike.cao
on 1/24/2007
Re: can't find controls inside updatepanel
My case is I am using user control page which has an updatepanel, and i want to dynamically add some controls to the updatepanel. This way works when I using the July CTP, but doesn't work when I upgrade to beta 1.0
Posted to
ASP.NET AJAX UI
(Forum)
by
mike.cao
on 11/6/2006
Re: AJAX 1.0 - Server showing new events in log..
g-spot-web: Adding the following code to the page init routine seems to have fixed the problem: If Request.Browser.Crawler = True Or Request.Browser.W3CDomVersion.ToString() <> "1.0" Or Request.Browser.Type.ToString.Contains("Opera") Then s1.EnablePartialRendering = False Else s1.EnablePartialRendering = True End If I added the Opera part of the statement as AJAX does not seem to work on the Opera browser. I tried this way, but still doesn't work.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mike.cao
on 11/4/2006
Re: alwaysvisible control doesn't work with IE7.0
Hi The sample doesn't use updateprogress. Here's the my code. <ajaxToolkit:AlwaysVisibleControlExtender ID="ace" runat="server" TargetControlID="upp" VerticalSide="Top" HorizontalSide="Right" VerticalOffset="1" HorizontalOffset="100" > </ajaxToolkit:AlwaysVisibleControlExtender> <asp:UpdateProgress ID="upp" runat="server"> <ProgressTemplate> <div style="background: rgb(204, 68, 68)">please wait...</div> </ProgressTemplate> </asp:UpdateProgress> It works
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mike.cao
on 11/4/2006
Re: AJAX 1.0 - Server showing new events in log..
Hi I am using ajax beta 1.0, the error still there, all the client agent are spiders, for browsers like firefox or ie, it's fine, but if all the spiders can not work correctly then it still is a big problem coz my site will not be indexed by the search engine. any suggesed solution from microsoft? ~Mike
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mike.cao
on 11/3/2006
Re: Partial rendering requires a browser that supports W3C DOM Level 1.0.
all the error message are generated by spiders from like google , yahoo... why i concern this is if those spider can not access my site correctly, then my web site can not be indexed by those search engines, that will be a big problem.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mike.cao
on 11/3/2006
Re: Partial rendering requires a browser that supports W3C DOM Level 1.0.
I saw the same error, though I use Ajax beta 1.0. if this can't be sloved, I guess i have to turn off the Ajax beta, coz all the search engine spider can't index my web site.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mike.cao
on 11/2/2006
can't find controls inside updatepanel
Hi Here's my code, <asp:UpdatePanel runat="server" ID="up" UpdateMode="Always" > <ContentTemplate> <asp:PlaceHolder ID="ContentPane" runat="server" /> </ContentTemplate> </asp:UpdatePanel> Then i use findcontrol("ContentPane").controls.add(myothercontrol), but it doesn't work, because finccontrol("ContentPane") returns a null reference. Any idea on this? Thanks Mike
Posted to
ASP.NET AJAX UI
(Forum)
by
mike.cao
on 10/27/2006
Re: alwaysvisible control doesn't work with IE7.0
No answer?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mike.cao
on 10/25/2006
alwaysvisible control doesn't work with IE7.0
I created a ajax page use the updateProgress control, and use alwaysvisible control to make it always visible, it works fine with IE6.0 and firefox 1.5, but it doesn't work with IE7.0, I want to put the always visible at top, right of the browser, but it keeps at the original position. Since IE 7.0 now offically released, so I want to make my page works in IE7.0 as well, anyone can share lights on this? Thanks in advance Mike
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mike.cao
on 10/23/2006
Page 1 of 2 (15 items) 1
2
Next >
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online