Browse by Tags

All Tags » asp.net (RSS)

Getting Powershell to work in your asp.net application by kemaltolga

First, the most important part is to add the System.Management.Automation.dll to your web application. Its location is a mystery...at least for me it was. HEre it is "C:\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0" Once you added...
Filed under: ,

Saved passwords after deploying web applications by kemaltolga

Hi: The Problem I ran into a very odd, at the time, issue after I deployed my applications. I opened various directories on different web servers using an admin account. I deployed my apps, but when I browsed to the apps they failed, because they wouldn...
Filed under:

Complete hide textbox without loosing functionality by kemaltolga

< asp : TextBox ID ="txtHiddenTeamBalances" runat ="server" Width ="0px" BackColor ="Transparent" ForeColor ="White" BorderStyle ="None" ReadOnly ="true"></ asp : TextBox >
Filed under:
More Posts