Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Chaning Culture from UserControl Pin
Renuka Verma3-Oct-09 7:40
Renuka Verma3-Oct-09 7:40 
QuestionSections in a datagrid! Pin
Deepasubramanian15-Feb-07 7:24
Deepasubramanian15-Feb-07 7:24 
QuestionIssue on DataGrid! Pin
Deepasubramanian15-Feb-07 7:21
Deepasubramanian15-Feb-07 7:21 
AnswerRe: Issue on DataGrid! Pin
N a v a n e e t h15-Feb-07 18:48
N a v a n e e t h15-Feb-07 18:48 
GeneralRe: Issue on DataGrid! Pin
Deepasubramanian15-Feb-07 18:56
Deepasubramanian15-Feb-07 18:56 
Questioncopying projects [modified] Pin
TheEagle15-Feb-07 6:43
TheEagle15-Feb-07 6:43 
QuestionIE window resize on Page.Load event Pin
Jaguas15-Feb-07 6:38
Jaguas15-Feb-07 6:38 
AnswerRe: IE window resize on Page.Load event Pin
Guffa15-Feb-07 9:38
Guffa15-Feb-07 9:38 
phm37 wrote:
Can anyone suggest how I can resize an IE window in the Page.Load event handler?


What you are asking for is impossible. The Page_Load method is run on the server, and the window that you want to resize is on the client computer.

As you want to change the size of a window in the browser, you have to use client script. Use the window.resizeTo method to set the size of the window. This is not guaranteed to work, though. You can disallow scripts to resize windows in the browser settings.

---
single minded; short sighted; long gone;

QuestionC# & DataBinder.Eval Pin
digsy_15-Feb-07 6:03
digsy_15-Feb-07 6:03 
AnswerRe: C# & DataBinder.Eval Pin
DavidNohejl15-Feb-07 9:17
DavidNohejl15-Feb-07 9:17 
QuestionHow do I set a Dropdown list item Programatically? Pin
Quecumber25615-Feb-07 6:01
Quecumber25615-Feb-07 6:01 
AnswerRe: How do I set a Dropdown list item Programatically? Pin
-Dr_X-15-Feb-07 9:35
-Dr_X-15-Feb-07 9:35 
QuestionGridView and ajax postback Pin
tmiku15-Feb-07 4:48
tmiku15-Feb-07 4:48 
QuestionImage title attribute as ToolTip!?!? Pin
badgrs15-Feb-07 3:53
badgrs15-Feb-07 3:53 
QuestionServer Error Pin
Sarfaraj Ahmed15-Feb-07 3:30
Sarfaraj Ahmed15-Feb-07 3:30 
AnswerRe: Server Error Pin
Not Active15-Feb-07 4:19
mentorNot Active15-Feb-07 4:19 
GeneralRe: Server Error Pin
Sarfaraj Ahmed15-Feb-07 5:24
Sarfaraj Ahmed15-Feb-07 5:24 
GeneralRe: Server Error Pin
Not Active15-Feb-07 5:47
mentorNot Active15-Feb-07 5:47 
GeneralRe: Server Error Pin
Sarfaraj Ahmed15-Feb-07 6:14
Sarfaraj Ahmed15-Feb-07 6:14 
QuestionIncrease Upload File size Pin
R.Palanivel15-Feb-07 3:26
R.Palanivel15-Feb-07 3:26 
AnswerRe: Increase Upload File size Pin
BINOVAR15-Feb-07 17:33
BINOVAR15-Feb-07 17:33 
GeneralRe: Increase Upload File size Pin
R.Palanivel15-Feb-07 22:00
R.Palanivel15-Feb-07 22:00 
GeneralRe: Increase Upload File size Pin
BINOVAR15-Feb-07 22:09
BINOVAR15-Feb-07 22:09 
QuestionInserting date Pin
Kunal P15-Feb-07 3:13
Kunal P15-Feb-07 3:13 
AnswerRe: Inserting date Pin
R.Palanivel15-Feb-07 3:33
R.Palanivel15-Feb-07 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.