To troubleshoot this issue, we really need the source code to reproduce the problem, so that we can investigate the issue
in house. It is not necessary that you send out the complete source of your project. We just need a simplest sample to reproduce the problem. You can remove any confidential information or business logic from it.
Best Regards,
Jonathan
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Has your problem been resolved yet ? If not , would you please share the sample? Thanks.
Best Regards,
Jonathan
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Krirkjung
Member
33 Points
27 Posts
Gridview display problem when it inside Ajax Tab control
Jul 30, 2007 12:49 PM|LINK
Hello everybody.
I have a Usercontrol it contain a gridview.
and I Use Ajax Tab control for contain Usercontrol
Ajax Tab control is inside Updatepanel
when first run I look fine
but when I add data.
data have add and display in gridview
but font size and header color is lost.
and when i use Infragistics Ultrawebtab It is still have a similar problem.
I find solutions all of day but I not found anything.
Help me please.
Gridview UpdatePanel Tab
Jonathan She...
All-Star
31269 Points
3445 Posts
Re: Gridview display problem when it inside Ajax Tab control
Aug 03, 2007 05:34 AM|LINK
Hi Krirkjung,
To troubleshoot this issue, we really need the source code to reproduce the problem, so that we can investigate the issue in house. It is not necessary that you send out the complete source of your project. We just need a simplest sample to reproduce the problem. You can remove any confidential information or business logic from it.
Best Regards,
Jonathan
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Jonathan She...
All-Star
31269 Points
3445 Posts
Re: Gridview display problem when it inside Ajax Tab control
Aug 04, 2007 10:07 AM|LINK
Hi Krirkjung,
Has your problem been resolved yet ? If not , would you please share the sample? Thanks.
Best Regards,
Jonathan
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Krirkjung
Member
33 Points
27 Posts
Re: Gridview display problem when it inside Ajax Tab control
Aug 07, 2007 09:39 AM|LINK
Hi Jonathan
Thank you for reply me
not I have solve a problem
Actually It is not just gridview crash display but it all about each tab find style sheet not found
because each tab contain user control and each user control import css file
when first run it looks fine
but when update It not found css file
My solution is just copy code for import css file of Usercontrol to my page.
and then problem is gone.
I post a solution on my blog too.
Any way I thank for your reply.
sanmca4u
Member
16 Points
12 Posts
Re: Gridview display problem when it inside Ajax Tab control
Sep 21, 2012 11:14 AM|LINK
check once property update mode conditional
if not resolves ur problem share the source code...
Gridview UpdatePanel Tab