Newsletter
Advertiser Disclosure
Architecture
Databases
Enterprise
.NET
Java
OpenSource
Mobile
Web Dev
DevXtra Blogs
Daily News
Tips Bank
eBook Library
Subscribe
Twitter
Full Site
RSS
Copyright 2021 © QuinStreet Inc. All Rights Reserved
Search
SEARCH
Submit
DevX Tips Bank: Dynamic Content
Using JavaScript to Redirect to a New Page
Redirect site visitors to a new page with this simple redirect and avoid the …
Globally Register User and Custom Controls in ASP.NET
Avoid having to include the <@Register> command on every page that needs a …
ASP.NET Workaround: Calling a JavaScript Function from a HyperLinkField in a GridView
You can call a JavaScript function when a user clicks a HyperLinkField in a GridView …
Create ASP.NET Dynamic Hyperlinks from URLs Stored in Web.Config
It's useful to store URLs outside of your application code, because they can change.
Add an Image Command Field to a GridView at Runtime in ASP.NET
Programmatically adding an image command field to a GridView is relatively easy. This tip …
The Best Way to Hide a Column in a DataGrid
A better approach than "hiding" columns in a DataGrid is simply to avoid creating the …
Generate Metatags for ASP.NET Pages Dynamically
Including metatags in your pages is useful, but also tedious and error-prone. Learn how to …
Create a Page Containing a Two-Column Table with Struts
Sometimes scriptlets can help solve problems, like when you need to iterate over a …
Deploying the CrystalReportViewer Control to a Production Web Site
Follow this procedure to deploy a CrystalReportViewer control to a production ASP.NET web …
Access ASP.NET Form or Control Values from One Page in Another Page
You can access form or control values from one page in another page in ASP.NET, it just …
Displaying Row Numbers in a DataGrid
Create a running number column that shows the row number in a DataGrid control.
Publishing 32-Bit ASP.NET Applications to a 64-Bit OS
You can publish applications compiled in 32-bit mode on 64-bit systems, but you have to do …
Preserve Browser Scroll Position After a Postback
When a user posts values back to the server, you can maintain the same scroll position …
Using the
deployment
Element's
retail
Attribute
This attribute inhibits settings used to support web application development.
Get the Name of the Executing ASP.NET Page
Use this tip's code to find the name of the executing page.
Older Articles
Home
Mobile Site
|
Full Site