I need source code for java based softphone, So if any one of you, knows link for better source code, send me
sparlay_pk
Posts
-
Java Based Soft phone -
CNIC ValidationI want to put validation control for CNIC (Computed National Identity Card), if CNIC# is: 16304-1064020-6 I want the dashes to be handled automatically. like if I first enter 16304 now if I enter another digit like in this case 1 then the dash between them is automatically putted.
-
GridView TemplateServer Error in '/AJAXEnabledWebSite4' Application. -------------------------------------------------------------------------------- Plz help me. I Editted template in Gridview, Also I attched an Imagebutton with the template but the problem which I am facing is like below. Server Error in '/AJAXEnabledWebSite4' Application. -------------------------------------------------------------------------------- Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true"> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
-
Edit Template in GridviewI want to edit template in gridview. how can I place an icon in a template, and then how to use it. The problem with me is that i am placing gif or png image file, which does not show any property. so how can i make my own icon from these images.
-
Windows CalcHow can i start windows calcultor from a java code...
-
Saving Forms to an XML file or .txt filepublic void saveAnswers() { try { FileWriter fw = new FileWriter("Questions.txt"); PrintWriter pw = new PrintWriter(fw); pw.println(textBox1.getText()); pw.println(textBox2.getText()); pw.println(textBox3.getText()); pw.println(textBox4.getText()); pw.flush(); } }catch(Exception e) { System.out.println(e); } }
-
java servlet - error HTTP 500 - java.lang.nullpointer exceptionWhich MSOffice you are using. And r you sure that you have selected the correct driver type.
-
Changing ConnectionStringThanks Bro. I do it..
-
Changing ConnectionStringThanks Bro. I solved the problem...
-
Changing ConnectionStringYes it works for username sa and password abc... The time I am including new queries with adapter it shows data correctly. Also if i click on any adapter to preview data it works...
-
Changing ConnectionStringI don't remember the exact thing, but the time i was adding the first adapter on dataset file, they ask me to exclude password for some security reason. and i excluded the password at that time.
-
Changing ConnectionStringBro I created a DataSet file. I added adapters on it. but when i trying to connect with the data base, the error is looks like this.. Login failed for user 'sa'. I have another database connetion which connect sucessfully but i have added the password in the connectionstring.
-
Changing ConnectionStringI have created DataSet, and through adapters I wannt to connect with the data base.. but due to connectionstring it prevent me to connect successfully, because the password is not in the connnectionString . Now I want to change the connectionString from Data Source=BaharAli-PC;Initial Catalog=Radiology;User ID=sa to Data Source=BaharAli-PC;Initial Catalog=Radiology;User ID=sa;Password=abc So plz help me, how can i do it.
-
TypeAheadbut plz tell me once more time, i need it.
-
TypeAheadOk.. But i think my message is overset.
-
TypeAhead [modified]Yes I understand.But bro this is not the case. the problem is only with TypeAhead control.... Have you ever use this control?
-
TypeAheadPlz help me if any one can. How I can get Text From TypeAhead Control. I am using Visual Studio and developing my project in Asp.net using c#. like i am using String str = TypeAhead1.Text; but always null value is returned.. Simply on postback i want to show the selected text on label1. Plz send me code.
-
Handle two calendar in an asp PageAre you have placed the two calender controls on separate pages?
-
TABPAGEprivate void onclicktab(object sender, EventArgs e) { label1.Text = tabControl1.SelectedIndex.ToString(); }
-
Handle two calendar in an asp PageIt's work fine, when i am using two calender Controls from Asp Controls.. are you want asp calender controls.