Click here to Skip to main content
15,892,072 members
Home / Discussions / Web Development
   

Web Development

 
QuestionOne time login app Pin
ashu200112-Sep-13 1:49
ashu200112-Sep-13 1:49 
AnswerRe: One time login app Pin
Ferdun2-Oct-13 21:30
Ferdun2-Oct-13 21:30 
GeneralRe: One time login app Pin
ashu20012-Oct-13 23:22
ashu20012-Oct-13 23:22 
GeneralRe: One time login app Pin
Ferdun3-Oct-13 2:16
Ferdun3-Oct-13 2:16 
QuestionWeb development Pin
anne_rose10-Sep-13 20:30
anne_rose10-Sep-13 20:30 
AnswerRe: Web development Pin
Richard MacCutchan10-Sep-13 21:39
mveRichard MacCutchan10-Sep-13 21:39 
GeneralRe: Web development Pin
anne_rose16-Sep-13 17:21
anne_rose16-Sep-13 17:21 
QuestionMultiple HttpPost method in MVC4 Pin
AghaKhan9-Sep-13 15:09
AghaKhan9-Sep-13 15:09 
Hello experts:
In my web application I have a form where user can send SMS to any phone. Because it is a form and have a submit button the function is declared something like this.
[HttpPost]
public ActionResult Index(Massages massages)
{
return View(massages);
}

There is web service which sends the SMS message to participant client (phone). In this web service call we also have to provide PostBackUrl, so we could see the response which client has provided.

This response is coming in form of JSON and HttpPost.
I am puzzled how declare such function.

//It is wrong but It might be something like this.

HttpPost]
public ActionResult ReplyBack(JSON reply)
{
return View(reply);
}

Any help will be very much appreciated.

Best regards
Agha Khan
Blush | :O
QuestionWhat do you think? Pin
C.CoderCreator9-Sep-13 12:56
C.CoderCreator9-Sep-13 12:56 
AnswerRe: What do you think? Pin
AghaKhan9-Sep-13 16:05
AghaKhan9-Sep-13 16:05 
AnswerRe: What do you think? Pin
Richard MacCutchan9-Sep-13 21:30
mveRichard MacCutchan9-Sep-13 21:30 
QuestionDifferent criteria for Places API request Pin
Oleg Rover7-Sep-13 1:08
Oleg Rover7-Sep-13 1:08 
QuestionCombine PHP & Jquery Ajax for Upload File Pin
chandra reinhart5-Sep-13 4:42
chandra reinhart5-Sep-13 4:42 
QuestionIs it a good idea (on how to improve SEO) and how should I do it (using a 301 perhaps)? Pin
Joan M4-Sep-13 23:28
professionalJoan M4-Sep-13 23:28 
AnswerRe: Is it a good idea (on how to improve SEO) and how should I do it (using a 301 perhaps)? Pin
Ferdun2-Oct-13 21:56
Ferdun2-Oct-13 21:56 
QuestionUsing Textbox and dropdownlist while displaying a grid in struts2 Pin
VKey1133-Sep-13 20:34
professionalVKey1133-Sep-13 20:34 
Questionhow to use expression encoder with html5 Pin
D4Develop2-Sep-13 22:36
D4Develop2-Sep-13 22:36 
SuggestionRe: how to use expression encoder with html5 Pin
Richard Deeming3-Sep-13 2:05
mveRichard Deeming3-Sep-13 2:05 
GeneralRe: how to use expression encoder with html5 Pin
D4Develop3-Sep-13 18:10
D4Develop3-Sep-13 18:10 
GeneralRe: how to use expression encoder with html5 Pin
Richard MacCutchan3-Sep-13 21:06
mveRichard MacCutchan3-Sep-13 21:06 
Questionhow to know the web host? Pin
Jassim Rahma2-Sep-13 11:52
Jassim Rahma2-Sep-13 11:52 
AnswerRe: how to know the web host? Pin
enhzflep2-Sep-13 12:38
enhzflep2-Sep-13 12:38 
GeneralRe: how to know the web host? Pin
Jassim Rahma2-Sep-13 13:01
Jassim Rahma2-Sep-13 13:01 
GeneralRe: how to know the web host? Pin
enhzflep2-Sep-13 17:56
enhzflep2-Sep-13 17:56 
AnswerRe: how to know the web host? Pin
Richard Deeming3-Sep-13 2:04
mveRichard Deeming3-Sep-13 2:04 

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.