Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting dropdown width of Html Select control Pin
Ahmet GULBAY12-Jul-08 2:59
Ahmet GULBAY12-Jul-08 2:59 
QuestionSlider extender error: "htmlfile: Unspecified error" Pin
For_IT10-Jul-08 15:35
For_IT10-Jul-08 15:35 
QuestionProblems passing info from one asp.net page to another Pin
franciscoperezhn10-Jul-08 13:07
franciscoperezhn10-Jul-08 13:07 
AnswerRe: Problems passing info from one asp.net page to another Pin
N a v a n e e t h10-Jul-08 19:04
N a v a n e e t h10-Jul-08 19:04 
QuestionHow to get reference of a User Control inside another User Control Pin
Het210910-Jul-08 12:29
Het210910-Jul-08 12:29 
AnswerRe: How to get reference of a User Control inside another User Control Pin
N a v a n e e t h10-Jul-08 19:05
N a v a n e e t h10-Jul-08 19:05 
AnswerRe: How to get reference of a User Control inside another User Control Pin
Sandeep Akhare10-Jul-08 20:56
Sandeep Akhare10-Jul-08 20:56 
Questionrefernce to master page control [modified] Pin
gora1234510-Jul-08 10:59
gora1234510-Jul-08 10:59 
pls guys i need some sirious help
i have a master page & 2 content pages....
what am i trying to do is ...i just put some text in the textbox in one content page where the textbox is not in the content placeholder & i need those text to be viewed in another content page in the textbox which is in the content place holder
but i am failed to do so...
i use these code..........


ContentPlaceHolder Content;
        TextBox mpTextBox;
        Content =
          (ContentPlaceHolder)Master.FindControl("ContentPlaceHolder1");
        if (Content != null)
        {
            mpTextBox =
                (TextBox)Content.FindControl("TextBox1");
            if (mpTextBox != null)
            {
                TextBox1.Text = mpTextBox.Text;
            }
        }

       TextBox tet = (TextBox)Master.FindControl("TextBox1");
        if (tet != null)
        {
            TextBox1.Text = "Master page label = " + tet.Text;
        }


pls help me......

modified on Friday, July 11, 2008 2:56 AM

AnswerRe: refernce to master page control Pin
N a v a n e e t h10-Jul-08 19:07
N a v a n e e t h10-Jul-08 19:07 
AnswerRe: refernce to master page control Pin
gora1234510-Jul-08 21:27
gora1234510-Jul-08 21:27 
QuestionReusable web controls Pin
Jeslan10-Jul-08 7:59
Jeslan10-Jul-08 7:59 
AnswerRe: Reusable web controls Pin
N a v a n e e t h10-Jul-08 19:09
N a v a n e e t h10-Jul-08 19:09 
Questionjavascript in asp.net submit button ---- deadline near help plz Pin
dream_liner_7e710-Jul-08 7:33
dream_liner_7e710-Jul-08 7:33 
AnswerRe: javascript in asp.net submit button ---- deadline near help plz Pin
Ryomin10-Jul-08 9:53
professionalRyomin10-Jul-08 9:53 
AnswerRe: javascript in asp.net submit button ---- deadline near help plz Pin
BalasubramanianK10-Jul-08 18:33
BalasubramanianK10-Jul-08 18:33 
Questionupload in a gridview [modified] Pin
strawberrysh10-Jul-08 7:31
strawberrysh10-Jul-08 7:31 
QuestionRe: upload in a gridview Pin
strawberrysh10-Jul-08 20:50
strawberrysh10-Jul-08 20:50 
GeneralRe: upload in a gridview Pin
vcecic15-Jul-08 22:04
vcecic15-Jul-08 22:04 
QuestionHow to find a TreeView Index ? Pin
Abhijit Jana10-Jul-08 7:25
professionalAbhijit Jana10-Jul-08 7:25 
AnswerRe: How to find a TreeView Index ? Pin
N a v a n e e t h10-Jul-08 19:25
N a v a n e e t h10-Jul-08 19:25 
QuestionIn deep trouble Pin
gurjitgreat10-Jul-08 7:21
gurjitgreat10-Jul-08 7:21 
AnswerRe: In deep trouble Pin
ToddHileHoffer10-Jul-08 10:30
ToddHileHoffer10-Jul-08 10:30 
QuestionAccessing Event raised by a control Pin
Het210910-Jul-08 6:43
Het210910-Jul-08 6:43 
AnswerRe: Accessing Event raised by a control Pin
Sandeep Akhare10-Jul-08 21:15
Sandeep Akhare10-Jul-08 21:15 
QuestionWriting Arabic Pin
Mr.Sam10-Jul-08 6:07
Mr.Sam10-Jul-08 6:07 

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.