Even i doubted the same, i need to report to my manager reg. this, thats y posted in codeproject just to ensure i didnt miss out anything.. TC :)
---------------------------------- where there is a will there is a way
Even i doubted the same, i need to report to my manager reg. this, thats y posted in codeproject just to ensure i didnt miss out anything.. TC :)
---------------------------------- where there is a will there is a way
I require a software component to be added to an existing .net application(web based). The coponent or the software should posses the following features: 1. It should provide PC to Phone integration either on VOIP technology or TAPI or both. 2. It should provide automated phone dialing from phone number lists. 3. Transfer calls to other users internally. 4. Record conversations and provide automated call reports and statistics. 5. Every phone number in the system should be automatically clickable and the call details must be logged to that user. 6. The phone call must be recorded and stored as a sound file. Can anyone help me to find any freewares or commercial products available in the market which can provide me the above features. Thanks in Advance
---------------------------------- where there is a will there is a way
I require a software component to be added to an existing .net application(web based). The coponent or the software should posses the following features: 1. It should provide PC to Phone integration either on VOIP technology or TAPI or both. 2. It should provide automated phone dialing from phone number lists. 3. Transfer calls to other users internally. 4. Record conversations and provide automated call reports and statistics. 5. Every phone number in the system should be automatically clickable and the call details must be logged to that user. 6. The phone call must be recorded and stored as a sound file. Can anyone help me to find any freewares or commercial products available in the market which can provide me the above features. Thanks in Advance
---------------------------------- where there is a will there is a way
I require a software component to be added to an existing .net application(web based). The coponent or the software should posses the following features: 1. It should provide PC to Phone integration either on VOIP technology or TAPI or both. 2. It should provide automated phone dialing from phone number lists. 3. Transfer calls to other users internally. 4. Record conversations and provide automated call reports and statistics. 5. Every phone number in the system should be automatically clickable and the call details must be logged to that user. 6. The phone call must be recorded and stored as a sound file. Can anyone help me to find any freewares or commercial products available in the market which can provide me the above features. Thanks in Advance
---------------------------------- where there is a will there is a way
I require a software component to be added to an existing .net application(web based). The coponent or the software should posses the following features: 1. It should provide PC to Phone integration either on VOIP technology or TAPI or both. 2. It should provide automated phone dialing from phone number lists. 3. Transfer calls to other users internally. 4. Record conversations and provide automated call reports and statistics. 5. Every phone number in the system should be automatically clickable and the call details must be logged to that user. 6. The phone call must be recorded and stored as a sound file. Can anyone help me to find any freewares or commercial products available in the market which can provide me the above features. Thanks in Advance
---------------------------------- where there is a will there is a way
i have a panel, in which i have a gridview control. gridview control has a RadioButtonList with items Ignore and Update, in which Ignore is selected by default. if i change the selection to update and check the selected value it resets to Ignore again. i have checked with all possible properties of the control. i dont want the selection to be reset. code is as below: Ignore Update
Can i write a vb 6.0 client for a webservice, if yes can anyone provide me with any links for that. Thanks in advance.
---------------------------------- where there is a will there is a way
I need to do the below: Import the excel file using the available SQL server tools to a temp db. Then write a mapping between the temp db and the Main database. Move the data to the Main database. Is this possible?? -----------------------------------------------------------------
where there is a will there is a way
code used: Imports WSDemo.demoref Public Class Form2 Dim mservice As New MTVAS Dim basicDesc As New BCDT() Dim mn As New TVAMT Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load mn.originID = "test" mservice.importTVAO(mn) End Sub End Class Error: Reference to a non-shared member requires an object reference. If i double click on the error it takes me to the Reference.vb file underlined code as below _ Public Property preferenceValue() As String Get Return Me.preferenceValueField End Get Set Me.preferenceValueField = value End Set End Property End Class The first statement of the above code is highlighted. Hope this helps ------------------------------
where there is a will there is a way
Hi, Am trying to access a web sevice developed in java, but i get the below error. "Reference to a non-shared member requires object reference." can anyone help on this.. Thanks in advance
where there is a will there is a way
Make the autopostback event property of the dropdownlist to true.. Have you placed the dropdownlist on the form or in a panel??
where there is a will there is a way
if u can paste the code u have written then i would be helpful to suggest u something. ---------------------------------------
where there is a will there is a way
can anyone pls say in what kind of a scenario can i go for System.Data.Oledb and System.Data.Odbc. Is there any difference in their performance. will it suit well for Oracle. ----------------------------------------------------------------
where there is a will there is a way
can anyone pls say in what kind of a scenario can i go for System.Data.Oledb and System.Data.Odbc. Is there any difference in their performance. will it suit well for Oracle. -----------------------------------------------------------------
where there is a will there is a way
hey.. the code works completely fine.. pls check the name of the checkbox u have placed and the name u have given in the FinControl Method is same. it works fine.
where there is a will there is a way
hi. my error got rectified, that was because i had used transactions and missed out to assign the transaction property for the command object. regards -----------------------------------------------------------------
where there is a will there is a way
Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. What could be the reason for the error.
where there is a will there is a way
am in the design view of my default.aspx file, if i click on Tools -> Generate Local Resources , its not active, is there anything am missing?? Am using Visual Web Developer 2005 Express Edition. Help Please. Thanks ----------------------------------------------------------------
where there is a will there is a way
is there concept of handles in C#, if yes can u please tell me links of articles on handles or can u atleast give me an idea of how it works. thanks ----------------------------------------------------------------
where there is a will there is a way
In oop its an usual practice for an object to send a message to another object, itq common for an object to report back to the sender, resulting in two way conversation between objects (callback methods). C, C++ did this using function pointers. C# does it using delegates. Its a special type of object which contains details about the method rather than the data. They are used for two purposes 1. Callback 2. Event handling i hope this helps ---------------------------------------------------------------
where there is a will there is a way