April 27th, 2006 07:22 AM
Hi Gurus,
I am very new to the C# progamming.
I have web application which has menu item. when selecting a menu item , comob box in the page is seen over the menu bar.
This issue is happening...
January 4th, 2006 06:38 AM
Or else
You can use a trigger to update the second table from inseted table
January 4th, 2006 06:11 AM
I beleive it is same as sqlserver
http://www.connectionstrings.com/
January 4th, 2006 03:32 AM
Yes it works thanks :thumb:
January 4th, 2006 01:12 AM
I am getting an error for adSchemaTables
January 4th, 2006 12:38 AM
thanks it works
is this working in ASP??
January 4th, 2006 12:05 AM
Hi All,
How can I get the list of sheets of a given excel file
January 20th, 2005 01:18 AM
Hi gurus,
how can i get a confirm message box which give yes no buttons in a web page
January 3rd, 2005 05:23 AM
Hi all,
I was asked to develop software where users should be able to send SMS in which they ask for the ringing ID, and system should be able to send the rining tone back to them.
I am very new...
December 12th, 2004 09:39 PM
I need to give a feature to users to sort the listview.
By clicking the list view header it should be sorted.
December 6th, 2004 02:55 AM
search this forum there are plenty of readin and writing to the registry functions.
But do not write just plain number in to registry. there are tools which can be ditected the registry entry.
...
December 6th, 2004 02:51 AM
Hi gurus,
Is there any way of writng and reading ms word doc to sql server table fileld and retriving it.
October 3rd, 2004 11:22 AM
October 3rd, 2004 05:26 AM
How can I access global variables and function in my VC++ applications
Thankx in advance
September 20th, 2004 11:19 PM
Are u doing the both developments of exes'
if so u can use shell command
September 20th, 2004 07:16 AM
Will this do ur work.
Adodc2.CommandType = adCmdText
Adodc2.RecordSource = "SELECT * from qryInterests1 WHERE [Gender] like '%" & Gender & "%'"
Adodc2.RecordSource = "SELECT * from...
September 20th, 2004 06:56 AM
Sorry for the delayed reply
yes there is no problem of using if
but replace " with '
September 20th, 2004 06:43 AM
This might help u
http://www.kbalertz.com/kb_189678.aspx
good luck :thumb: