Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server Error in '/PopForums.UI' Application. [modified] Pin
saanj15-Jun-09 3:35
saanj15-Jun-09 3:35 
GeneralRe: Server Error in '/PopForums.UI' Application. Pin
EmZan15-Jun-09 5:12
EmZan15-Jun-09 5:12 
Questioncan't refresh master page's function when called from another page dynamically. Pin
pujafaldu15-Jun-09 3:05
pujafaldu15-Jun-09 3:05 
AnswerRe: can't refresh master page's function when called from another page dynamically. Pin
himanshu256115-Jun-09 19:45
himanshu256115-Jun-09 19:45 
GeneralRe: can't refresh master page's function when called from another page dynamically. Pin
pujafaldu15-Jun-09 19:54
pujafaldu15-Jun-09 19:54 
GeneralRe: can't refresh master page's function when called from another page dynamically. Pin
himanshu256115-Jun-09 20:05
himanshu256115-Jun-09 20:05 
GeneralRe: can't refresh master page's function when called from another page dynamically. Pin
pujafaldu15-Jun-09 20:30
pujafaldu15-Jun-09 20:30 
Questiongetting value of dynamic textbox after post back Pin
Saam_cse15-Jun-09 2:48
Saam_cse15-Jun-09 2:48 
I like to create textBox dynamically by pressing a button. But I can’t getting the textbox or its value back after a postback occur. I am creating New textBox lile bellow...

Partial Class postback
Inherits System.Web.UI.Page
Dim tx As New TextBox

................
................
Protected Sub btnNewAdd_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnNewAdd.Click
PlaceHolder1.Controls.Add(tx)
End Sub

..............
...............
Now I pressed a 'save' button and try to show dynamically created text box's value in label.But it is not happening. Also textBox vanishes. My code is bellow...

Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSave.Click
Label1.Text = tx.Text
End Sub
.......... Poke tongue | ;-P
End Class


Please help me to achive this.
AnswerRe: getting value of dynamic textbox after post back Pin
himanshu256115-Jun-09 2:59
himanshu256115-Jun-09 2:59 
AnswerRe: getting value of dynamic textbox after post back Pin
Abhijit Jana15-Jun-09 3:01
professionalAbhijit Jana15-Jun-09 3:01 
AnswerRe: getting value of dynamic textbox after post back Pin
Kapil Thakur15-Jun-09 23:45
Kapil Thakur15-Jun-09 23:45 
AnswerRe: getting value of dynamic textbox after post back Pin
Matt Cavanagh15-Jun-09 23:59
Matt Cavanagh15-Jun-09 23:59 
Questionstruct with the problem of updation of carrer profile in my company website Pin
svenki15-Jun-09 2:37
svenki15-Jun-09 2:37 
JokeRe: struct with the problem of updation of carrer profile in my company website Pin
Manas Bhardwaj15-Jun-09 2:43
professionalManas Bhardwaj15-Jun-09 2:43 
AnswerRe: struct with the problem of updation of carrer profile in my company website Pin
Abhishek Sur15-Jun-09 2:46
professionalAbhishek Sur15-Jun-09 2:46 
Questiontype 'System.StackOverflowException' error while writing class file which i am inheriting Pin
anbusenthil15-Jun-09 2:31
anbusenthil15-Jun-09 2:31 
AnswerRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
Manas Bhardwaj15-Jun-09 2:41
professionalManas Bhardwaj15-Jun-09 2:41 
GeneralRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
anbusenthil15-Jun-09 2:52
anbusenthil15-Jun-09 2:52 
QuestionGetting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:11
Milind R Chavan15-Jun-09 2:11 
AnswerRe: Getting HTML string of Panel in codebehind Pin
himanshu256115-Jun-09 2:19
himanshu256115-Jun-09 2:19 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:25
Milind R Chavan15-Jun-09 2:25 
AnswerRe: Getting HTML string of Panel in codebehind [modified] Pin
N a v a n e e t h15-Jun-09 2:29
N a v a n e e t h15-Jun-09 2:29 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:35
Milind R Chavan15-Jun-09 2:35 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:44
Milind R Chavan15-Jun-09 2:44 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Baran M15-Jun-09 2:56
Baran M15-Jun-09 2:56 

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.