Click here to Skip to main content
Sign Up to vote bad
good
Hi All
 
I need to dispay confirm box on server Side.. senario is like Im Trying To upload Image During Upload Im Checking some properties like Image type,image size, etc.. While Uploading i want to check properties like
if(type=="xxxx")
 
{
 
confirmbox("  ");
 
if(confirmvalue=="yes")
 
{
 
next condition
 
}
 
else
 
{
 
exit ;
 
}
 
}
 
like this i want check different properies of file.. i tried
 
this.Page.ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('You clicked YES!')", true);
but it wont work
Posted 3 Aug '12 - 21:55
Edited 3 Aug '12 - 21:57


1 solution

Please check this answer
 
Confirm Box[^]
 
Regards
Sebastian
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 425
1 OriginalGriff 330
2 Arun Vasu 253
3 Zoltán Zörgő 194
4 CPallini 173
0 Sergey Alexandrovich Kryukov 10,105
1 OriginalGriff 7,739
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 2,999


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 4 Aug 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid