Click here to Skip to main content
16,006,418 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: getting an e-mail message to a string Pin
Parwej Ahamad10-Feb-11 4:19
professionalParwej Ahamad10-Feb-11 4:19 
AnswerRead POP email ? Pin
David Mujica10-Feb-11 4:31
David Mujica10-Feb-11 4:31 
GeneralRe: Read POP email ? Pin
benams10-Feb-11 5:36
benams10-Feb-11 5:36 
AnswerRe: Read POP email ? Pin
Yusuf10-Feb-11 7:25
Yusuf10-Feb-11 7:25 
GeneralRe: Read POP email ? Pin
benams10-Feb-11 7:44
benams10-Feb-11 7:44 
GeneralRe: Read IMAP email Pin
David Mujica11-Feb-11 10:52
David Mujica11-Feb-11 10:52 
QuestionUploading Larger Files Pin
priyaahh8-Feb-11 23:50
priyaahh8-Feb-11 23:50 
AnswerRe: Uploading Larger Files Pin
Parwej Ahamad9-Feb-11 7:03
professionalParwej Ahamad9-Feb-11 7:03 
AnswerRe: Uploading Larger Files Pin
thatraja16-Feb-11 9:35
professionalthatraja16-Feb-11 9:35 
Questionbound dropdownlist adding temp data Pin
C#Coudou8-Feb-11 14:58
C#Coudou8-Feb-11 14:58 
AnswerRe: bound dropdownlist adding temp data Pin
Vimalsoft(Pty) Ltd8-Feb-11 20:13
professionalVimalsoft(Pty) Ltd8-Feb-11 20:13 
GeneralRe: bound dropdownlist adding temp data Pin
C#Coudou8-Feb-11 21:21
C#Coudou8-Feb-11 21:21 
AnswerRe: bound dropdownlist adding temp data Pin
Anurag Gandhi8-Feb-11 22:06
professionalAnurag Gandhi8-Feb-11 22:06 
GeneralRe: bound dropdownlist adding temp data Pin
C#Coudou8-Feb-11 22:41
C#Coudou8-Feb-11 22:41 
GeneralRe: bound dropdownlist adding temp data Pin
Anurag Gandhi8-Feb-11 22:54
professionalAnurag Gandhi8-Feb-11 22:54 
QuestionCheckbox inside gridview. Pin
fififlowertot8-Feb-11 0:04
fififlowertot8-Feb-11 0:04 
AnswerRe: Checkbox inside gridview. Pin
Vimalsoft(Pty) Ltd8-Feb-11 20:10
professionalVimalsoft(Pty) Ltd8-Feb-11 20:10 
GeneralRe: Checkbox inside gridview. Pin
fififlowertot9-Feb-11 0:03
fififlowertot9-Feb-11 0:03 
GeneralRe: Checkbox inside gridview. Pin
Vimalsoft(Pty) Ltd9-Feb-11 19:14
professionalVimalsoft(Pty) Ltd9-Feb-11 19:14 
Questionfind runtime textbox value from grid Pin
Sneha Bisht7-Feb-11 19:52
Sneha Bisht7-Feb-11 19:52 
AnswerRe: find runtime textbox value from grid Pin
Parwej Ahamad8-Feb-11 0:08
professionalParwej Ahamad8-Feb-11 0:08 
Something issue with control Id, it's not able to find the exact control id. It may be issue with control hierarchy. I have some suggestion for you:
1. If you want to follow the same code then view the page source and see what is name of control id and under which parent control has created.

2. Other way, Create a template column at design time and put there a panel. On runtime find the panel and add the all textbox control inside the panel.
same way, during retrieval find the Panel and traverse the all child control.

Thanks,
Parwej Ahamad
ahamad.parwej@gmail.com



QuestionHow can I get Session value in c#? Pin
buffering836-Feb-11 12:49
buffering836-Feb-11 12:49 
AnswerRe: How can I get Session value in c#? Pin
Shujaat Gul6-Feb-11 20:15
Shujaat Gul6-Feb-11 20:15 
AnswerRe: How can I get Session value in c#? Pin
Vimalsoft(Pty) Ltd7-Feb-11 20:15
professionalVimalsoft(Pty) Ltd7-Feb-11 20:15 
AnswerRe: How can I get Session value in c#? Pin
Ravi Sant3-May-11 0:20
Ravi Sant3-May-11 0: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.