Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: merge cells with same values in microsoft office interop excel Pin
ZurdoDev2-Apr-12 1:53
professionalZurdoDev2-Apr-12 1:53 
GeneralRe: merge cells with same values in microsoft office interop excel Pin
artemisxx2-Apr-12 14:11
artemisxx2-Apr-12 14:11 
GeneralRe: merge cells with same values in microsoft office interop excel Pin
ZurdoDev3-Apr-12 1:58
professionalZurdoDev3-Apr-12 1:58 
GeneralRe: merge cells with same values in microsoft office interop excel Pin
artemisxx3-Apr-12 14:17
artemisxx3-Apr-12 14:17 
Questionwhy I am getting this error? Pin
Jassim Rahma28-Mar-12 20:14
Jassim Rahma28-Mar-12 20:14 
AnswerRe: why I am getting this error? Pin
Dalek Dave28-Mar-12 22:30
professionalDalek Dave28-Mar-12 22:30 
AnswerRe: why I am getting this error? Pin
ZurdoDev30-Mar-12 4:27
professionalZurdoDev30-Mar-12 4:27 
QuestionPlacing C# into an ASP.net Form Pin
Paul Harsent28-Mar-12 5:02
Paul Harsent28-Mar-12 5:02 
I have a form for which I want the price to resemble the current price of an object. But I cant add any C# into this form. Im building a paypal program using MVC.

HTML
<%if (Roles.IsUserInRole("FullMember") == false)
{%>

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="paypal">

<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="add" value="1">

<input type="hidden" name="business" value="youremailaddress@yourdomain.com">

<input type="hidden" name="item_name" value="My Cart Item 1">

<input type="hidden" name="amount" value="10.00">
<input type="hidden" name="shopping_url" 
                                 value="http://localhost:30524/">


I want to place
HTML
<% item.price%>

Into the value-"10.00" place.

Is this possialbe and how do I go about doing this?

Thanks
AnswerRe: Placing C# into an ASP.net Form Pin
Ali Al Omairi(Abu AlHassan)28-Mar-12 5:40
professionalAli Al Omairi(Abu AlHassan)28-Mar-12 5:40 
GeneralRe: Placing C# into an ASP.net Form Pin
Paul Harsent28-Mar-12 8:28
Paul Harsent28-Mar-12 8:28 
GeneralRe: Placing C# into an ASP.net Form Pin
Ali Al Omairi(Abu AlHassan)28-Mar-12 11:02
professionalAli Al Omairi(Abu AlHassan)28-Mar-12 11:02 
GeneralRe: Placing C# into an ASP.net Form Pin
Paul Harsent29-Mar-12 0:03
Paul Harsent29-Mar-12 0:03 
GeneralRe: Placing C# into an ASP.net Form Pin
Ali Al Omairi(Abu AlHassan)29-Mar-12 3:00
professionalAli Al Omairi(Abu AlHassan)29-Mar-12 3:00 
AnswerRe: Placing C# into an ASP.net Form Pin
Syed Zoheb Ali Sumair16-Apr-12 6:07
Syed Zoheb Ali Sumair16-Apr-12 6:07 
GeneralConnecting to a Web Service? Pin
helloworld202028-Mar-12 4:57
helloworld202028-Mar-12 4:57 
GeneralRe: Connecting to a Web Service? Pin
Ali Al Omairi(Abu AlHassan)28-Mar-12 5:53
professionalAli Al Omairi(Abu AlHassan)28-Mar-12 5:53 
GeneralRe: Connecting to a Web Service? Pin
helloworld202028-Mar-12 12:59
helloworld202028-Mar-12 12:59 
GeneralRe: Connecting to a Web Service? Pin
Ali Al Omairi(Abu AlHassan)28-Mar-12 23:05
professionalAli Al Omairi(Abu AlHassan)28-Mar-12 23:05 
QuestionRe: Connecting to a Web Service? Pin
ZurdoDev30-Mar-12 4:29
professionalZurdoDev30-Mar-12 4:29 
GeneralRe: Connecting to a Web Service? Pin
RichardGrimmer5-Apr-12 3:49
RichardGrimmer5-Apr-12 3:49 
GeneralRe: Connecting to a Web Service? Pin
helloworld202012-Apr-12 15:42
helloworld202012-Apr-12 15:42 
Questioncheck account gmail? Pin
daitranthanhhoa27-Mar-12 22:34
daitranthanhhoa27-Mar-12 22:34 
AnswerRe: check account gmail? Pin
Not Active28-Mar-12 2:53
mentorNot Active28-Mar-12 2:53 
QuestionUrl Rewriting / Vanity url Pin
aroonthapa27-Mar-12 19:36
aroonthapa27-Mar-12 19:36 
Questionasp.net Pin
mla997427-Mar-12 17:57
mla997427-Mar-12 17:57 

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.