Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 19, 2012 05:03 AM by Amy Peng - MSFT
Member
136 Points
115 Posts
Dec 15, 2012 09:55 AM|LINK
Hi,
I created an application with asp.net, I have a scenario of uploading file and displaying popup window. If it occurs, the fonts are getting bigger automatically. If i refresh it becomes normal. please specify what may be the reason.
thanks
Contributor
2808 Points
500 Posts
Dec 15, 2012 10:03 AM|LINK
This issue occurs when css not loding or you used update panel in page. so you can post your code so we can check the issue.
MARK AS ANSWER IF THIS WORKS..
140 Points
47 Posts
Dec 15, 2012 12:36 PM|LINK
may be you are using: reponse.write("some javascript code") or may be changing css property from code behind.... please paste your code for further help thanks
Star
7983 Points
2099 Posts
Dec 15, 2012 02:25 PM|LINK
Hai
Change your model popup css style font style and icon size...
Dec 17, 2012 09:23 AM|LINK
I use the following code to display the popup window.
Response.Write("<script>window.open('QTransTranscribe.aspx','','width=400,height=400,left=300,top=150')</script>");
if the pop up opens, the parent page fonts are getting bigger and getback normal on refresh.
10199 Points
964 Posts
Microsoft
Dec 19, 2012 05:03 AM|LINK
Hi cchidambaram,
Please try to use the following code instead of Response.Write():
Page.ClientScript.RegisterStartupScript(this.GetType(), "showPopup", "<script>window.open('QTransTranscribe.aspx','','width=400,height=400,left=300,top=150')</</script>");
Hope it helps!
Best Regards,
cchidambaram
Member
136 Points
115 Posts
fonts and icons getting bigger
Dec 15, 2012 09:55 AM|LINK
Hi,
I created an application with asp.net, I have a scenario of uploading file and displaying popup window. If it occurs, the fonts are getting bigger automatically. If i refresh it becomes normal. please specify what may be the reason.
thanks
kaushik_tatv...
Contributor
2808 Points
500 Posts
Re: fonts and icons getting bigger
Dec 15, 2012 10:03 AM|LINK
This issue occurs when css not loding or you used update panel in page. so you can post your code so we can check the issue.
MARK AS ANSWER IF THIS WORKS..
Cheers!
- Kaushik Patel
alam.net
Member
140 Points
47 Posts
Re: fonts and icons getting bigger
Dec 15, 2012 12:36 PM|LINK
may be you are using: reponse.write("some javascript code") or may be changing css property from code behind....
please paste your code for further help
thanks
Mark Answer Help Others;
else
I am sorry I didn't understand your problem;
RameshRajend...
Star
7983 Points
2099 Posts
Re: fonts and icons getting bigger
Dec 15, 2012 02:25 PM|LINK
Hai
Change your model popup css style font style and icon size...
cchidambaram
Member
136 Points
115 Posts
Re: fonts and icons getting bigger
Dec 17, 2012 09:23 AM|LINK
Hi,
I use the following code to display the popup window.
Response.Write("<script>window.open('QTransTranscribe.aspx','','width=400,height=400,left=300,top=150')</script>");if the pop up opens, the parent page fonts are getting bigger and getback normal on refresh.
Amy Peng - M...
Star
10199 Points
964 Posts
Microsoft
Re: fonts and icons getting bigger
Dec 19, 2012 05:03 AM|LINK
Hi cchidambaram,
Please try to use the following code instead of Response.Write():
Page.ClientScript.RegisterStartupScript(this.GetType(), "showPopup", "<script>window.open('QTransTranscribe.aspx','','width=400,height=400,left=300,top=150')</</script>");Hope it helps!
Best Regards,
Feedback to us
Develop and promote your apps in Windows Store