473,664 Members | 2,770 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Set focus to a control inside a Updatepanel in Atlas

After a postback, how do I set focus onto a control that is inside an
updatepanel?
Sep 8 '06 #1
6 5719
Hello Ssflynn,

As for the ATLAS updatepanel setfocus function you mentioned, I've
performed some local tests, it seems the Page.SetFocus method or
Page.ClientScri pt.RegisterXXXX methods will work only if the
"scriptmana ger" is configured as "enablepartialr endering=false" . However,
in such mode, the whole page will be rerender when we perform postback.

<atlas:Scriptma nager id="ScriptManag er" runat="server"
enablepartialre ndering="true" />

Currently, I'm doing some further research to see whether we can find a way
to set control focus when use "partialrenderi ng" mode for updatable. I'll
update you as soon as I've got any finding.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 11 '06 #2
Hello Ssflynn,

How are you doing on this issue? After further discussion with some
production engineer, so far there is no built-in API or interface that will
control focus in atlas udpatepanel. However, In Atlas 1.0 and future
versions we'll have built-in control focus support (e.g.
ScriptManager.S etFocus(Control ), etc.).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 14 '06 #3
Is there any built-in API or interface that will
control focus in atlas udpatepanel?

Is there any Patch available for ScriptManager.S etFocus(control ) , after the Partial Postback is completed?

Thanks in Advance
Sep 17 '06 #4
Hi Venkat,

Thanks for your input.

So far what I've got the from the product team is that the focus control
(ATLAS specific) will be provided in the 1.0 release only).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 18 '06 #5
I still would like to be able to do this, I've given up on it so far.

Has the Atlas 1.0 been released yet?

"Steven Cheng[MSFT]" <st*****@online .microsoft.comw rote in message
news:5M******** ******@TK2MSFTN GXA01.phx.gbl.. .
Hello Ssflynn,

How are you doing on this issue? After further discussion with some
production engineer, so far there is no built-in API or interface that
will
control focus in atlas udpatepanel. However, In Atlas 1.0 and future
versions we'll have built-in control focus support (e.g.
ScriptManager.S etFocus(Control ), etc.).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.

Sep 20 '06 #6
Thanks for your followup Ssflynn,

So far the available ATLAS package is still the CTP version. We haven't got
the definite date of the relase of ATLAS 1.0. Anyway, you can keep
monitoring on the www.asp.net ATLAS home on any new update.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1463
by: John | last post by:
I'm trying out the March 06 CTP of Atlas. My user controls containing updatepanel's won't render on the containing page at design time (they work fine at run time!!). Eg simple user control like: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="TestUserControl.ascx.cs" Inherits="TestUserControl" %> <atlas:UpdatePanel ID="UpdatePanel1" runat="server"> <contenttemplate> <asp:textbox runat="server" id="MyTextBox" />...
2
1242
by: Varangian | last post by:
Hello How can I create an Atlas UpdatePanel inside a Panel at runtime? This UpdatePanel will have inside it an ImageButton as well. Anyone knows? thanks
1
7036
by: Marko Vuksanovic | last post by:
I am trying to implement an upload progress indicator using atlas, using the following workaround: http://forums.asp.net/thread/1321664.aspx This is the code in FileUpload.apsx file is as follows: <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title> drag </title> </head> <body> <form id="f1" enctype="multipart/form-data" runat="server">
0
1324
by: Remy | last post by:
Hello I've built my own ASP.NET 2.0 Web User Control that uses the Atlas Ajax UpdatePanel. This works fine so far. The problem is if I embed this control with other control on a page and now I want to update other control based on the return from this control. Do I just wrap the other control into another UpdatePanel or I wrap everything into one big UpdatePanel? Whats the standard approach or am I completely off with my idea?
0
1283
by: veerleverbr | last post by:
I'm looking for a DateTime control that works a bit like the WebDateChooser of Infragistics. This control has a mask which allows only valid dates to be entered. So no alphabetic characters allowed, only numbers. And no invalid dates like 32/01/2006 (belgian format for 32nd januari 2006). No date-pick feature with popup or dropdown or something like that is needed. Just a mask and the ability to only fill in correct dates. The problem...
15
3531
by: eladla | last post by:
Hi! I am creating a composite control the does some of it`s own data access. I want to display a progress bar between the time the page is loaded and the control place holder is displayed and final display of the data from the database. I was thinking of manually opening a second thread in the Render method, but nothing is displayed before the render method exits anyway. Anyone know of a good way to do this? I have been working on this...
0
1044
by: RBM007 | last post by:
Hello, I have created webpages in the atlas standard. To help my users, I automaticaly focus to the first editable control which is in a GridView kind control. Every gridview is placed in a UpdatePanel which is recently translated from Atlas to AJAX. Before the translation everything works perfectly, but after the translation I got problems with calling focus. Here some code:
1
2178
by: jobo | last post by:
I have a news section of the website contained within the updatepanel. What I want is that when a news summary is clicked, the news item opens up in that same box. I thought I wired everything up correctly so that it did not do a postback. But when I walked through the execution process, it in fact does cause a postback when the "expand" event is raised. Why does this happen? Can someone help me? Thanks. Here is the .aspx part
4
5856
by: foolmelon | last post by:
Before AJAX, we were able to focus a cell in a gridview during a fullpage postback. After putting the gridview inside an UpdatePanel, we cannot focus a cell in this gridview anymore. Does anybody know if it is possible to make such focus? Thanks! Bill
0
8863
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8779
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8549
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6187
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4356
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2765
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2004
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1761
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.