Click here to Skip to main content
15,921,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 17:02
molivia2-Sep-08 17:02 
GeneralRe: Create asp page that save word document into the web page Pin
Gamzun2-Sep-08 18:20
Gamzun2-Sep-08 18:20 
GeneralRe: Create asp page that save word document into the web page Pin
molivia2-Sep-08 18:40
molivia2-Sep-08 18:40 
QuestionFileUpload can't upload huge size document Pin
HatakeKaKaShi2-Sep-08 15:00
HatakeKaKaShi2-Sep-08 15:00 
AnswerRe: FileUpload can't upload huge size document Pin
K.P.Kannan2-Sep-08 15:23
K.P.Kannan2-Sep-08 15:23 
GeneralRe: FileUpload can't upload huge size document Pin
HatakeKaKaShi2-Sep-08 15:49
HatakeKaKaShi2-Sep-08 15:49 
AnswerRe: FileUpload can't upload huge size document Pin
Blue_Boy2-Sep-08 20:06
Blue_Boy2-Sep-08 20:06 
QuestionDropdown List Control Inop? Pin
PDTUM2-Sep-08 13:12
PDTUM2-Sep-08 13:12 
Good Afternoon,

I recently added a drop down list box to my ASP.NET 2.0 Windows form page. It had the simple function of allowing the user to select a site identification number and posting it to a label that could be referenced for future queries. I have used this hundreds of time on C# desktop applications. The problem is....IT DOESN'T WORK! I created the event from the Properties box of the control. When it did nothing, I put a 'STOP' on it for diagnostics only to find that changing a selection DID NOT run the code, as if it wasn't there at all. The code is below:


protected void DropDownListSites_SelectedIndexChanged(object sender, EventArgs e)
{
LabelSite.Text = DropDownListSites.Text;
}

I thought these events were automatic......any ideas???? Thank You, Pat
AnswerRe: Dropdown List Control Inop? Pin
AhsanS2-Sep-08 18:48
AhsanS2-Sep-08 18:48 
GeneralRe: Dropdown List Control Inop? Pin
PDTUM3-Sep-08 4:35
PDTUM3-Sep-08 4:35 
QuestionPhysical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
DelbertWormklein2-Sep-08 9:02
DelbertWormklein2-Sep-08 9:02 
AnswerRe: Physical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
TennisGod2-Sep-08 9:07
TennisGod2-Sep-08 9:07 
AnswerWTF? Pin
leckey2-Sep-08 10:31
leckey2-Sep-08 10:31 
AnswerRe: Physical OPSWAT Metascan is a COM component and service. Will there be a .NET version in the near future or will this be the current COM version? Pin
Paul Conrad2-Sep-08 19:13
professionalPaul Conrad2-Sep-08 19:13 
Questionasp.net configuration Pin
pinkidasu2-Sep-08 8:31
pinkidasu2-Sep-08 8:31 
AnswerRe: asp.net configuration Pin
Bassam Saoud2-Sep-08 10:26
Bassam Saoud2-Sep-08 10:26 
QuestionChecking the source of method call Pin
geekfromindia2-Sep-08 8:29
geekfromindia2-Sep-08 8:29 
AnswerRe: Checking the source of method call Pin
Bassam Saoud2-Sep-08 10:29
Bassam Saoud2-Sep-08 10:29 
QuestionHow long is the support life cycle for a specific version/release of the Metascan product? Pin
TennisGod2-Sep-08 8:21
TennisGod2-Sep-08 8:21 
AnswerRe: How long is the support life cycle for a specific version/release of the Metascan product? Pin
DelbertWormklein2-Sep-08 8:24
DelbertWormklein2-Sep-08 8:24 
QuestionModalPopup / Update Panel / Button Click Event Not Firing [modified] Pin
SQUeeK842-Sep-08 8:20
SQUeeK842-Sep-08 8:20 
QuestionPublished ASP.Net Application stops IIS when calling FORTRAN dll Pin
Manoj Shukla2-Sep-08 3:53
Manoj Shukla2-Sep-08 3:53 
Questionasp.net configuration Pin
pinkidasu2-Sep-08 3:07
pinkidasu2-Sep-08 3:07 
AnswerRe: asp.net configuration Pin
Abhijit Jana2-Sep-08 3:14
professionalAbhijit Jana2-Sep-08 3:14 
AnswerRe: asp.net configuration Pin
Bassam Saoud2-Sep-08 4:36
Bassam Saoud2-Sep-08 4:36 

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.