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...
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'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
I open another window (webform) from my main window. I suppress the toolbar and menubars for this second window. However my XP users seem to have problem .. thinking it is a pop-up window? Why? Is it because I suppress the tool-bar and menubar. It is still a webform ... not a pop-up!!!! Or am I...
Hi Guys:
OK ... I build complete ASP.NET apps with SQL Server backend ... and use html and aspx .. for my forms. My biggest probelm for my apps has been the UI presentation. Though I use tables and DIVs and datalist control to generate my menus and all ... I'm not always too happy with the UI...
Sending email works OK in ASP.NET app. However when mail is un-deliverable due to bad email address ... it is returned with everything EXCEPT the body of the original message. Unfortunately I need to see the message body to be able to act on this problem ..
Is there a configuration I an...
Suppose I want to update TableA (50 rows) with TableB (single row) .. where the COLUMN NAMES (about 80 columns) are the same for both tables .....
is there a way to avoid having to list all the columns I want to update .... say I want to update 60 "contiguous" columns in TableA ... do I have...
I'm in the market to get a new laptop to do my ASP.NET development work. I've seen some Dell laptops priced attractively ..but with the Celeron processor .... I believe the Celeron processors do not have the Math co-processor like the Penitum processor. So I'm not sure if the laptop will run...
I created a scheduled job called (MyExtract) .... Then later SQL Server was re-named ..... The job then failed to run .... I created another (NEW) similar job (MyExtract2) .. This second job runs fine .... However the previous job still RUNS and fails!!! I tried to delete it in the SQL Server...
I've created my own order pipeline and I can send the total amount to PayPal for payment .... but I also have my customer's credit card information already ....
Supposing my customer is not a PayPal subscriber .. how can I just pass the Credit card info to PayPal for processing ... without...
Can you encrypt an enitre SQL 2000 database? I understand say hashing a password column in a table but can you encrypt the whole database ... say if someone hacked into the db ... they will not be able to see sensitive data?
I am using a Datalist control as a Menu ..with choices of DeparmentID to select from .... using the ASP Hyperlink control.
It works great! ... However when a Department link is clicked I want it to open a NEW window instead of replacing the current window ... Am I using the right control i.e...
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.