Click here to Skip to main content
15,927,744 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Need Fast Help Pin
Christian Graus21-Oct-07 23:51
protectorChristian Graus21-Oct-07 23:51 
GeneralRe: Need Fast Help Pin
Abhijit Jana22-Oct-07 0:59
professionalAbhijit Jana22-Oct-07 0:59 
AnswerRe: Need Fast Help Pin
M LN Rao21-Oct-07 23:54
M LN Rao21-Oct-07 23:54 
AnswerRe: Need Fast Help Pin
Guffa22-Oct-07 0:02
Guffa22-Oct-07 0:02 
GeneralRe: Need Fast Help Pin
Christian Graus22-Oct-07 0:18
protectorChristian Graus22-Oct-07 0:18 
AnswerRe: Need Fast Help Pin
Abhijit Jana22-Oct-07 0:58
professionalAbhijit Jana22-Oct-07 0:58 
Questionset position of output Pin
sweetypaul21-Oct-07 23:36
sweetypaul21-Oct-07 23:36 
AnswerRe: set position of output Pin
Christian Graus21-Oct-07 23:51
protectorChristian Graus21-Oct-07 23:51 
No. If you do a response.Write, it always goes on the top of hte page. To position it, you need to put it inside a control that is positioned on the page where you want it.

Actually, that's not true. You could use CSS to position something, and then you can emit it where-ever you want, so long as you emit a div or something that uses the CSS class that positions it. But, it's really much nicer to use a control IMO.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: set position of output Pin
sweetypaul22-Oct-07 2:11
sweetypaul22-Oct-07 2:11 
QuestionRe: set position of output Pin
sweetypaul22-Oct-07 19:58
sweetypaul22-Oct-07 19:58 
QuestionCalling Textbox properties incode behind Pin
kinnuP21-Oct-07 23:34
kinnuP21-Oct-07 23:34 
AnswerRe: Calling Textbox properties incode behind Pin
M LN Rao21-Oct-07 23:48
M LN Rao21-Oct-07 23:48 
AnswerRe: Calling Textbox properties incode behind Pin
John-ph22-Oct-07 0:29
John-ph22-Oct-07 0:29 
QuestionDisable all controls of a page at once [modified] Pin
Gandalf_TheWhite21-Oct-07 23:23
professionalGandalf_TheWhite21-Oct-07 23:23 
AnswerRe: Disable all controls of a page at once Pin
M LN Rao21-Oct-07 23:51
M LN Rao21-Oct-07 23:51 
GeneralRe: Disable all controls of a page at once [modified] -for M LN RAO Pin
Gandalf_TheWhite22-Oct-07 0:00
professionalGandalf_TheWhite22-Oct-07 0:00 
GeneralRe: Disable all controls of a page at once [modified] -for M LN RAO Pin
John-ph22-Oct-07 0:28
John-ph22-Oct-07 0:28 
GeneralRe: Disable all controls of a page at once [modified] -for John Prabhu Pin
Gandalf_TheWhite22-Oct-07 0:35
professionalGandalf_TheWhite22-Oct-07 0:35 
GeneralRe: Disable all controls of a page at once -for John Prabhu Pin
John-ph22-Oct-07 2:54
John-ph22-Oct-07 2:54 
QuestionDynamic Loading for Infragistics TreeView Pin
kapil bhatnagar21-Oct-07 23:10
kapil bhatnagar21-Oct-07 23:10 
Questionpage load on postback Pin
Big Ralph21-Oct-07 23:03
Big Ralph21-Oct-07 23:03 
AnswerRe: page load on postback Pin
M LN Rao21-Oct-07 23:52
M LN Rao21-Oct-07 23:52 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 0:34
Big Ralph22-Oct-07 0:34 
GeneralRe: page load on postback Pin
M LN Rao22-Oct-07 2:10
M LN Rao22-Oct-07 2:10 
GeneralRe: page load on postback Pin
Big Ralph22-Oct-07 6:03
Big Ralph22-Oct-07 6:03 

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.