I am using same user name and password login for a user on two web applications (one in .net 3.5 and other in java 1.4). Both websites are using different database on same server.For maintaining user
I\'m working with some C++/CLI code (new syntax) and am trying to declare a generic type and want to set a member variable to it\'s default.
Ihave a table which has a column \'CompanyID int not null\' and its default开发者_StackOverflow value is set to 10. Now I want to write a query which will alter this default value to 1. How can can I
I have a number of columns in my database that were originally created as smalldatetime and that really need to be datetime.Many of these columns were created with the DDL:
I have a button that I want to开发者_如何学Go make default, but without the border thing around the button. Is this possible to do?
I have a set of XML files that I am processing with an XSL transform. They have a default namespace, so my XSL transform must contain the declaration:
I am creating a style that changes a ControlTemplate of a Button (it actually adds arrow on the right, so that the button looks like dropdown button (which is missing in wpf)).
I was writing this little piece of code as an exercise in object-oriented programming. Here I\'m trying to define a house as a list of rooms and each room as a list of devices (lamps, for example).
i need scriptin jquery / javascript that make the specific site as the homepage in the browser, i need it compatible for all browsers , if that possible .
I\'m curious if it\'s possible to use .htaccess to serve up a default image when a particular image is requested that doesn\'t exist (note: only image-requests should raise this behavior). I know I co