Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb Page Expiry Problem. Pin
K V Sekhar5-Aug-08 19:52
K V Sekhar5-Aug-08 19:52 
AnswerRe: Web Page Expiry Problem. Pin
Bardy855-Aug-08 20:01
Bardy855-Aug-08 20:01 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 20:35
K V Sekhar5-Aug-08 20:35 
GeneralRe: Web Page Expiry Problem. Pin
Bardy855-Aug-08 20:45
Bardy855-Aug-08 20:45 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 21:00
K V Sekhar5-Aug-08 21:00 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 21:13
K V Sekhar5-Aug-08 21:13 
GeneralRe: Web Page Expiry Problem. Pin
Bardy855-Aug-08 21:30
Bardy855-Aug-08 21:30 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 23:19
K V Sekhar5-Aug-08 23:19 
Hi,

Here is my sample code:

I Placed a ImageControl, btn_PnlClose. design into Panel 'PNL'.set Visibility : False
I used update panel to upload a file using fileupload control.

Form1.aspx:
pageLoad()
{
//
}
btn_UploadClick() //Here i used update panel
{
//Uploading a file
//Adding uploaded file into ListBox
}
btn_ShowClick()
{
imge1.ImageUrl = "uplode file url here";
PNL.Visible = true;
}
btn_PnlClose_Click()
{
PNL.Visible = false;
}
////////////////////////////////////
When i build this, its successful.
But when i run this, When i click on btn_Show i got javascript runtime errors as posted in previous reply.
AnswerRe: Web Page Expiry Problem. Pin
eyeseetee5-Aug-08 21:47
eyeseetee5-Aug-08 21:47 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 23:08
K V Sekhar5-Aug-08 23:08 
GeneralRe: Web Page Expiry Problem. Pin
abribrkhan29-Mar-10 0:07
abribrkhan29-Mar-10 0:07 
QuestionOne problem Pin
Preeti19795-Aug-08 18:54
Preeti19795-Aug-08 18:54 
AnswerRe: One problem Pin
rajkumar.35-Aug-08 19:23
rajkumar.35-Aug-08 19:23 
QuestionXquery solution needed Pin
Member 31863655-Aug-08 18:30
Member 31863655-Aug-08 18:30 
QuestionStoring datas from CreateUserwizard control to my database Pin
zareee5-Aug-08 17:57
zareee5-Aug-08 17:57 
QuestionFirefox2 compatibility - centering a table Pin
boy.pockets5-Aug-08 16:39
boy.pockets5-Aug-08 16:39 
AnswerRe: Firefox2 compatibility - centering a table Pin
Bardy855-Aug-08 19:45
Bardy855-Aug-08 19:45 
AnswerRe: Firefox2 compatibility - centering a table Pin
boy.pockets6-Aug-08 13:37
boy.pockets6-Aug-08 13:37 
QuestionImage handlers in ASP .NET Pin
Mohammad A Gdeisat5-Aug-08 16:09
Mohammad A Gdeisat5-Aug-08 16:09 
QuestionSite Maintenance Pin
JoJuPi015-Aug-08 12:53
JoJuPi015-Aug-08 12:53 
AnswerRe: Site Maintenance Pin
Bardy855-Aug-08 19:55
Bardy855-Aug-08 19:55 
Questionunloaded AppDomain error - After Process.HasExited Pin
Tomb4215-Aug-08 11:07
Tomb4215-Aug-08 11:07 
AnswerRe: unloaded AppDomain error - After Process.HasExited Pin
Tomb42115-Aug-08 4:11
Tomb42115-Aug-08 4:11 
QuestionImageButton in a GridView Pin
Cyberpulse5-Aug-08 8:57
Cyberpulse5-Aug-08 8:57 
AnswerRe: ImageButton in a GridView Pin
boy.pockets5-Aug-08 16:31
boy.pockets5-Aug-08 16:31 

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.