Click here to Skip to main content
15,901,666 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 9:33
Member 39190493-Jun-10 9:33 
AnswerRe: How to implement event chaining with Page.Render Pin
T M Gray3-Jun-10 9:59
T M Gray3-Jun-10 9:59 
GeneralRe: How to implement event chaining with Page.Render Pin
Member 39190493-Jun-10 11:18
Member 39190493-Jun-10 11:18 
QuestionHow to develop forum application in .net Pin
naresh kumar a3-Jun-10 9:31
naresh kumar a3-Jun-10 9:31 
AnswerRe: How to develop forum application in .net Pin
T M Gray3-Jun-10 9:55
T M Gray3-Jun-10 9:55 
GeneralRe: How to develop forum application in .net Pin
naresh kumar a5-Jun-10 22:00
naresh kumar a5-Jun-10 22:00 
Questionwebservice json Pin
AndyInUK3-Jun-10 7:18
AndyInUK3-Jun-10 7:18 
AnswerRe: webservice json Pin
PSK_4-Jun-10 2:41
PSK_4-Jun-10 2:41 
You can directly serialize the Car object to JSON

like followng

return new JavaScriptSerializer().Serialize(car);


But this is the old way of doing, Now you don't need JavaScriptSerializer to serialize your object to JSON.


You can check this article, where i did something similar

ASP.NET Lazy Content Loading Through WCF REST Service[^]
WWW, WCF, WWF, WPF, WFC .... WTF

GeneralRe: webservice json Pin
AndyInUK4-Jun-10 3:47
AndyInUK4-Jun-10 3:47 
GeneralRe: webservice json Pin
PSK_4-Jun-10 3:58
PSK_4-Jun-10 3:58 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 4:59
AndyInUK4-Jun-10 4:59 
QuestionStoring information in page Pin
vjvjvjvj3-Jun-10 7:15
vjvjvjvj3-Jun-10 7:15 
Answer[Cross-post]: Storing information in page Pin
Sandeep Mewara3-Jun-10 7:20
mveSandeep Mewara3-Jun-10 7:20 
QuestionConfiguration Error Pin
treuveni3-Jun-10 3:23
treuveni3-Jun-10 3:23 
AnswerRe: Configuration Error Pin
Brij3-Jun-10 3:45
mentorBrij3-Jun-10 3:45 
GeneralRe: Configuration Error Pin
treuveni3-Jun-10 4:04
treuveni3-Jun-10 4:04 
GeneralRe: Configuration Error Pin
Sandeep Mewara3-Jun-10 7:14
mveSandeep Mewara3-Jun-10 7:14 
GeneralRe: Configuration Error Pin
treuveni4-Jun-10 3:27
treuveni4-Jun-10 3:27 
Questiongridview rows stored in database Pin
jadhavShubhangi3-Jun-10 1:21
jadhavShubhangi3-Jun-10 1:21 
AnswerRe: gridview rows stored in database Pin
Not Active3-Jun-10 1:50
mentorNot Active3-Jun-10 1:50 
GeneralRe: gridview rows stored in database Pin
jadhavShubhangi3-Jun-10 2:05
jadhavShubhangi3-Jun-10 2:05 
GeneralRe: gridview rows stored in database Pin
JHizzle3-Jun-10 2:15
JHizzle3-Jun-10 2:15 
GeneralRe: gridview rows stored in database Pin
suresh_spsuthar3-Jun-10 2:29
suresh_spsuthar3-Jun-10 2:29 
AnswerRe: gridview rows stored in database Pin
Sandeep Mewara3-Jun-10 7:17
mveSandeep Mewara3-Jun-10 7:17 
QuestionValidation of viewstate MAC failed. Pin
amit sahu202-Jun-10 21:33
amit sahu202-Jun-10 21:33 

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.