Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 9 of 26) 779 Result(s) found 

 

How to force file download using code in ASP.net.
Total Hit (8203) Many times we have requirement to popup file download dialogbox instead of user clicking on a link. This little code you can use in your ASPX page. Call the following method from your ASP.net code which should prompt a file download dialogbox in user's browser. «code LangId=2»Public Sub DownloadF ....Read More
Rating
Redirecting to the real referrer page during a postback
Total Hit (3179) Say that you have a page loaded from another page, and that in this page you have a "Save and Return" button that does something and returns to the previous page. For example you may have an Orders page that loads a Details page, where you make some changes and press the button to save the changes a ....Read More
Rating
Creating a popup calendar control
Total Hit (9174) Many data entry forms have one or more text fields that the user should fill with a date value. Many sites have a button near these fields that when clicked pops up a new small window with a calendar, to help the user select the date. When the user clicks on a day (rendered as a hyperlink), this pop ....Read More
Rating
This is a link to a different site Embedding a Detail DataGrid Inside a Master DataGrid
Total Hit (553) This article shows how to display a row of a master DataGrid and then display one or more rows of a detail datagrid on an ASP.NET page.
Rating
This is a link to a different site Transparent web form persistence in ASP.NET
Total Hit (813) A simple method to create ASP.NET forms that are transparently loaded and saved from/to the database.
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 3 ( ButtonColumn demo )
Total Hit (899)
Rating
This is a link to a different site Highlighted Hovering and Anywhere Selecting A DataGrid Row
Total Hit (716) Recently while working for one of my client I came across a requirement such that: «LI»DataGrid should not have select button to select a row. This was necessary to save some screen space. «LI»Still when the user clicks on any of the DataGrid row (on any column), that row should be selected and ....Read More
Rating
This is a link to a different site Self Validating Text Box - 2
Total Hit (802) This article extends self validating Text Box control to other data types and Min and Max value checking.
Rating
This is a link to a different site Regular expressions to validate IP Address, NUmbers, Strings, Filename, Roman Numbers and many more....
Total Hit (1068) This all are the common regular expressions to validate IP Address, NUmbers, Strings, Filename, Roman Numbers and many more....
Rating
This is a link to a different site ASP.NET DataGrid Paging Part 2 - Custom Paging ( For Huge Recordset )
Total Hit (568) In many cases the built-in paging functionality offered with the DataGrid control will suit your needs. Its advantages include its simplicity in implementation and versatile functionality. However, as in life anything that good has to be hiding something...right. The drawback to the DataGrid's built ....Read More
Rating
This is a link to a different site Search Engine Optimization Tutorial
Total Hit (1480) A few years ago, it was for the most part sufficient to incorporate a well optimized title tag and have a few relevant search terms (aka keywords) in the meta tags to get a top 10 ranking. Those days are long gone, and yet in my estimation, over 75% of webmasters still hold on to the notion that sea ....Read More
Rating
This is a link to a different site Two way data binding in ASP.NET
Total Hit (945) How two use the design time services to provide 2 way data binding in ASP.NET
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 10 ( use Binddata to filter the data)
Total Hit (883)
Rating
This is a link to a different site Behind the scenes of ASPX files
Total Hit (813) Describes what goes with ASPX files and how ASPX files affect the page life cycle
Rating
This is a link to a different site Web Based Winamp Controller
Total Hit (717) Web based WinAmp server
Rating
This is a link to a different site Generating XP style webparts from a web control
Total Hit (1041) Generating XP style webparts from a web control
Rating
This is a link to a different site How can I display XSL-formatted XML data in an ASP.NET Web page?
Total Hit (731)
Rating
This is a link to a different site Add Nulls to a Database
Total Hit (927)
Rating
This is a link to a different site Using the CustomValidator Control
Total Hit (868) Sometimes one of the predetermined types of validation controls such as a RequiredFieldValidator, or a RangeValidator just will not do the job you need done. In this case you need to write a Custom Validator to achieve the desired results.
Rating
This is a link to a different site MS Word 2003 XML Output
Total Hit (884) How to give a Word output without MS Office Web Components (OWC) on the server.
Rating
This is a link to a different site Detecting the UpTime of Web Server
Total Hit (845) Sometimes it would be necessary to check how long our web server has been running or if our web server is being restarted too many times. Here we discuss a simple solution for the same.
Rating
This is a link to a different site Google Suggest like Dictionary
Total Hit (822) This is an implementation of Google Suggest like dictionary in ASP.NET.
Rating
This is a link to a different site FAQ: How can I read the contents of a text file one line at a time?
Total Hit (578)
Rating
This is a link to a different site How Do I...Use common Regular Expressions?
Total Hit (743) «b»Social Security Number «/b» \d{3}-\d{2}-\d{4} «b»US Phone Number«/b» ((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4} «b»US Postal Code«/b» \d{5}(-\d{4})? «b»Internet EMail Address«/b» [\w-]+@([\w-]+\.)+[\w-]+ «b»Internet URL «/b» http://([\w-]\.)+[\w-](/[\w- ./?%=]*)? «b ....Read More
Rating
This is a link to a different site A Master Detail DataGrid
Total Hit (586) Implements a DataGrid with a Master/Detail view on data.
Rating
This is a link to a different site Adding a CheckBox Column to a DataGrid
Total Hit (946) Shows how to add a checkbox column to a datagrid
Rating
This is a link to a different site Write a user control?
Total Hit (478) «LI» Introduction to User Controls «LI» Exposing User Control Properties «LI» Encapsulating Events in a User Control «LI» Creating User Controls Programmatically «LI» Section Summary
Rating
This is a link to a different site Custom editable Datagrid with paging and sorting
Total Hit (623) How to create a grid control for easy editing
Rating
This is a link to a different site eCoolWebPanelBar - Outlook style Web Panel Bar
Total Hit (599) eCoolWebPanelBar provides us a web GUI, like Outlook.
Rating
This is a link to a different site Action Tags
Total Hit (628) An approach to encapsulating functionality in server controls, separate from a user interface.
Rating


(Page 9 of 26) 779 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.