Click here to Skip to main content
15,887,425 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding "%" at the end of text in a textbox Pin
basi001427-Aug-07 9:32
basi001427-Aug-07 9:32 
AnswerRe: Adding "%" at the end of text in a textbox Pin
Spacix One27-Aug-07 10:02
Spacix One27-Aug-07 10:02 
GeneralRe: Adding "%" at the end of text in a textbox Pin
basi001427-Aug-07 11:12
basi001427-Aug-07 11:12 
GeneralRe: Adding "%" at the end of text in a textbox Pin
Big Daddy Farang27-Aug-07 13:03
Big Daddy Farang27-Aug-07 13:03 
AnswerRe: Adding "%" at the end of text in a textbox Pin
Vikram A Punathambekar27-Aug-07 20:47
Vikram A Punathambekar27-Aug-07 20:47 
GeneralRe: Adding "%" at the end of text in a textbox Pin
basi001428-Aug-07 4:43
basi001428-Aug-07 4:43 
AnswerRe: Adding "%" at the end of text in a textbox Pin
basi001428-Aug-07 4:57
basi001428-Aug-07 4:57 
QuestionRequest.Form to Array Pin
keyboard warrior27-Aug-07 9:19
keyboard warrior27-Aug-07 9:19 
ArrayList temp = new ArrayList();
foreach (string var in Request.Form)
{
temp.Add(var);
}

This is the code I'm using to pull out the items in my form. However, I cannot seem to get the values of the data entered into the form. I'm just getting the names of all the objects in the form, but I really want the data as well. Am I missing something?

Confused | :confused:

-----------------------------------------------------------
Completion Deadline: two days before the day after tomorrow

AnswerRe: Request.Form to Array Pin
NaNg1524127-Aug-07 9:29
NaNg1524127-Aug-07 9:29 
NewsSQLite wrapper class Pin
Igor Sokolsky27-Aug-07 8:22
Igor Sokolsky27-Aug-07 8:22 
QuestionExpose EventHandler to VBScript [modified] Pin
patrickcbrown27-Aug-07 5:53
patrickcbrown27-Aug-07 5:53 
QuestionNewbie question about "%" Pin
...---...27-Aug-07 5:34
...---...27-Aug-07 5:34 
AnswerRe: Newbie question about "%" Pin
Michael Potter27-Aug-07 5:47
Michael Potter27-Aug-07 5:47 
Questiontrying to create a bitmap from 8bit greyscale using System.Drawing.Bitmap Pin
aei_totten27-Aug-07 4:58
aei_totten27-Aug-07 4:58 
AnswerRe: trying to create a bitmap from 8bit greyscale using System.Drawing.Bitmap Pin
aei_totten27-Aug-07 5:14
aei_totten27-Aug-07 5:14 
Questionhow can i shut down my LAN? any idea Pin
nayabsiddiqi27-Aug-07 4:27
nayabsiddiqi27-Aug-07 4:27 
AnswerRe: how can i shut down my LAN? any idea Pin
Le centriste27-Aug-07 5:01
Le centriste27-Aug-07 5:01 
GeneralRe: how can i shut down my LAN? any idea Pin
nayabsiddiqi27-Aug-07 5:35
nayabsiddiqi27-Aug-07 5:35 
AnswerRe: how can i shut down my LAN? any idea Pin
Spacix One27-Aug-07 7:06
Spacix One27-Aug-07 7:06 
GeneralRe: how can i shut down my LAN? any idea Pin
nayabsiddiqi2-Oct-07 6:46
nayabsiddiqi2-Oct-07 6:46 
QuestionFieldBuilder question Pin
ma7moud_7elmy27-Aug-07 4:12
ma7moud_7elmy27-Aug-07 4:12 
QuestionData Transfer from .Net to VB6 application Pin
vs2428427-Aug-07 2:38
vs2428427-Aug-07 2:38 
AnswerRe: Data Transfer from .Net to VB6 application Pin
Leyu27-Aug-07 4:31
Leyu27-Aug-07 4:31 
GeneralRe: Data Transfer from .Net to VB6 application Pin
vs2428427-Aug-07 23:16
vs2428427-Aug-07 23:16 
AnswerRe: Data Transfer from .Net to VB6 application Pin
Justin Perez27-Aug-07 4:44
Justin Perez27-Aug-07 4:44 

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.