Microsoft’s .Net has a come a long way when it comes to uploading various types of files. With Asp.Net version 2.0, it has introduced the “FileUpload” server side control for the very first time. This has virtually simplified the file uploading process.
Continue reading...
Thursday, February 21, 2013
Sunday, February 17, 2013
SQL Server – Saving changes is not permitted.
It can be annoying when you have installed a brand new software on your PC, and it refuses to function the way you expect it to.
Continue reading ...
Thursday, February 14, 2013
Asp.Net – How to do a Partial PostBack using UpdatePanel and ScriptManager Controls?
“Asynchronous Java and XML” also known as the “AJAX” has come a long way. It has always been very useful since the Classic ASP era. And it has definitely made web browsing very easy and thrilling.
Continue reading...
Continue reading...
Tuesday, February 12, 2013
Asp.Net - How to Bind a DropDownList to a Database table in GridView?
An Asp.Net DropDownList control holds a collection of data which allows the user to select a single data from a drop down list. This control can either be used as standalone control on a web page or can be embedded in another control, like a GridView control.
Continue reading...
Continue reading...
Saturday, February 9, 2013
Check if Any GridView Row With RadioButton is Selected Using JQuery.
We have used the GridView control in Asp.Net for various purposes in our projects, time and again for a long very time now. But we know that most of its features are available at the server side. Using JQuery we can do some useful validations at the client side on the GridView control.
Continue reading...
Monday, February 4, 2013
Copy Data from One DataGridView to Another in Vb.Net
Single row or multiple rows can be transferred from one DataGridView to another with help of few lines of code. Why would somebody do that? We have come across a situation where we had to upgrade details about existing records with new details without changing the original one.
Continue reading...
Continue reading...
Friday, February 1, 2013
Bind and Show a ComboBox in a DataGridView Cell – Windows Application
DataGridView control is used to display data in tabular format. Its use is not limited to just displaying data, but it’s a perfect tool for doing data manipulation by binding it with a database. With its many useful features the DataGridView can be made to function like an Excel sheet.
Subscribe to:
Posts (Atom)