Click here to Skip to main content
15,919,749 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web page font Pin
Peter_in_278028-Jun-12 3:39
professionalPeter_in_278028-Jun-12 3:39 
GeneralRe: Web page font Pin
User 171649228-Jun-12 3:15
professionalUser 171649228-Jun-12 3:15 
GeneralRe: Web page font Pin
Rage28-Jun-12 3:21
professionalRage28-Jun-12 3:21 
QuestionCloning a Site Help Pin
Leonidas Kaplan26-Jun-12 11:05
Leonidas Kaplan26-Jun-12 11:05 
AnswerRe: Cloning a Site Help Pin
R. Giskard Reventlov26-Jun-12 11:42
R. Giskard Reventlov26-Jun-12 11:42 
QuestionHow to secure my website? Pin
Jassim Rahma26-Jun-12 6:04
Jassim Rahma26-Jun-12 6:04 
AnswerRe: How to secure my website? Pin
R. Giskard Reventlov26-Jun-12 6:18
R. Giskard Reventlov26-Jun-12 6:18 
Questionhow to play songs which are in database Pin
Member 915215626-Jun-12 2:13
Member 915215626-Jun-12 2:13 
Questionaudio list is not preparing,not playing Pin
Member 915215624-Jun-12 20:28
Member 915215624-Jun-12 20:28 
QuestionLoad page in scroll down in php website Pin
Member 915215621-Jun-12 18:14
Member 915215621-Jun-12 18:14 
AnswerRe: Load page in scroll down in php website Pin
Sandeep Mewara24-Jun-12 10:07
mveSandeep Mewara24-Jun-12 10:07 
QuestionClickable link in XSLT Pin
Member 915222021-Jun-12 4:48
Member 915222021-Jun-12 4:48 
Questionin XSLT - need to go to the folder when click Pin
Member 915222021-Jun-12 4:45
Member 915222021-Jun-12 4:45 
QuestionMVC PostBackURL Pin
AghaKhan20-Jun-12 19:52
AghaKhan20-Jun-12 19:52 
SuggestionRe: MVC PostBackURL Pin
Sandeep Mewara21-Jun-12 17:28
mveSandeep Mewara21-Jun-12 17:28 
GeneralRe: MVC PostBackURL Pin
AghaKhan21-Jun-12 21:19
AghaKhan21-Jun-12 21:19 
XML
Well I send a SMS (message) through a service provider, where server provider is asking me the web address where to inform back for the result as a success or fail.
You may look complete example at (Working example and you play it to understand it)
http://www.w3schools.com/aspnet/showasp.asp?filename=demo_prop_webcontrol_button_postbackurl
 <!DOCTYPE html>
<html>
<body>
<form runat="server">
Name:<asp:textbox id="TextBox1" runat=Server />
<asp:button id="Button1" Text="Submit"
PostBackUrl="demo_postbackurl.aspx" runat="Server" />
</form>
</body>
</html>

As you see asp:button has property PostBackUrl, but as far as I know there is no button implementation under MVC3. The service provider only take web address as a PostBackUrl to return the status of the MSM call.

I hope I explained well. Thank you very much for the reply.

Questionfrom .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 18:16
Susy Nainggolan18-Jun-12 18:16 
AnswerRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 18:58
enhzflep18-Jun-12 18:58 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 21:00
Susy Nainggolan18-Jun-12 21:00 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 21:18
enhzflep18-Jun-12 21:18 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 22:42
Susy Nainggolan18-Jun-12 22:42 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 23:37
enhzflep18-Jun-12 23:37 
GeneralRe: from .dbf FoxPro to MySql Pin
Susy Nainggolan18-Jun-12 23:46
Susy Nainggolan18-Jun-12 23:46 
GeneralRe: from .dbf FoxPro to MySql Pin
enhzflep18-Jun-12 23:57
enhzflep18-Jun-12 23:57 
Questionweb service + soap+ xml Pin
moiamal18-Jun-12 2:52
moiamal18-Jun-12 2:52 

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.