Click here to Skip to main content
15,907,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to pass dynamically the values in the query String of the sitemap Pin
kaushik49024-Apr-07 18:02
kaushik49024-Apr-07 18:02 
QuestionHow to create browser compatability applications? Pin
PadmaPriya.S24-Apr-07 17:37
PadmaPriya.S24-Apr-07 17:37 
AnswerRe: How to create browser compatability applications? Pin
Sandeep Akhare24-Apr-07 20:13
Sandeep Akhare24-Apr-07 20:13 
QuestionCalling batch to start Java from ASP.NET 1.1 Pin
laguna2124-Apr-07 17:03
laguna2124-Apr-07 17:03 
AnswerRe: Calling batch to start Java from ASP.NET 1.1 Pin
enjoycrack24-Apr-07 18:00
enjoycrack24-Apr-07 18:00 
GeneralRe: Calling batch to start Java from ASP.NET 1.1 Pin
laguna2125-Apr-07 16:34
laguna2125-Apr-07 16:34 
QuestionTree Node Event on Leaf? Pin
evodev24-Apr-07 15:06
evodev24-Apr-07 15:06 
QuestionA Problem with TextBox control in ASP.NET [modified] Pin
Seal200224-Apr-07 14:43
professionalSeal200224-Apr-07 14:43 
I have a problem with TextBox control . In funtion Page_Load , I set TextBox.Text = a string in my database , I think if I input a sring in textbox , the value of textbox will change but it isn`t . How can I set a new value for TextBox ?


-- modified at 21:55 Wednesday 25th April, 2007

This is my code .
  Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
    xDoc.Load(Server.MapPath("Information.xml"))<br />
    Dim node As XmlElement = xDoc.DocumentElement<br />
    txtEmail.Text = node.Item("Email").InnerText<br />
End Sub


If the old user in my web want to change your Profile , He only input new his information (Ex : Email or Phone but Address, Name , ... don`t change ) I want to load his Information on XML file to TextBox control and He only repair on it . But line txtEmail.Text = node.Item("Email").InnerText set value for txtEmail and not change value if you insert new string . Thanks for your care.
P/S : How can I upload my code in this message ?
AnswerRe: A Problem with TextBox control in ASP.NET Pin
enjoycrack24-Apr-07 18:02
enjoycrack24-Apr-07 18:02 
AnswerRe: A Problem with TextBox control in ASP.NET Pin
Sandeep Akhare24-Apr-07 20:00
Sandeep Akhare24-Apr-07 20:00 
QuestionDeclare Variables globally Pin
BINOVAR24-Apr-07 14:24
BINOVAR24-Apr-07 14:24 
AnswerRe: Declare Variables globally Pin
Arun.Immanuel24-Apr-07 16:25
Arun.Immanuel24-Apr-07 16:25 
AnswerRe: Declare Variables globally Pin
Tirthadip24-Apr-07 18:38
Tirthadip24-Apr-07 18:38 
Questionhyperlinks Pin
hahii24-Apr-07 12:22
hahii24-Apr-07 12:22 
AnswerRe: hyperlinks Pin
Quinten.Miller24-Apr-07 13:08
Quinten.Miller24-Apr-07 13:08 
QuestionHttpWebRequest Hanging on Post GetResponse() Pin
Tristan Rhodes24-Apr-07 12:02
Tristan Rhodes24-Apr-07 12:02 
QuestionCustomising the asp:CreateUserWizard Control Pin
Brendan Vogt24-Apr-07 9:46
Brendan Vogt24-Apr-07 9:46 
QuestionBack & Forward Button in browser Pin
aransiola24-Apr-07 7:48
aransiola24-Apr-07 7:48 
AnswerRe: Back & Forward Button in browser Pin
Quinten.Miller24-Apr-07 13:12
Quinten.Miller24-Apr-07 13:12 
QuestionDisplaying table contents Pin
krk101124-Apr-07 7:40
krk101124-Apr-07 7:40 
QuestionDisplay a .snp file on a ASP.NET page Pin
Ibuprofen24-Apr-07 7:40
Ibuprofen24-Apr-07 7:40 
QuestionGrab value of input control via Page.FindControls - issue Pin
DeepToot24-Apr-07 5:09
DeepToot24-Apr-07 5:09 
AnswerRe: Grab value of input control via Page.FindControls - issue Pin
badgrs24-Apr-07 5:57
badgrs24-Apr-07 5:57 
GeneralRe: Grab value of input control via Page.FindControls - issue Pin
DeepToot24-Apr-07 6:59
DeepToot24-Apr-07 6:59 
Questionwindow.confirm Pin
Imran Khan Pathan24-Apr-07 4:05
Imran Khan Pathan24-Apr-07 4:05 

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.