Thanks a lot. I will look for webservice now.
Do good and have good.
Thanks a lot. I will look for webservice now.
Do good and have good.
Thanks for your reply. The problem is the file path. How should i read the file from network which doesnot create any rights and permission issues. I want to read the file from the system where it is stored and my exe can be on any system in the LAN.
Do good and have good.
I am developing an application in C#. The application is deployed on 3 machines. The database is at the single machine that is server. Now when i save an image from system 1, it saves to the directory of system 1. When i access the same image from system 2 it gives error. It does not show because it try to pick image from its own disk. I do not want to save the image in database as a blog. I want to store image in directory and want to access from any system where my windows application is deployed. Any suggestion..............
Do good and have good.
I am developing an application in C# and using richtextbox. After formatting the text when i select all the text it gives exception given below: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at RichTextEditor.Editor.ucEditor.rtbDoc_SelectionChanged(Object sender, EventArgs e) in E:\MDCENTERWINAPP\Editor\ucEditor.cs:line 841 at System.Windows.Forms.RichTextBox.OnSelectionChanged(EventArgs e) at System.Windows.Forms.RichTextBox.WmSelectionChange(SELCHANGE selChange) at System.Windows.Forms.RichTextBox.WmReflectNotify(Message& m) at System.Windows.Forms.RichTextBox.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Any Suggestion...............
Do good and have good.
I want to open a child pop-up window from the parent window but i want cursor remain in the parent window e.g if there is a textbox for name and cursor is placed in this and after sometime a pop-up opens then the cursor should remain in the text area. Any suggestion............
Do good and have good.
I am posting data to another site using header in php. it works fine from my local machine but when i deploy the application to the international server, it does not work. Any suggestion.....................
Do good and have good.
select substring(columnname, 1, charindex('@', columnname) - 1) from tablename
Do good and have good.
You can use COALESCE function of sql server for this purpose.
Do good and have good.
I have a database having names in urdu(datatype of column is nvarchar). Now i want to convert them to english. Could anyone help???
Do good and have good.
I developed a site in asp.net 2.0. It works fine in IE 6 and 7 but does not display images correctly in IE 8 beta. Any idea.........................
Do good and have good.
I want to show a dicom image file in asp net 2.0. Can anyone provide some help.......
Do good and have good.
Its compare validator
Do good and have good.
Thanks, Yes you are right. It is written mistakenly but i think it conveys the concept.
Do good and have good.
Why not you try this: com.CommandText = "UPDATE tblUsers SET Password='" + this.UserName.Text + "' WHERE UserName='" + this.txtPassword1.Text + "'"
Do good and have good.
Select * from YourTable where datediff( day, YourColumn, Getdate()) < 8
Do good and have good.
select dateadd(day,30,columnname) from tablename
Do good and have good.
Try this Insert Into Test2 values ('09/22/2007'); and check the data in database.
Do good and have good.
select * from tablename where columnname = 'sometext'; Please tell what is "Values" in your query? It must be the column name in your table on which you want to find the sometext.
Do good and have good.
You have to give table name in select statement and if you want to search sometext from multiple tables, you should use multiple querires for multiple tables.
Do good and have good.