Hei .. I'm a heavy .NET programmer! I used tek-tips for my previous major projects! I'm generally not happy with myself with the front-end or user-interface designs.
What courses or other front end tools do you recommend? .. Flash programming? My apps are mostly database centric with financial...
I have been developing with ASP.NET in enterprise applications .. and stuff ... my main problem or feeling of inadequacy has been creating the user interface (UI) to look very professionl.
Webforms (with CSS) though OK don't cut it I think ... in terms of a professional user interface.
What...
thanks ... I will try it later .. but does this mean that cbB is only checked when cbA is checked, right? (i mean not just clicked)
when cbA is UNchecked say, nothing happens to cbB, right?
Hei:
just curious .. supposing I couldn't get the server to start .. could it have been possible to delete the bad database without starting SQL Server ....
Of course I know I could dlete the .MDF and the .LDF files .. but will that then cause SQL to bye pass having to restore the database when...
Hmm ....
On subsequent reboot again .. that user database started ...
the error log said something like
Analysis of the database 'baduserdb..' is 100% complete!
and SQL server started.
It appeared analyzing that database was what caused it to hang ... I'm going to have to delete that bad...
Guys ..
The same thing happened again this morning ...... this time after rebooting the server SQL still will not start ..
... in the services panel .. the status is "Startting" !
however I cheked the errorlog.1 as mrdenny suggested previously... and it looks like the problem is it could not...
OO gosh .. I rebooted again .. and this time it seems to have started OK! .. must have been some job or procedure that caused it to hang previously ... thanks for the hint though .. I was wondering the syntax or procedure to start it manually!
Say I have an icon bitmap .. on my desktop ...
Can I set properties for it to launch a website say
http://www.mysite.com
....
In the properties page ....
I set Type of file =icon
Opens with (Internet Explorer)
when I click OK I get an error ...
A filename cannot contain any of these...
i have a web service that works fine when you test it (the web methods that is) from a browser.
we have a vendor windows c#.net app that connects to this web service and connects fine to this web service also for most of our clients.
recently however one of our clients run into a problem with...
I have a .NET site say (www.SiteA.com).... and another department (www.SiteB.com) have their own site .... (classic ASP)
Once a user has already been authenticated from SiteB .. I want them to be tansferred later to me site SiteA. Normally I already have authentication for SiteA if one is...
How do I generate "INSERT into TableA Values(1,2,3)" statements from a given table.
I need to generate insert statements for all the records in one table .... and go to another server machine and insert them into a similar table using SQL Query Analyzer.
DTS is not handy to connect the 2...
I think I found a solution
SELECT SERVERPROPERTY('productversion') , SERVERPROPERTY
('productlevel') , SERVERPROPERTY ('edition')
'PRODUCT LEVEL' returns
The level of the version of the SQL Server instance.
Returns:
'RTM' = shipping version.
'SPn' = service pack version
'Bn', = beta version.
I'm trying to fing out what version/service pack is currently installed for SQL2000 .... so I run
select @@version
Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service...
How do youu build drop down menus in Flash .. I've seen some menu samples but they are just top level menu items ... I want menus to drop down when you HOVER over the top level menu item ....
Is there a way to do that or are there any sample projects to look at?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.