Click here to Skip to main content
15,889,315 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDsSmoothMenu and ASP.Net Pin
#realJSOP13-Dec-12 2:00
mve#realJSOP13-Dec-12 2:00 
QuestionPSD to ASPX Pin
Yoyosch13-Dec-12 2:00
Yoyosch13-Dec-12 2:00 
AnswerRe: PSD to ASPX Pin
jkirkerx13-Dec-12 11:00
professionaljkirkerx13-Dec-12 11:00 
GeneralRe: PSD to ASPX Pin
Yoyosch13-Dec-12 21:55
Yoyosch13-Dec-12 21:55 
GeneralRe: PSD to ASPX Pin
jkirkerx14-Dec-12 7:57
professionaljkirkerx14-Dec-12 7:57 
QuestionRemember me so I don't have to log on again Pin
VishwaKL12-Dec-12 23:37
VishwaKL12-Dec-12 23:37 
QuestionASP.NET Local Storage save a item of DataSet XML failture Pin
akira3212-Dec-12 18:56
akira3212-Dec-12 18:56 
QuestionASP.NET VB cannot change Label'sText by Javascript Pin
akira3212-Dec-12 16:36
akira3212-Dec-12 16:36 
I use localStorage to save a item called "key1", and then I want to read the value and display it on Label('LabelLS'). But the Label'text does not change. I am sure localStorage get the key1 item(I had used document.write(d) to print key1 item). Does somebody know how to solve it?

JavaScript
Protected Sub ButtonSubmit_Click(sender As Object, e As EventArgs) Handles ButtonSubmit.Click
 
Dim str2 As String = "<script> var d = localStorage.getItem('key1'); var c = document.getElementById('LabelLS'); c.innerHTML = d; </script>"

ScriptManager.RegisterClientScriptBlock(Me, Me.GetType(), "showmessage2", str2, False)

Questionmobile website Pin
johnson_shalom11-Dec-12 23:09
johnson_shalom11-Dec-12 23:09 
QuestionExtract data from another site. Pin
anubhaw.gupta11-Dec-12 19:11
anubhaw.gupta11-Dec-12 19:11 
AnswerRe: Extract data from another site. Pin
AmitGajjar12-Dec-12 5:37
professionalAmitGajjar12-Dec-12 5:37 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta12-Dec-12 21:29
anubhaw.gupta12-Dec-12 21:29 
GeneralRe: Extract data from another site. Pin
AmitGajjar12-Dec-12 21:34
professionalAmitGajjar12-Dec-12 21:34 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta13-Dec-12 0:41
anubhaw.gupta13-Dec-12 0:41 
GeneralRe: Extract data from another site. Pin
AmitGajjar13-Dec-12 0:44
professionalAmitGajjar13-Dec-12 0:44 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta13-Dec-12 0:52
anubhaw.gupta13-Dec-12 0:52 
GeneralRe: Extract data from another site. Pin
AmitGajjar13-Dec-12 0:54
professionalAmitGajjar13-Dec-12 0:54 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta13-Dec-12 1:03
anubhaw.gupta13-Dec-12 1:03 
GeneralRe: Extract data from another site. Pin
AmitGajjar13-Dec-12 1:05
professionalAmitGajjar13-Dec-12 1:05 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta13-Dec-12 6:06
anubhaw.gupta13-Dec-12 6:06 
GeneralRe: Extract data from another site. Pin
AmitGajjar13-Dec-12 6:12
professionalAmitGajjar13-Dec-12 6:12 
GeneralRe: Extract data from another site. Pin
anubhaw.gupta13-Dec-12 6:30
anubhaw.gupta13-Dec-12 6:30 
QuestionChat Application Pin
GopinathGuru11-Dec-12 16:48
GopinathGuru11-Dec-12 16:48 
AnswerRe: Chat Application Pin
AmitGajjar12-Dec-12 5:34
professionalAmitGajjar12-Dec-12 5:34 
QuestionASP.NET Pin
Member 468595610-Dec-12 20:02
Member 468595610-Dec-12 20:02 

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.