Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 19:11
vidhyap7-May-08 19:11 
AnswerRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 19:26
protectorChristian Graus7-May-08 19:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:18
vidhyap7-May-08 20:18 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:26
protectorChristian Graus7-May-08 20:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:36
vidhyap7-May-08 20:36 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:51
protectorChristian Graus7-May-08 20:51 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 21:08
vidhyap7-May-08 21:08 
QuestionPassing Values to Payment Gatway Pin
sjs4u7-May-08 18:38
sjs4u7-May-08 18:38 
Hi,


I am using Payment Gatway where I am passing value to that gatway.

But I want to pass multiple value to payment gatway.

I have arraylist where I am sending details to that gatway.

But the query string accepts one values at a time.

Through Hidden field it is possible but I am not getting it.


The code is here

arr is the arraylist which contains price and product name.

for (int i = 0; i < arr.Count; i++)
{

pname = arr[i].ToString();
i = i + 1;
price = arr[i].ToString();
Response.Redirect("http://ww11.aitsafe.com/cf/add.cfm?userid=D4162580&product= " + pname + "&price=" + price + "&shipping="+lbl_shipcost);
}



Code using Hidden Field is







Where should I use this code


Thanks
AnswerRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:06
protectorChristian Graus7-May-08 19:06 
GeneralRe: Passing Values to Payment Gatway Pin
sjs4u7-May-08 19:11
sjs4u7-May-08 19:11 
GeneralRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:15
protectorChristian Graus7-May-08 19:15 
QuestionProblem with dll Pin
Deepak Nigam7-May-08 8:34
Deepak Nigam7-May-08 8:34 
AnswerRe: Problem with dll Pin
JimmyRopes7-May-08 10:15
professionalJimmyRopes7-May-08 10:15 
AnswerRe: Problem with dll Pin
Abhijit Jana7-May-08 18:25
professionalAbhijit Jana7-May-08 18:25 
QuestionSession state in SharePoint Web parts Pin
JimmyRopes7-May-08 8:29
professionalJimmyRopes7-May-08 8:29 
QuestionProblem With Back Button Pin
mehrdadc487-May-08 7:51
mehrdadc487-May-08 7:51 
AnswerRe: Problem With Back Button Pin
Deepak Nigam7-May-08 8:37
Deepak Nigam7-May-08 8:37 
QuestionOpen new page Pin
ksaw1237-May-08 7:40
ksaw1237-May-08 7:40 
AnswerRe: Open new page Pin
SomeGuyThatIsMe7-May-08 7:52
SomeGuyThatIsMe7-May-08 7:52 
QuestionReportViewer InitialToggleState ignored? Pin
Member 43822327-May-08 4:38
Member 43822327-May-08 4:38 
Questiongetting a string from the previous page Pin
laziale7-May-08 4:07
laziale7-May-08 4:07 
AnswerRe: getting a string from the previous page Pin
Syed Ali Raza7-May-08 4:19
Syed Ali Raza7-May-08 4:19 
GeneralRe: getting a string from the previous page Pin
Deepak Nigam7-May-08 8:40
Deepak Nigam7-May-08 8:40 
AnswerRe: getting a string from the previous page Pin
eyeseetee7-May-08 4:26
eyeseetee7-May-08 4:26 
AnswerRe: getting a string from the previous page Pin
Deepak Nigam7-May-08 8:41
Deepak Nigam7-May-08 8:41 

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.