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: Other Web Development
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 …
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 …
Create a Page Containing a Two-Column Table with Struts
Sometimes scriptlets can help solve problems, like when you need to iterate over a …
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 …
Enable Bugzilla to Work with SSL/TLS Email
This workaround shows how you can configure Bugzilla to work with SSL/TLS-based email …
Send Email Using a DNS Server
Here's how to send email from .NET using a DNS server.
Preserve Browser Scroll Position After a Postback
When a user posts values back to the server, you can maintain the same scroll position …
How to Save URL Contents to an MHTML Archive Format
Using the CDO Message object, you can easily save content from a URL to an HTML archive …
Send Email Over SMTP Aschronously
To keep your UI responsive, you can send email asynchronously.
Using the WebClient Class to Download Data to a File
It's easy to save data to a local or network file using the WebClient class.
Determining Whether a Site Is Running or a URL Is Valid
The HttpWebRequest class makes these tasks simple.
Get the Name of the Executing ASP.NET Page
Use this tip's code to find the name of the executing page.
Binding a Hashtable to a DropDownList Web Server Control
Set the DataSource, DataTextField, and DataValueField …
Older Articles
Home
Mobile Site
|
Full Site