Translator

-
Recent Posts
Recent Comments
Archives
Categories
- .NET
- Android
- Apache
- API
- Cloud Computing
- Data Center
- Database
- Flash
- Google Chromium
- HTML
- Knowledgebase
- Linux
- Mobile Application Development
- MySQL
- Open Source
- Perl
- Photoshop
- PHP
- Programming
- Proxy server
- Quality Assurance & Testing
- Search Engine Optimization
- Security
- Storage
- TeamGrowth
- Tools
- Tutorial
- Web Design
- Xen
Meta
Author Archives: amol.ahirrao
How to prevent your application from SQL Injection?
Avoiding auto generated queries is best method to protect your application from SQL injection or you can use parametrized queries or stored procedures. For example, a login form has two basic form elements, a text box for accepting a user … Continue reading
Posted in Database, Security
Tagged prevent application from sql injection, prevent sql injection
Leave a comment
How to repeat header rows on each page in Reportviewer (RDLC)?
In your .rdlc report there is small down arrow at the bottom right corner with red box, you need to click on “Advanced Mode”. By clicking, your row and column groups will expand with new fields named “Static” as shown below: Now, click “Static” … Continue reading
Delete/Truncate data from all Tables in SQL Server
We usually use a dummy database for testing. It gets filled with a lot of unwanted temporary data. At the time of deployment we replicate this database into Live Database. While doing so we need to delete all data from … Continue reading












