Click here to Skip to main content
15,879,535 members

Comments by minu1989 (Top 8 by date)

minu1989 2-Apr-13 2:26am View    
yes, i agree with you.I want to save file in different formet like pdf,doc,Image)bmp,tiff,jpg,png)etc in c# win-form.
minu1989 2-Apr-13 2:23am View    
A added pdf in filter. when i save file as image formet like bmp,TIFF,JPEG,PNG,GIF,gif save them, but in pdf formet it gives error.
minu1989 1-Apr-13 2:34am View    
Use Membership Providers in your Application.
http://www.tutorialspoint.com/asp.net/asp.net_security.htm
http://www.asp.net/web-forms/tutorials/tailspin-spyworks/tailspin-spyworks-part-6
minu1989 1-Apr-13 2:24am View    
<-----------On pageload event use this code------------>

if(Page.User.IsInRole("Administrator"))
{
Response.Redirect("Default.aspx");
}
else
{
Response.Redirect("AccessDenied.aspx");
}
minu1989 1-Apr-13 2:21am View    
you wanna with postback or without post back