Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: On Line Test Engine Pin
J4amieC24-Apr-06 5:12
J4amieC24-Apr-06 5:12 
Questionusing SQL commands Datagrid control Pin
LAYEEQ AHMED KHAN24-Apr-06 4:42
LAYEEQ AHMED KHAN24-Apr-06 4:42 
AnswerRe: using SQL commands Datagrid control Pin
Mike Ellison24-Apr-06 8:00
Mike Ellison24-Apr-06 8:00 
Question.Net 2.0 & SQLServer 2005 Hosting Pin
VickyC#24-Apr-06 4:38
VickyC#24-Apr-06 4:38 
AnswerRe: .Net 2.0 & SQLServer 2005 Hosting Pin
Mike Ellison24-Apr-06 8:01
Mike Ellison24-Apr-06 8:01 
QuestionPass DropDownList selected value to Label - FindControl problem? Pin
FionaDM24-Apr-06 3:27
FionaDM24-Apr-06 3:27 
AnswerRe: Pass DropDownList selected value to Label - FindControl problem? Pin
Paddy Boyd24-Apr-06 3:37
Paddy Boyd24-Apr-06 3:37 
NewsRe: Pass DropDownList selected value to Label - FindControl problem? Pin
FionaDM24-Apr-06 22:06
FionaDM24-Apr-06 22:06 
Thanks - I had omitted to specify the container (FormView1). Was

DropDownList myDropDownList = (DropDownList)FindControl("DropDownList1");

but should have been

DropDownList myDropDownList = (DropDownList)FormView1.FindControl("DropDownList1");

Many thanks
Majella


AnswerRe: Pass DropDownList selected value to Label - FindControl problem? Pin
Mike Ellison24-Apr-06 8:06
Mike Ellison24-Apr-06 8:06 
Question.NET Framework......... Pin
daviiie24-Apr-06 3:05
daviiie24-Apr-06 3:05 
AnswerRe: .NET Framework......... Pin
daviiie24-Apr-06 3:55
daviiie24-Apr-06 3:55 
QuestionDownload and save File from Web Server Pin
dumser124-Apr-06 2:59
dumser124-Apr-06 2:59 
AnswerRe: Download and save File from Web Server Pin
Paddy Boyd24-Apr-06 4:04
Paddy Boyd24-Apr-06 4:04 
GeneralRe: Download and save File from Web Server Pin
dumser125-Apr-06 2:26
dumser125-Apr-06 2:26 
Questionmultiple configuration files Pin
chakkara200324-Apr-06 2:56
chakkara200324-Apr-06 2:56 
AnswerRe: multiple configuration files Pin
Mike Ellison24-Apr-06 8:17
Mike Ellison24-Apr-06 8:17 
AnswerRe: multiple configuration files Pin
Mike Ellison24-Apr-06 8:23
Mike Ellison24-Apr-06 8:23 
GeneralRe: multiple configuration files Pin
chakkara200324-Apr-06 18:36
chakkara200324-Apr-06 18:36 
GeneralRe: multiple configuration files Pin
chakkara200324-Apr-06 20:07
chakkara200324-Apr-06 20:07 
QuestionMemory Management Pin
MaheshSharma24-Apr-06 2:56
MaheshSharma24-Apr-06 2:56 
AnswerRe: Memory Management Pin
Mike Ellison24-Apr-06 8:11
Mike Ellison24-Apr-06 8:11 
GeneralRe: Memory Management Pin
MaheshSharma24-Apr-06 18:32
MaheshSharma24-Apr-06 18:32 
GeneralRe: Memory Management Pin
Mike Ellison26-Apr-06 6:26
Mike Ellison26-Apr-06 6:26 
QuestionSetting width on a table Pin
Ista24-Apr-06 2:49
Ista24-Apr-06 2:49 
AnswerRe: Setting width on a table Pin
CWIZO24-Apr-06 2:51
CWIZO24-Apr-06 2:51 

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.