Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
QuestionChange font for sellected text?? Pin
dungnguyentien19-Mar-05 23:32
dungnguyentien19-Mar-05 23:32 
AnswerRe: Change font for sellected text?? Pin
mav.northwind20-Mar-05 0:14
mav.northwind20-Mar-05 0:14 
AnswerRe: Change font for sellected text?? Pin
Robert Rohde20-Mar-05 0:42
Robert Rohde20-Mar-05 0:42 
AnswerRe: Change font for sellected text?? Pin
Dave Kreskowiak20-Mar-05 6:15
mveDave Kreskowiak20-Mar-05 6:15 
GeneralSIMPLE - MAYBE - STUPID QUESTION Pin
_Comet_Keeper_19-Mar-05 21:44
_Comet_Keeper_19-Mar-05 21:44 
GeneralRe: SIMPLE - MAYBE - STUPID QUESTION Pin
Robert Rohde19-Mar-05 21:57
Robert Rohde19-Mar-05 21:57 
GeneralRe: SIMPLE - MAYBE - STUPID QUESTION Pin
WillemM19-Mar-05 23:51
WillemM19-Mar-05 23:51 
GeneralfindControl & checkbox state Pin
esakal19-Mar-05 21:22
esakal19-Mar-05 21:22 
Hello,

I'm programming in .net enviroment (asp.net in c#).

i would like to ask two seperate questions:

question 1
I would like to find control in a form during run-time using "this.Page.FindControl("ctl")"

the problem is that the control is nested somewhere inside (i.e inside panels or place holders) thus when running the above command i recieve nothing.

how can i find the control?

must i create a function that loop on the controls of the page and when it reachs a control that has container, it searches inside (recursive)?

is it not bad for performances?

question 2
I have a photo gallery divided into pages. the pictures are shown in DataList.
Above each photo i have a checkbox which alow the user to select it.

When moving between pages I would like the application to "remember" the checkbox that were chosen for two reasons:
1. when the user return to a page were several photos were selected, their checkbox will be checked.
2. when the user press a "send" button, a list of all the photos will be send (not only those that are shown on the current page).

Please advice how to do so.

Eran Sakal.
GeneralRe: findControl & checkbox state Pin
leppie19-Mar-05 22:20
leppie19-Mar-05 22:20 
GeneralRe: findControl & checkbox state Pin
Sebrell20-Mar-05 7:05
Sebrell20-Mar-05 7:05 
GeneralPreventing multiple button clicks and process recursion Pin
phxgecko19-Mar-05 21:19
phxgecko19-Mar-05 21:19 
GeneralRe: Preventing multiple button clicks and process recursion Pin
James Poulose20-Mar-05 1:53
James Poulose20-Mar-05 1:53 
GeneralRe: Preventing multiple button clicks and process recursion Pin
Sebrell20-Mar-05 3:26
Sebrell20-Mar-05 3:26 
GeneralRe: Preventing multiple button clicks and process recursion Pin
phxgecko20-Mar-05 8:52
phxgecko20-Mar-05 8:52 
QuestionBackground picture in directx? Pin
taha mohamed19-Mar-05 20:40
taha mohamed19-Mar-05 20:40 
AnswerRe: Background picture in directx? Pin
Rei Miyasaka21-Mar-05 0:30
Rei Miyasaka21-Mar-05 0:30 
Generalreport generation Pin
sandeepreddy19-Mar-05 18:07
sandeepreddy19-Mar-05 18:07 
GeneralRe: report generation Pin
leppie19-Mar-05 22:19
leppie19-Mar-05 22:19 
GeneralRe: report generation Pin
sandeepreddy21-Mar-05 7:03
sandeepreddy21-Mar-05 7:03 
GeneralProblem rendering ASP.NET Pin
new_phoenix19-Mar-05 17:49
new_phoenix19-Mar-05 17:49 
GeneralRe: Problem rendering ASP.NET Pin
WillemM19-Mar-05 23:53
WillemM19-Mar-05 23:53 
GeneralRe: Problem rendering ASP.NET Pin
tom2sun20-Mar-05 0:45
tom2sun20-Mar-05 0:45 
GeneralDisplay Tooltips in StatusBar Pin
bwinfrey19-Mar-05 17:02
bwinfrey19-Mar-05 17:02 
GeneralRe: Display Tooltips in StatusBar Pin
Luis Alonso Ramos19-Mar-05 22:12
Luis Alonso Ramos19-Mar-05 22:12 
GeneralRe: Display Tooltips in StatusBar Pin
bwinfrey20-Mar-05 9:14
bwinfrey20-Mar-05 9:14 

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.