Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: command returning null value Pin
Abhijit Jana20-Oct-09 19:18
professionalAbhijit Jana20-Oct-09 19:18 
GeneralRe: command returning null value Pin
Christian Graus20-Oct-09 19:32
protectorChristian Graus20-Oct-09 19:32 
AnswerRe: command returning null value Pin
Abhijit Jana20-Oct-09 19:12
professionalAbhijit Jana20-Oct-09 19:12 
QuestionASP.NET hosted Application FIle Path Problem Localhost Pin
Waleed Butt20-Oct-09 11:59
Waleed Butt20-Oct-09 11:59 
QuestionC# getting Text Box Value of a DEEPLY nested Control Pin
Steve Crochet20-Oct-09 11:57
Steve Crochet20-Oct-09 11:57 
AnswerRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 12:58
protectorChristian Graus20-Oct-09 12:58 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Steve Crochet20-Oct-09 13:11
Steve Crochet20-Oct-09 13:11 
GeneralRe: C# getting Text Box Value of a DEEPLY nested Control Pin
Christian Graus20-Oct-09 13:21
protectorChristian Graus20-Oct-09 13:21 
Steve Crochet wrote:
I have tried the FindControl, but I am very UNclear on how to find that control 5 controls deep.


If FindControl does not work, perhaps you need to find the control at each level as you work your way down ?

Steve Crochet wrote:
not sure why this is not a web question


I just read your C# part and suddenly thought I was in the C# forum. My bad, sorry.

Steve Crochet wrote:
and to your comment on mapping the note_id to the control,


I meant building a map in memory, but that won't work, because you don't have any state.

Steve Crochet wrote:
one thing that I have noticed that the control elements are not visible to the img_btn_update_note_Click event How can I make them accessible to any or all CLICK events?


How do you mean, not visible ? What elements are we talking about ?

Ultimately, you can iterate through the controls collection looking for controls if you know where they are.

I just looked at your code again. You call BindNotes ( which adds the control ) AFTER the code that's supposed to work with the control. If you're having to add the controls again in the same method, why not just pass the id you're looking for into that method and deal with it as you add it ?

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

QuestionGridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 7:29
janetb9920-Oct-09 7:29 
AnswerRe: Gridview Checkbox Not Updating on RowCommand Pin
janetb9920-Oct-09 11:08
janetb9920-Oct-09 11:08 
QuestionASP.NET - Scrollable Panel and Placing ListView in that Pin
Venkat NP20-Oct-09 5:58
Venkat NP20-Oct-09 5:58 
AnswerRe: ASP.NET - Scrollable Panel and Placing ListView in that Pin
Not Active20-Oct-09 8:07
mentorNot Active20-Oct-09 8:07 
Questionstartdate in dropdownlist Pin
m@dhu20-Oct-09 3:49
m@dhu20-Oct-09 3:49 
AnswerRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:00
professionalAbhijit Jana20-Oct-09 4:00 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 4:15
m@dhu20-Oct-09 4:15 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan20-Oct-09 4:19
mveRichard MacCutchan20-Oct-09 4:19 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 4:44
professionalAbhijit Jana20-Oct-09 4:44 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 19:45
m@dhu20-Oct-09 19:45 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 20:03
professionalAbhijit Jana20-Oct-09 20:03 
GeneralRe: startdate in dropdownlist Pin
Nisha Agrawal20-Oct-09 20:25
Nisha Agrawal20-Oct-09 20:25 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:27
professionalAbhijit Jana20-Oct-09 21:27 
GeneralRe: startdate in dropdownlist Pin
Richard MacCutchan21-Oct-09 0:13
mveRichard MacCutchan21-Oct-09 0:13 
GeneralRe: startdate in dropdownlist Pin
m@dhu20-Oct-09 21:29
m@dhu20-Oct-09 21:29 
GeneralRe: startdate in dropdownlist Pin
Abhijit Jana20-Oct-09 21:35
professionalAbhijit Jana20-Oct-09 21:35 
AnswerRe: startdate in dropdownlist Pin
J4amieC20-Oct-09 4:03
J4amieC20-Oct-09 4: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.