Click here to Skip to main content
15,921,210 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: resize the iframe Pin
Abhijit Jana1-Oct-09 0:05
professionalAbhijit Jana1-Oct-09 0:05 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:11
professionalAbhishek Sur1-Oct-09 0:11 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:16
dews turner1-Oct-09 0:16 
AnswerRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:12
professionalAbhishek Sur1-Oct-09 0:12 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:24
dews turner1-Oct-09 0:24 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:29
professionalAbhishek Sur1-Oct-09 0:29 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:40
dews turner1-Oct-09 0:40 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 2:17
professionalAbhishek Sur1-Oct-09 2:17 
For that you need to take a lot of things into consideration.
Actually you need to handle get mousedown/mousemove/mouseup events of the element and get the actual mouseX position and Y position .
You might use
e.pageX ||(e.clientX + this.getDocumentElement().scrollLeft); to get the actual point.

Finally you need to change the width and height with moving co-ordinates. Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

AnswerRe: resize the iframe Pin
Vasudevan Deepak Kumar1-Oct-09 1:20
Vasudevan Deepak Kumar1-Oct-09 1:20 
QuestionGlobal variable in c# Pin
JaganBR30-Sep-09 23:54
JaganBR30-Sep-09 23:54 
AnswerRe: Global variable in c# Pin
Paramhans Dubey1-Oct-09 0:02
professionalParamhans Dubey1-Oct-09 0:02 
Questionhow can u insert values in the database Pin
sumanmks30-Sep-09 23:53
sumanmks30-Sep-09 23:53 
AnswerRe: how can u insert values in the database Pin
J4amieC30-Sep-09 23:59
J4amieC30-Sep-09 23:59 
GeneralRe: how can u insert values in the database Pin
Abhijit Jana1-Oct-09 0:04
professionalAbhijit Jana1-Oct-09 0:04 
GeneralRe: how can u insert values in the database Pin
sumanmks1-Oct-09 0:08
sumanmks1-Oct-09 0:08 
AnswerRe: how can u insert values in the database Pin
Abhijit Jana30-Sep-09 23:59
professionalAbhijit Jana30-Sep-09 23:59 
AnswerRe: how can u insert values in the database Pin
Abhishek Sur1-Oct-09 0:07
professionalAbhishek Sur1-Oct-09 0:07 
GeneralRe: how can u insert values in the database Pin
sumanmks1-Oct-09 0:12
sumanmks1-Oct-09 0:12 
GeneralRe: how can u insert values in the database Pin
Abhishek Sur1-Oct-09 0:15
professionalAbhishek Sur1-Oct-09 0:15 
GeneralRe: how can u insert values in the database Pin
sumanmks1-Oct-09 0:53
sumanmks1-Oct-09 0:53 
RantRe: how can u insert values in the database Pin
Greg Chelstowski1-Oct-09 0:15
Greg Chelstowski1-Oct-09 0:15 
JokeRe: how can u insert values in the database Pin
Abhishek Sur1-Oct-09 0:30
professionalAbhishek Sur1-Oct-09 0:30 
AnswerRe: how can u insert values in the database Pin
Vasudevan Deepak Kumar1-Oct-09 1:22
Vasudevan Deepak Kumar1-Oct-09 1:22 
AnswerRe: how can u insert values in the database Pin
hemant.kaushal2-Oct-09 2:52
hemant.kaushal2-Oct-09 2:52 
QuestionThe request failed with HTTP status 401: Unauthorized. Pin
Calla30-Sep-09 23:48
Calla30-Sep-09 23:48 

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.