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

ASP.NET

 
GeneralRe: Removing a project reference from the website's bin folder Pin
Member 224165510-May-11 23:50
Member 224165510-May-11 23:50 
QuestionProblem refreshing parent window on child closure Pin
www.Developerof.NET12-Nov-08 2:01
www.Developerof.NET12-Nov-08 2:01 
AnswerRe: Problem refreshing parent window on child closure Pin
Brij12-Nov-08 2:31
mentorBrij12-Nov-08 2:31 
GeneralRe: Problem refreshing parent window on child closure Pin
www.Developerof.NET12-Nov-08 3:01
www.Developerof.NET12-Nov-08 3:01 
AnswerRe: Problem refreshing parent window on child closure Pin
Brij12-Nov-08 3:29
mentorBrij12-Nov-08 3:29 
QuestionRedirect to another website form webmetho Pin
Babu.R.K12-Nov-08 2:00
Babu.R.K12-Nov-08 2:00 
AnswerRe: Redirect to another website form webmetho Pin
Brendan Vogt12-Nov-08 2:49
Brendan Vogt12-Nov-08 2:49 
QuestionSelected Text event not working Pin
omlac12-Nov-08 1:55
omlac12-Nov-08 1:55 
Hi all
I have a textbox(tboContent) im typinh data into and another one tboCharacters i would like to display information ie the number of text i have entered in the first textbox. I have added that to the textchanged event and set autopostback to true.
I added the control as a trigger on the Update panel but nothing changes gets displayed on the display screen until i submit the form manually(say clicking another control with postback set to true)
Does anyone know how to solve this problem.

protected void tboContent_TextChanged1(object sender, EventArgs e)
{
tboCharacters.Text = Convert.ToString(160 - Convert.ToInt64(tboContent.Text.Length - 1));
}

Thank you.
AnswerRe: Selected Text event not working Pin
Brij12-Nov-08 2:29
mentorBrij12-Nov-08 2:29 
AnswerRe: Selected Text event not working Pin
omlac12-Nov-08 3:09
omlac12-Nov-08 3:09 
QuestionAudio File Bookmarking and Highlighting with Text Links Pin
srisant12-Nov-08 0:54
srisant12-Nov-08 0:54 
AnswerRe: Audio File Bookmarking and Highlighting with Text Links - CROSS POST Pin
Ashfield12-Nov-08 1:08
Ashfield12-Nov-08 1:08 
QuestionAdding Programmatically Buttons to an asp.net page... Pin
Mahhouraaaaaa12-Nov-08 0:46
Mahhouraaaaaa12-Nov-08 0:46 
AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Brij12-Nov-08 2:25
mentorBrij12-Nov-08 2:25 
AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Padmanabh Ganorkar12-Nov-08 20:25
Padmanabh Ganorkar12-Nov-08 20:25 
QuestionRegarding the Events raised from Windows Application Pin
Member 459552812-Nov-08 0:18
Member 459552812-Nov-08 0:18 
Questionpaypal Pin
joindotnet12-Nov-08 0:06
joindotnet12-Nov-08 0:06 
AnswerRe: paypal Pin
Ashfield12-Nov-08 1:10
Ashfield12-Nov-08 1:10 
GeneralRe: paypal Pin
joindotnet12-Nov-08 1:12
joindotnet12-Nov-08 1:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 1:57
Ashfield12-Nov-08 1:57 
GeneralRe: paypal Pin
joindotnet12-Nov-08 2:12
joindotnet12-Nov-08 2:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 3:24
Ashfield12-Nov-08 3:24 
QuestionTo create a Reciprocal Link System [modified] Pin
div_gusain11-Nov-08 23:31
div_gusain11-Nov-08 23:31 
AnswerRe: To create a Reciprocal Link System Pin
eyeseetee11-Nov-08 23:46
eyeseetee11-Nov-08 23:46 
AnswerRe: To create a Reciprocal Link System Pin
Ashfield12-Nov-08 1:11
Ashfield12-Nov-08 1:11 

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.