How to add column

This is the code in VB. I have to add one more column e_diff_loc but this column is in boolean .Plz telp me how to add this field in below code Dim i As Integer Dim lngRow As Long [...]

How can i make project’s exe ?

Hi I m completed 1 desktop project(Application). i.e. addressbook, invoice system….. I want to make my project’s setup file……like one software cd…… Now say me how i make it’s exe. I want to make like 1 software cd…which i install other pc…….and run it.
Read more at http://www.dotnetfunda.com/questions/question241.aspx
Author: Parag

Could not create type ‘WebShop’.

<%@ WebService Language="C#" CodeBehind="~/App_Code/WebShop.asmx.cs" Class="WebShop" %> i am not able to find the error. actually what happening by this error. Please give me the right code to solve this issue. i have create webservice file name webshop.asmx codebehind file is automatically created on App_Code Folder. while run this application on asp.net 2.0 it’s [...]

TimeOut Expired

What is the Timeout Expired Exception in .net
Read more at http://www.dotnetfunda.com/questions/question237.aspx
Author: Reena

Crystal Report 9

How to add image in the formula in crystal Report 9? Instead of "PHONE NO" written below i have to add image in this formula Address := Address + IF ({RPT_31_Book_List;1.contact_type}) = 2 [...]

Project Life Cycle beyond SDLC

Many people think project life cycle circulates around SDLC. In this article we will discuss about other phases which occur before SDLC starts. I know that companies have tailor made phases we have just tried to put phases followed by majority IT companies. We have visualized two companies Shreya ltd who is the customer and [...]

What are Dead letter queues?

The main use of …
Read more at http://www.dotnetfunda.com/interview/exam272-what-are-dead-letter-queues.aspx
Author: Amitmani2000

Project Management Costing FAQ

This is a short and sweet FAQ which iterates through the most common metrics which will help you judge your project health.
Read more at http://www.dotnetfunda.com/articles/article161.aspx
Author: Questpond

Missing source code for your Listview Controls article

I was looking at your "Inserting, Updating, Deleting and Paging records using ListView controls" article at http://dotnetfunda.com/articles/article40.aspx However, the source code is missing. http://dotnetfunda.com/UserFiles/ArticlesFiles/SheoNarayan_Articles_633361280353225875_WorkingWithListView.zip
Read more at http://www.dotnetfunda.com/questions/question180.aspx
Author: Celticwoodworker

insert data

how to insert data using button click from grid to database ? i mean to say , i have one grid and two button one add new and save when i click on add new then new row could be added in grid and when i click on save button then i want [...]