Click here to Skip to main content
15,889,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: two form tage in one page Pin
Prateek G20-Nov-07 3:03
Prateek G20-Nov-07 3:03 
AnswerRe: two form tage in one page Pin
N a v a n e e t h20-Nov-07 2:32
N a v a n e e t h20-Nov-07 2:32 
GeneralRe: two form tage in one page Pin
Sonia Gupta20-Nov-07 2:34
Sonia Gupta20-Nov-07 2:34 
QuestionRetriving images from Db Pin
Krishna Varadharajan20-Nov-07 1:02
Krishna Varadharajan20-Nov-07 1:02 
AnswerRe: Retriving images from Db Pin
Abhijit Jana20-Nov-07 1:25
professionalAbhijit Jana20-Nov-07 1:25 
GeneralRe: Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 1:35
Krishna Varadharajan20-Nov-07 1:35 
GeneralRe: Retriving images from Db Pin
Abhijit Jana20-Nov-07 1:49
professionalAbhijit Jana20-Nov-07 1:49 
AnswerRe: Retriving images from Db Pin
John-ph20-Nov-07 1:39
John-ph20-Nov-07 1:39 

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.