Using FormView's WebControl State Property
When using the ASP.NET FormView WebControl you can have some problems when changing the State property...
|
Writing files to the Page's Output Stream with c#
Tired of hotlinking? if you have .NET is not so hard to fix, or you just want to make your own download from a database field?... try this.
|
Adding Meta Tags to aspx pages from code with C#
See how to add metatags like keywords, description, etc to aspx pages in runtime using C#.
|
ASP.NET's Gridview delete button with confirmation dialog
How to ask for confirmation when deleting elements in the asp.net gridview?
|
How to get virtual path from physical path in ASP.NET?
Let's do the opposite of what Server.MapPath does. Is not so hard. Just a c# method and 4 lines of code.
|
How to do a FindControl on a ASP.NET CreateUserWizard control?
How to do a find control on a WizardPage inside a CreateWizardControl
|