Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Improving the performance in ASP.Net app Pin
jkirkerx13-Dec-12 10:35
professionaljkirkerx13-Dec-12 10:35 
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 
I use ASP.NET with VB. myDataSet is a DataSet with some data. I want to save the DataSet XML to Local Storage and then load the item from Local Storage offline. But now I seem to be failed to write the item of xml to Local Storage. Does somebody know how to solve this problem?

JavaScript
Dim xml As String = myDataSet.GetXml()
Dim str As String = "<script> localStorage.setItem('key1', '" & xml & "'); </script>"

ScriptManager.RegisterClientScriptBlock(Me, Me.GetType(), "showmessage1", str, False)

QuestionASP.NET VB cannot change Label'sText by Javascript Pin
akira3212-Dec-12 16:36
akira3212-Dec-12 16:36 
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 

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.