Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can i get recipient mail addresses when sending mail from asp.net Pin
gopal pradhan8-Nov-12 23:19
gopal pradhan8-Nov-12 23:19 
QuestionAccessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 6:53
indian14326-Sep-12 6:53 
JokeRe: Accessing IBM Webservice in ASP.Net application Pin
jkirkerx26-Sep-12 9:13
professionaljkirkerx26-Sep-12 9:13 
GeneralRe: Accessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 11:24
indian14326-Sep-12 11:24 
Questionhow can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
zdeep_gill26-Sep-12 4:08
zdeep_gill26-Sep-12 4:08 
AnswerRe: how can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
n.podbielski28-Sep-12 0:25
n.podbielski28-Sep-12 0:25 
QuestionTo Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 1:05
professionalOshtri Deka26-Sep-12 1:05 
AnswerRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 3:09
John-ph26-Sep-12 3:09 
I have worked on Webforms previously and now MVC. In my opinion MVC is better in performance, speed and flexible for test-driven development. Here is the interesting part.... No postbacks, No viewstates, No server controls, No page life-cycle. All done with HTTP RESTful services and HTML controls. And it's completely stateless. Controller controls all user interactions. each user request is served by raising an action method in the controller. Bundling, routing and Web API's are some of the interesting areas in ASP.NET MVC

Check this MSDN articel[^]
- Regards -
   J O N


GeneralRe: To Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 11:12
professionalOshtri Deka26-Sep-12 11:12 
GeneralRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 18:24
John-ph26-Sep-12 18:24 
AnswerRe: To Web Pages or not to Web Pages? Pin
Dylan Morley26-Sep-12 5:04
Dylan Morley26-Sep-12 5:04 
GeneralRe: To Web Pages or not to Web Pages? Pin
n.podbielski28-Sep-12 0:27
n.podbielski28-Sep-12 0:27 
Questiondateformat Pin
suriyakaqnnan25-Sep-12 19:09
suriyakaqnnan25-Sep-12 19:09 
AnswerRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:25
mveSandeep Mewara25-Sep-12 20:25 
GeneralRe: dateformat Pin
suriyakaqnnan25-Sep-12 20:46
suriyakaqnnan25-Sep-12 20:46 
GeneralRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:52
mveSandeep Mewara25-Sep-12 20:52 
GeneralRe: dateformat Pin
Albarhami26-Sep-12 20:39
Albarhami26-Sep-12 20:39 
GeneralRe: dateformat Pin
KiranKumar Roy14-Oct-12 3:07
KiranKumar Roy14-Oct-12 3:07 
AnswerRe: dateformat Pin
Albarhami25-Sep-12 23:18
Albarhami25-Sep-12 23:18 
Questionlogin Pin
suriyakaqnnan25-Sep-12 19:06
suriyakaqnnan25-Sep-12 19:06 
AnswerRe: login Pin
Sandeep Mewara25-Sep-12 20:29
mveSandeep Mewara25-Sep-12 20:29 
AnswerRe: login Pin
gopal pradhan8-Nov-12 23:21
gopal pradhan8-Nov-12 23:21 
QuestionPulling data from interface Pin
oPhoenixo25-Sep-12 4:54
oPhoenixo25-Sep-12 4:54 
AnswerRe: Pulling data from interface Pin
David Mujica25-Sep-12 5:56
David Mujica25-Sep-12 5:56 
GeneralRe: Pulling data from interface Pin
oPhoenixo25-Sep-12 6:30
oPhoenixo25-Sep-12 6:30 

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.