Click here to Skip to main content
15,917,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with web controls [modified] Pin
Prateek G20-Nov-07 2:40
Prateek G20-Nov-07 2:40 
GeneralRe: problem with web controls Pin
accessred20-Nov-07 19:14
accessred20-Nov-07 19:14 
AnswerRe: problem with web controls Pin
Deepak the Cool20-Nov-07 2:37
Deepak the Cool20-Nov-07 2:37 
GeneralRe: problem with web controls Pin
accessred20-Nov-07 2:40
accessred20-Nov-07 2:40 
GeneralRe: problem with web controls Pin
Deepak the Cool20-Nov-07 3:03
Deepak the Cool20-Nov-07 3:03 
GeneralRe: problem with web controls Pin
Michael Sync20-Nov-07 3:09
Michael Sync20-Nov-07 3:09 
GeneralRe: problem with web controls Pin
accessred20-Nov-07 19:13
accessred20-Nov-07 19:13 
GeneralRe: problem with web controls Pin
Deepak the Cool21-Nov-07 17:31
Deepak the Cool21-Nov-07 17:31 
AnswerRe: problem with web controls Pin
Michael Sync20-Nov-07 3:08
Michael Sync20-Nov-07 3:08 
GeneralRe: problem with web controls Pin
accessred20-Nov-07 19:13
accessred20-Nov-07 19:13 
GeneralRe: problem with web controls Pin
Michael Sync20-Nov-07 19:34
Michael Sync20-Nov-07 19:34 
AnswerRe: problem with web controls Pin
MCEdwards20-Nov-07 7:44
MCEdwards20-Nov-07 7:44 
GeneralRe: problem with web controls Pin
accessred20-Nov-07 19:12
accessred20-Nov-07 19:12 
QuestionMeasure Performance after Caching Pin
wEb GuRu...20-Nov-07 1:41
wEb GuRu...20-Nov-07 1:41 
AnswerRe: Measure Performance after Caching Pin
John-ph20-Nov-07 2:58
John-ph20-Nov-07 2:58 
Questiontwo form tage in one page [modified] Pin
Sonia Gupta20-Nov-07 1:29
Sonia Gupta20-Nov-07 1:29 
Following is the chunk of my source file.There i was trying to add two form tags.in first tag(with runat server) i dropped linkbutton and in second form tag (without runat server), i dropeed textbox.Then i executed the page .
I got the error

<u><b>Control 'TextBox1' of type 'TextBox' must be placed inside a form tag with runat=server.</b></u>

<form id="form1" runat="server">
<div>
<asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton>
</div>
</form>
<form id="f1" >
<div>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</div>
</form>



-- modified at 7:38 Tuesday 20th November, 2007

Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.
AnswerRe: two form tage in one page Pin
Vasudevan Deepak Kumar20-Nov-07 2:23
Vasudevan Deepak Kumar20-Nov-07 2:23 
AnswerRe: two form tage in one page Pin
Prateek G20-Nov-07 2:24
Prateek G20-Nov-07 2:24 
GeneralRe: two form tage in one page Pin
Sonia Gupta20-Nov-07 2:28
Sonia Gupta20-Nov-07 2:28 
GeneralRe: two form tage in one page Pin
Prateek G20-Nov-07 2:30
Prateek G20-Nov-07 2:30 
GeneralRe: two form tage in one page Pin
Sonia Gupta20-Nov-07 2:33
Sonia Gupta20-Nov-07 2:33 
GeneralRe: two form tage in one page Pin
Prateek G20-Nov-07 2:37
Prateek G20-Nov-07 2:37 
GeneralRe: two form tage in one page Pin
Sonia Gupta20-Nov-07 2:41
Sonia Gupta20-Nov-07 2:41 
GeneralRe: two form tage in one page Pin
Prateek G20-Nov-07 2:44
Prateek G20-Nov-07 2:44 
GeneralRe: two form tage in one page Pin
Sonia Gupta20-Nov-07 2:58
Sonia Gupta20-Nov-07 2:58 

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.