Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView? Pin
gauthee6-Feb-07 18:59
gauthee6-Feb-07 18:59 
GeneralRe: GridView? Pin
Murthy Puvvada7-Feb-07 1:54
Murthy Puvvada7-Feb-07 1:54 
QuestionChecking if the item exists in a combox?? Pin
Nada Adel6-Feb-07 8:48
Nada Adel6-Feb-07 8:48 
AnswerRe: Checking if the item exists in a combox?? Pin
Christian Graus6-Feb-07 13:34
protectorChristian Graus6-Feb-07 13:34 
AnswerRe: Checking if the item exists in a combox?? Pin
Vsree6-Feb-07 18:37
Vsree6-Feb-07 18:37 
QuestionAll Web controls must be placed within a <form runat="server"> tag to function properly. Pin
elane6-Feb-07 8:12
elane6-Feb-07 8:12 
AnswerRe: All Web controls must be placed within a <form runat="server"> tag to function properly. Pin
Pradipta Basu6-Feb-07 8:21
Pradipta Basu6-Feb-07 8:21 
AnswerRe: All Web controls must be placed within a <form runat="server"> tag to function properly. Pin
Guffa6-Feb-07 10:00
Guffa6-Feb-07 10:00 
Only the controls that are rendered as form fields in the html code need to be inside the form to work.

The reason they do is that when the form is posted, only the data from the fields that are within the form is included in the request.

---
single minded; short sighted; long gone;

QuestionHow to Use ajax control toolkit with asp.net1.1 Pin
suriee6-Feb-07 7:11
suriee6-Feb-07 7:11 
AnswerRe: How to Use ajax control toolkit with asp.net1.1 Pin
Christian Graus6-Feb-07 13:36
protectorChristian Graus6-Feb-07 13:36 
GeneralRe: How to Use ajax control toolkit with asp.net1.1 Pin
suriee7-Feb-07 0:09
suriee7-Feb-07 0:09 
GeneralRe: How to Use ajax control toolkit with asp.net1.1 Pin
Christian Graus7-Feb-07 9:24
protectorChristian Graus7-Feb-07 9:24 
QuestionHTML, VBScript, and Registry Reading Pin
drew.perkins6-Feb-07 6:23
drew.perkins6-Feb-07 6:23 
QuestionResponse.Cache.AddValidationCallback - incorrect behaviour??? Pin
egor5986-Feb-07 5:59
egor5986-Feb-07 5:59 
QuestionA data source instance has not been supplied for the data source 'DataSetAUDITLOG_CountLessons' Pin
Sarfaraj Ahmed6-Feb-07 5:37
Sarfaraj Ahmed6-Feb-07 5:37 
QuestionHow to use drop down list in details view? Pin
Alex Ru6-Feb-07 5:23
Alex Ru6-Feb-07 5:23 
AnswerRe: How to use drop down list in details view? Pin
Murthy Puvvada6-Feb-07 15:05
Murthy Puvvada6-Feb-07 15:05 
GeneralRe: How to use drop down list in details view? Pin
Alex Ru27-Apr-07 5:53
Alex Ru27-Apr-07 5:53 
GeneralRe: How to use drop down list in details view? Pin
Murthy Puvvada27-Apr-07 12:42
Murthy Puvvada27-Apr-07 12:42 
GeneralRe: How to use drop down list in details view? [modified] Pin
Alex Ru11-May-07 3:25
Alex Ru11-May-07 3:25 
QuestionSubmit Button problem when the iser presses enter Pin
nour1236-Feb-07 4:23
nour1236-Feb-07 4:23 
AnswerRe: Submit Button problem when the iser presses enter Pin
Blue_Boy6-Feb-07 4:37
Blue_Boy6-Feb-07 4:37 
AnswerRe: Submit Button problem when the iser presses enter Pin
Rookie6-Feb-07 7:29
Rookie6-Feb-07 7:29 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1236-Feb-07 12:04
nour1236-Feb-07 12:04 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1237-Feb-07 5:43
nour1237-Feb-07 5:43 

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.