I have a GridView and want to on an ASP.NET Web Application page and want to export the data to excel.
Is it possible to write a .Net custom HTTP handler that implements role-based security and strips the response of any elements that the user is not authorized to view. I was thinking of using reflecti
I was trying to add some configuration in web.config file after the web page is started up. Such as: But when I deploy it to the IIS, there of course has 开发者_StackOverflowan authority issue to
I\'ve got a HTTPHandler which returns either an image or some text and want to call it from the local web-app.
I want to dynamically create a user profile page with user info displayed (name, address, uploa开发者_如何学编程ded content, etc.). I\'ve looked at many tutorials online related to this, but am not su
I would like to be able to return the text generated from an httphandler and insert it into my web page during an onload event. There are examples that show how to return an image by setting the 开发者
I\'ve got a cookie that I\'m using to persist a user\'s userid but I\'m having a hard time replacing it with a new value. According to MSDN, I should be able to simply overwrite the value, but it hasn
I have created a custom http handler (IHttpHandler). This handler can be called from any place in the application.
I\'m creating a webhandler and want to include cl开发者_如何学JAVAasses from another file.How do I do this?Move the code from the .aspx file to a .vb file.If the .vb file is not in the same project as
I have an HTTP Handler set up which accepts a GUID parameter and returns the image from the file system.