Click here to Skip to main content
15,917,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTrying to create music website using Asp.Net Pin
Tirupati.P19-May-09 22:28
Tirupati.P19-May-09 22:28 
AnswerRe: Trying to create music website using Asp.Net Pin
Manas Bhardwaj19-May-09 23:23
professionalManas Bhardwaj19-May-09 23:23 
AnswerRe: Trying to create music website using Asp.Net Pin
Ramesh Swaminathan19-May-09 23:57
Ramesh Swaminathan19-May-09 23:57 
AnswerRe: Trying to create music website using Asp.Net Pin
Ashfield20-May-09 1:32
Ashfield20-May-09 1:32 
AnswerRe: Trying to create music website using Asp.Net Pin
Christian Graus20-May-09 4:19
protectorChristian Graus20-May-09 4:19 
QuestionAdding years,month,days to given date Pin
ashishtango19-May-09 22:07
ashishtango19-May-09 22:07 
AnswerRe: Adding years,month,days to given date Pin
Manas Bhardwaj19-May-09 22:13
professionalManas Bhardwaj19-May-09 22:13 
Questioncreating dynamic control in asp.net Pin
aarsh thakur19-May-09 22:05
aarsh thakur19-May-09 22:05 
hi every one

I 'm creating fileupload control at run time on the click evant of linkbutton.

first time it's creating controls fine..but next time its not..?

following is the code...?

private void newattach()
{
int i;

for (i = 0; i < 2; i++)
{
count++;
FileUpload f1 = new FileUpload();
f1.ID = "fileupload" + count.ToString();
f1.Height = 34;
f1.Width = 212;
Panel1.Controls.Add(f1);

}

protected void LinkButton1_Click(object sender, EventArgs e)
{


newattach();


}

count is a static variable....
AnswerRe: creating dynamic control in asp.net Pin
Manas Bhardwaj19-May-09 22:12
professionalManas Bhardwaj19-May-09 22:12 
GeneralRe: creating dynamic control in asp.net Pin
aarsh thakur19-May-09 22:16
aarsh thakur19-May-09 22:16 
GeneralRe: creating dynamic control in asp.net Pin
Manas Bhardwaj19-May-09 22:22
professionalManas Bhardwaj19-May-09 22:22 
AnswerRe: creating dynamic control in asp.net Pin
Herman<T>.Instance20-May-09 2:50
Herman<T>.Instance20-May-09 2:50 
QuestionRunning an asp.net application standalone Pin
AnshumanSinghBais19-May-09 21:59
AnshumanSinghBais19-May-09 21:59 
AnswerRe: Running an asp.net application standalone Pin
Manas Bhardwaj19-May-09 22:14
professionalManas Bhardwaj19-May-09 22:14 
Questionhow do I show google analytics report in my web page Pin
vnsraj19-May-09 21:38
vnsraj19-May-09 21:38 
QuestionProblem of using Google Chart API Pin
esofter19-May-09 21:34
esofter19-May-09 21:34 
AnswerRe: Problem of using Google Chart API Pin
Roger Wright19-May-09 21:57
professionalRoger Wright19-May-09 21:57 
AnswerRe: Problem of using Google Chart API Pin
esofter19-May-09 22:31
esofter19-May-09 22:31 
QuestionHow to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 20:41
professionalVimalsoft(Pty) Ltd19-May-09 20:41 
AnswerRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 21:05
Ramesh Swaminathan19-May-09 21:05 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 22:07
professionalVimalsoft(Pty) Ltd19-May-09 22:07 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 22:28
Ramesh Swaminathan19-May-09 22:28 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 22:43
professionalVimalsoft(Pty) Ltd19-May-09 22:43 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 22:48
Ramesh Swaminathan19-May-09 22:48 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 23:17
professionalVimalsoft(Pty) Ltd19-May-09 23:17 

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.