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:852786
More Search Options
RSS Available
Matching Posts
calling javascript method on before page load
Hi I am getting screen resolution through javascript by calling the javascript method on page load. and inside javascript i am assigning resolution value in the hidden control. protected void Page_Load(object sender, EventArgs e) {string strMethodName = "GetScreenHeightAndWidth();"; ScriptManager.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), strMethodName, true); } function GetScreenHeightAndWidth() { debugger; var width = screen.width; var height = screen.height;
Posted to
Client Side Web Development
(Forum)
by
ashok.k
on 11/13/2009
Filed under: on before page load, calling, javascript method
Re: calling javascript method on before page load
Hi karthicks Thanks for your reply. I tried this already but not helpful.
Posted to
Client Side Web Development
(Forum)
by
ashok.k
on 11/13/2009
Response.Redirect does not end execution
Hi I am working on an ASP.NET 3.5 web application. I have written the following code in Master page to redirect the page to Login if the session is null. If the session expires, execution goes to else block but does not end the execution. If the post back is on a button click on a page, it goes to Master page and checks the session. But continues the Button click code even if the session is expired. if (Session[ "UserName" ] != null ) String .Concat( "Welcome : " , userName);
Posted to
State Management
(Forum)
by
ashok.k
on 11/13/2009
Filed under: Response redirect
javascript calender not displaying correctly in firefox
Hi, I'm using javascript calender control in my website. when i open my site in IE and launch the JS calender its shows fine. but in Firefox its not displaying correctly. in my script i'm finding top and left possition of the control where we need to display the calender as follows. do { scwEle=scwEle.offsetParent; offsetTop +=parseInt(scwEle.offsetTop, 10); offsetLeft+=parseInt(scwEle.offsetLeft,10);} while (scwEle.tagName != 'BODY' && scwEle.tagName != 'HTML'); when
Posted to
Web Forms
(Forum)
by
ashok.k
on 11/6/2009
javascript calender not displaying correctly in firefox
Hi, I'm using javascript calender control in my website. when i open my site in IE and launch the JS calender its shows fine. but in Firefox its not displaying correctly. in my script i'm finding top and left possition of the control where we need to display the calender as follows. do { scwEle=scwEle.offsetParent; offsetTop +=parseInt(scwEle.offsetTop, 10); offsetLeft+=parseInt(scwEle.offsetLeft,10);} while (scwEle.tagName != 'BODY' && scwEle.tagName != 'HTML'); when
Posted to
Component Discussions
(Forum)
by
ashok.k
on 11/6/2009
Filed under: jscript calender in firefox
Page renders fast in Firefox
Hi, We are developing website using asp.net. after deploy the site, the page rendering is seems to be slow in IE compare than Firefox. We need to make the rendering speed is same in all the browser. please suggest me how can we make it. Regards, Ashok
Posted to
Client Side Web Development
(Forum)
by
ashok.k
on 11/5/2009
Reduce Page size in Asp.net
Hi, we are developing website using asp.net. we are using master pages, styles,scripts and images in our site. at runtime if we save the page it shows arround 1.4 MB. we need to reduce the page size as well need to improve the rendering time.. can any one suggest how to reduce page size.. Regards, Ashok
Posted to
Architecture
(Forum)
by
ashok.k
on 11/3/2009
Filed under: Reduce Page size in Asp.net
Re: Reduce Page size in Asp.net
Hi we are disabled viewstate in all the grid controls we are using in the page.. Regards Ashok
Posted to
Architecture
(Forum)
by
ashok.k
on 11/3/2009
Re: Reduce Page size in Asp.net
Hi Actually we tried to rename the image folder and launch the site without any images.. but it got reduced only 200 kb of page size. so image size is not taking much size...
Posted to
Architecture
(Forum)
by
ashok.k
on 11/3/2009
Applying CSS to GridView during Item bound
Hi I am working on a ASP.NET 3.5 application. I am applying the CSS style to GridView control in the Item bound event of the Repeater control. Following lines of code will be executed 10 to 20 times during the Item bound event of the Repeater control. grdSummary.DataSource = dt; tblGroupHeader.CssClass = Class.Text; grdSummary.CssClass = Class.Text; grdSummary.HeaderStyle.CssClass = sumTrTitle; grdSummary.ItemStyle.CssClass = eRowClass; grdSummary.AlternatingItemStyle.CssClass = oRowClass; grdSummary
Posted to
Data Presentation Controls
(Forum)
by
ashok.k
on 10/20/2009
Filed under: CSS to GridView
Page 1 of 12 (116 items) 1
2
3
4
5
Next >
...
Last ยป
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online