Click here to Skip to main content
16,005,037 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPossible SOAP version mismatch: Expecting http://schemas.xmlsoap.org/soap/envelope Pin
Pistone19-Sep-06 2:17
Pistone19-Sep-06 2:17 
AnswerRe: Possible SOAP version mismatch: Expecting http://schemas.xmlsoap.org/soap/envelope Pin
Pistone19-Sep-06 2:53
Pistone19-Sep-06 2:53 
QuestionError in Application: Request timed out Pin
Balavardhan19-Sep-06 2:07
Balavardhan19-Sep-06 2:07 
AnswerRe: Error in Application: Request timed out Pin
minhpc_bk19-Sep-06 14:58
minhpc_bk19-Sep-06 14:58 
GeneralRe: Error in Application: Request timed out Pin
Balavardhan20-Sep-06 0:36
Balavardhan20-Sep-06 0:36 
Questionimplementing ajax in vs.net 2003 Pin
Ghassan ka19-Sep-06 2:01
Ghassan ka19-Sep-06 2:01 
AnswerRe: implementing ajax in vs.net 2003 Pin
minhpc_bk19-Sep-06 14:53
minhpc_bk19-Sep-06 14:53 
QuestionHow to access the dynamically created check boxes and text boxes Pin
swapnilbhavsar19-Sep-06 1:37
swapnilbhavsar19-Sep-06 1:37 
Hello
I am developing application which creates text-box and check box at run time in asp.net using c#.I am adding checkbox n textbox to panel.
as
Checkbox chk=new Checkbox();
this.mypanel.controls.add(chk);

and text box as

Textbox txt=new Textbox();
this.mypanel.controls.add(txt);


by this check box get added successfully.
but when i am going to get the value of that check box n text box it by Find control then it give me error as "undefined".
So I want to access textboxes n checkboxes which r created runtime.


Swapnil Bhavsar

AnswerRe: How to access the dynamically created check boxes and text boxes Pin
minhpc_bk19-Sep-06 14:45
minhpc_bk19-Sep-06 14:45 
QuestionDownload file Pin
ankamvijaya19-Sep-06 1:32
ankamvijaya19-Sep-06 1:32 
AnswerRe: Download file Pin
_AK_19-Sep-06 1:33
_AK_19-Sep-06 1:33 
Questionembed external device Pin
thelip19-Sep-06 0:37
thelip19-Sep-06 0:37 
AnswerRe: embed external device Pin
minhpc_bk19-Sep-06 14:41
minhpc_bk19-Sep-06 14:41 
QuestionMenuItem in .NET Pin
evlxtc18-Sep-06 23:46
evlxtc18-Sep-06 23:46 
AnswerRe: MenuItem in .NET Pin
minhpc_bk19-Sep-06 14:38
minhpc_bk19-Sep-06 14:38 
GeneralRe: MenuItem in .NET Pin
evlxtc19-Sep-06 19:49
evlxtc19-Sep-06 19:49 
QuestionCaleneder problem Pin
dany.s18-Sep-06 23:17
dany.s18-Sep-06 23:17 
AnswerRe: Caleneder problem Pin
Karmendra Suthar19-Sep-06 0:42
Karmendra Suthar19-Sep-06 0:42 
QuestionMouse click in Treeview control(ASP.net server control) Pin
SysJey18-Sep-06 22:46
SysJey18-Sep-06 22:46 
AnswerRe: Mouse click in Treeview control(ASP.net server control) Pin
minhpc_bk19-Sep-06 1:41
minhpc_bk19-Sep-06 1:41 
QuestionTextbox with newline Pin
Socheat.Net18-Sep-06 22:15
Socheat.Net18-Sep-06 22:15 
AnswerRe: Textbox with newline Pin
Karmendra Suthar18-Sep-06 22:20
Karmendra Suthar18-Sep-06 22:20 
AnswerRe: Textbox with newline Pin
_AK_18-Sep-06 22:32
_AK_18-Sep-06 22:32 
QuestionWhy isn't Linq working? Pin
dy1318-Sep-06 22:11
dy1318-Sep-06 22:11 
AnswerRe: Why isn't Linq working? Pin
minhpc_bk19-Sep-06 1:02
minhpc_bk19-Sep-06 1:02 

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.