Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSave.Click

TextBox txtBxTemp = (TextBox)e.Item.FindControl("tx");
Label1.Text = txtBxTemp.Text;

End Sub

Well those two list are C# I have no clue what VB would be maybe:
txtBxTemp as TextBox = (TextBox)e.Item.FindControl("tx") ?
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 
Questionhow to paste an image in a text area Pin
gogal198315-Jun-09 1:32
gogal198315-Jun-09 1:32 
AnswerRe: how to paste an image in a text area Pin
Manas Bhardwaj15-Jun-09 2:11
professionalManas Bhardwaj15-Jun-09 2:11 
AnswerRe: how to paste an image in a text area Pin
N a v a n e e t h15-Jun-09 2:20
N a v a n e e t h15-Jun-09 2:20 
AnswerRe: how to paste an image in a text area Pin
saanj15-Jun-09 3:01
saanj15-Jun-09 3:01 

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.