Click here to Skip to main content
15,887,776 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem inheriting form Pin
EnkelIk26-Sep-04 21:30
EnkelIk26-Sep-04 21:30 
GeneralSCHEDULER : create a user interface Pin
youssef23-Sep-04 21:12
youssef23-Sep-04 21:12 
GeneralRe: SCHEDULER : create a user interface Pin
exhaulted23-Sep-04 22:08
exhaulted23-Sep-04 22:08 
GeneralRe: SCHEDULER : create a user interface Pin
sreejith ss nair23-Sep-04 23:17
sreejith ss nair23-Sep-04 23:17 
GeneralRe: SCHEDULER : create a user interface Pin
Jordi Corominas7-Nov-04 21:52
Jordi Corominas7-Nov-04 21:52 
Generalget whole contents in a page Pin
Asif Rehman23-Sep-04 20:33
Asif Rehman23-Sep-04 20:33 
GeneralRe: get whole contents in a page Pin
exhaulted23-Sep-04 22:13
exhaulted23-Sep-04 22:13 
GeneralRe: get whole contents in a page Pin
sreejith ss nair23-Sep-04 23:12
sreejith ss nair23-Sep-04 23:12 
hi,

You wrote : Now I need to access the whole page contents from to.

Now you are accessing the text content. What you need to do is the individual objects which is avilable in the web form. Am i right.
if so, use this code block to access the controls.
foreach(controls ctl in Page.Controls)
{

}

**************************
S r e e j i t h N a i r
**************************
Generalreference "System.Runtime.InteropServices" not in the Add reference list Pin
momer23-Sep-04 20:01
momer23-Sep-04 20:01 
GeneralRe: reference "System.Runtime.InteropServices" not in the Add reference list Pin
leppie23-Sep-04 20:19
leppie23-Sep-04 20:19 
GeneralRe: reference "System.Runtime.InteropServices" not in the Add reference list Pin
momer23-Sep-04 20:22
momer23-Sep-04 20:22 
GeneralRe: reference "System.Runtime.InteropServices" not in the Add reference list Pin
momer23-Sep-04 20:29
momer23-Sep-04 20:29 
GeneralRe: reference "System.Runtime.InteropServices" not in the Add reference list Pin
sreejith ss nair23-Sep-04 23:14
sreejith ss nair23-Sep-04 23:14 
GeneralRe: reference "System.Runtime.InteropServices" not in the Add reference list Pin
Stefan Troschuetz23-Sep-04 23:22
Stefan Troschuetz23-Sep-04 23:22 
GeneralInvalid File Format Exception Pin
sachinkalse23-Sep-04 19:43
sachinkalse23-Sep-04 19:43 
GeneralRe: Invalid File Format Exception Pin
leppie23-Sep-04 20:25
leppie23-Sep-04 20:25 
GeneralRe: Invalid File Format Exception Pin
sachinkalse23-Sep-04 20:37
sachinkalse23-Sep-04 20:37 
GeneralRe: Invalid File Format Exception Pin
sreejith ss nair23-Sep-04 23:24
sreejith ss nair23-Sep-04 23:24 
GeneralRe: Invalid File Format Exception Pin
sachinkalse24-Sep-04 0:36
sachinkalse24-Sep-04 0:36 
GeneralRe: Invalid File Format Exception Pin
sachinkalse27-Sep-04 15:00
sachinkalse27-Sep-04 15:00 
Generaldisable script error in WEB Browser Control Pin
Asif Rehman23-Sep-04 19:31
Asif Rehman23-Sep-04 19:31 
GeneralRe: disable script error in WEB Browser Control Pin
sreejith ss nair23-Sep-04 23:25
sreejith ss nair23-Sep-04 23:25 
GeneralReading cell data and formats from *.xls file Pin
Rahim Rattani23-Sep-04 18:21
Rahim Rattani23-Sep-04 18:21 
GeneralTreeView Contol in .Net CF Pin
ppp00123-Sep-04 15:55
ppp00123-Sep-04 15:55 
GeneralRe: TreeView Contol in .Net CF Pin
Robert Rohde23-Sep-04 19:20
Robert Rohde23-Sep-04 19:20 

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.