Click here to Skip to main content
15,886,840 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCustom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 12:23
SlingBlade30-Sep-09 12:23 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
Christian Graus30-Sep-09 13:03
protectorChristian Graus30-Sep-09 13:03 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 13:12
SlingBlade30-Sep-09 13:12 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:28
N a v a n e e t h30-Sep-09 17:28 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 17:50
SlingBlade30-Sep-09 17:50 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:59
N a v a n e e t h30-Sep-09 17:59 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 18:02
SlingBlade30-Sep-09 18:02 
QuestionFileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 10:35
Wouter Coinless30-Sep-09 10:35 
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="FileControl.ascx.cs" Inherits="Administration_Controls_FileControl"  %>
<div style="width: 100%; height: 50px;">
    <asp:FileUpload ID="FileUpload1" runat="server" />
    <asp:Button ID="test" runat="server" OnClick="test_click" />
</div>


protected void test_click(object sender, EventArgs e)
{
    if (FileUpload1.HasFile)
    {

    }
}


I have this code, but i keep getting HasFile = false ..

Anyone sees what im doing wrong.. I really dont see it.

Thanks. Wouter
AnswerRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 10:48
professionalAbhishek Sur30-Sep-09 10:48 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 11:08
Wouter Coinless30-Sep-09 11:08 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 11:44
professionalAbhishek Sur30-Sep-09 11:44 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 22:04
Wouter Coinless30-Sep-09 22:04 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 22:26
professionalAbhishek Sur30-Sep-09 22:26 
Questionhow can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 5:40
eirikr130-Sep-09 5:40 
AnswerRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 10:20
professionalAbhishek Sur30-Sep-09 10:20 
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 12:48
eirikr130-Sep-09 12:48 
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 21:36
professionalAbhishek Sur30-Sep-09 21:36 
QuestionNeed help [modified] Pin
kuduva30-Sep-09 4:07
kuduva30-Sep-09 4:07 
AnswerRe: Need help Pin
Abhijit Jana30-Sep-09 4:23
professionalAbhijit Jana30-Sep-09 4:23 
GeneralRe: Need help Pin
kuduva30-Sep-09 6:36
kuduva30-Sep-09 6:36 
AnswerRe: Need help Pin
Matt Meyer30-Sep-09 4:42
Matt Meyer30-Sep-09 4:42 
AnswerRe: Need help Pin
leckey30-Sep-09 6:08
leckey30-Sep-09 6:08 
AnswerRe: Need help Pin
S.Dhanasekaran1-Oct-09 3:10
S.Dhanasekaran1-Oct-09 3:10 
QuestionIIS treating .html pages as .aspx pages Pin
laziale30-Sep-09 3:47
laziale30-Sep-09 3:47 
AnswerRe: IIS treating .html pages as .aspx pages Pin
Abhijit Jana30-Sep-09 4:22
professionalAbhijit Jana30-Sep-09 4:22 

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.