Tagged Questions
-1
votes
1answer
195 views
restriction to image dimension asp.net
I want to make restriction to the dimensions of the asp.net C# image.
I have image1:
ImageButton ib = (ImageButton)sender;
Image1.ImageUrl = ib.ImageUrl;
Also I have:
Image tempImage = new ...
0
votes
1answer
415 views
ASP.NET 4.0 site displaying error - ISAPI “Restriction” column is missing
My ASP.NET (running with .NET 4.0) site is throwing an error.
Error:
The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server.
I've ...
1
vote
1answer
345 views
Restrict user to a single window
In a project I'm working on (ASP .Net 3.5 web forms), there is a requirement to restrict the user to work in only 1 window/tab at time. I found this post detailing a solution: ...
0
votes
2answers
96 views
How to restrict class usage
Is there a way to enforce a class only to be used in ASP.NET ? So that it can't be referenced in a WinForm app or throw exception when instantiated. Is there some kind of .NET class attribute for this ...
0
votes
1answer
547 views
Calculating number of users accessing my website at a specific point of time
I am having a web application built using ASP and Asp.Net.I want to restrict number of users accessing this website.There are ways available separately ASP and ASP.NEt but,not for combination of these ...
1
vote
1answer
948 views
add expiry date to pdf using asp.net
is it possible to add an expiry date to a PDF with asp.net when someone downloads a file?
the idea is that when the user downloads a file it will be usable until a set date when it will become ...
0
votes
4answers
137 views
