131 Posted Topics

Member Avatar for genzoman

First, I would give all your Divs a unique id, and the easy/tedious way of doing this would be to list every div you want hidden, and set them to hidden using javascript, then set the visibility of the ones you want shown. Create one function that hides all of …

Member Avatar for genzoman
0
2K
Member Avatar for Fortinbra

Right now we're having an issue with SQL, it's currently using 1.7GB of memory, and with the size and usage of our application, this isn't always enough. The server it's on is a 32 bit Windows Server 2003 Enterprise Edition, with 15.9GB of RAM. Is there any way to break …

0
67
Member Avatar for moone009

I used this on the adjacent column in excel to generate my insert commands. the phone number needed reformatting for SQL, and I needed to test the characters to determine type. After you put this in the top cell of the adjacent column, you can fill down, provided all data …

Member Avatar for Fortinbra
0
101
Member Avatar for Fortinbra

Anyone have any recommendations for a source or version control software for team development that isn't visual source safe(my boss hates it with passion). We're currently looking into Team Foundation Server 2010, I know it's the replacement for VSS, but my boss doesn't know that, yet... Any other recommendations that …

Member Avatar for divin757
0
331
Member Avatar for arthcarrigan

It may be an IIS configuration issue, IIS handles the networking aspect for ASP.NET, I'm not sure what exactly the solution would be, but that's where I would look first.

Member Avatar for arthcarrigan
0
151
Member Avatar for dr.ammu

Nope, because I think that Pdfs can't contain video, or at least they couldn't last I checked. It is possible to convert video to the iPad's format .mp4 for view directly on the device.

Member Avatar for dnanetwork
0
68
Member Avatar for musman007

I'm currently working on 4, using the book for 70-515. There are quite a few differences between 3.5 and 4, but from my experiences, most people assume that if you know 4, then you know 3.5 already too. My company only use 2.0 still, and we're trying to convince the …

Member Avatar for dnanetwork
0
186
Member Avatar for gspeedtech

From my experience, if you find a way that works, go with it until it quits working. Then worry about fixing it. It's not a bad thing to want to do things the "right" way, just be careful not to create too much work for yourself.

Member Avatar for Fortinbra
0
234
Member Avatar for choudhuryshouvi

When determining profitability, you need to take into account several things, how much overhead there is on the dealer side, how much the dealer pays for the vehicle, and how much customer pays the dealer for the vehicle. Estimates would show this: What dealer pays (a), what customer pays (b), …

Member Avatar for choudhuryshouvi
0
132
Member Avatar for cris651

You could try using JavaScript to grab the (X,Y) coordinates of the mouse cursor at the time the user clicked on the row, then set your properties relative to that point.

Member Avatar for Fortinbra
0
147
Member Avatar for Snehal_Fating
Member Avatar for Fortinbra
0
34
Member Avatar for filch

A potential solution to your problem that I've seen some websites do is to do a browser check, and if it's a browser you know it won't work it, then disable the page, and put up a prompt telling the user to use a different browser. Most common form I've …

Member Avatar for filch
0
115
Member Avatar for bops

Try using Server.MapPath, especially if you're in a hosted environment. If you're not hosted, and running on a machine that you have admin rights to, you can create a shared directory, and connected to it using a hard coded absolute path to it's UNC path. (Ex. "\\ServerName\SharedDirectory"

Member Avatar for bops
0
121
Member Avatar for komyg

I am unaware of any version control software that keeps track of database items. Being as stored procedures are compiled, I would say it's nearly impossible. You could however, keep track of your scripts to create stored procedures in each of your apps and list them as being part of …

Member Avatar for komyg
0
288
Member Avatar for thundervenk

If you want to limit your audience to windows users, then a client side app would be the way to go. Otherwise ASP.NET with either an XML or SQL data store. For front end, you could do a Silverlight app that connects to ASP.NET web-service for data, or package the …

Member Avatar for Fortinbra
0
861
Member Avatar for Fortinbra

I have a large folder of word 2003 files (200+). I need a way to make sure that every file ends with the exact same characters. Some of these files already end with this characters so I cannot duplicate the ending. What I need is that every file, after it's …

Member Avatar for Fortinbra
0
136
Member Avatar for mrjimoy_05

It's labeled c# but on codeplex there is a facebook sdk for .NET however it does have a few steep usage requirements.

Member Avatar for Fortinbra
0
130
Member Avatar for Fortinbra

I'm designing my own custom case that will have all air inside the case being filtered. Does anyone know where to get a high powered fan that generates as little noise and static charge in the air as possible? After completion I'll share all specifications and pictures with whoever is …

Member Avatar for Fortinbra
0
114
Member Avatar for kathymac

That's the first time I've seen CSS code split up by property, instead of by object. Another thing to look at with layouts like this is the clear property. [CODE] #header,#footer {width:100%; clear:both;} [/CODE] This will force the headers and footers to be on a line by themselves. Anything before …

Member Avatar for Fortinbra
0
123
Member Avatar for studentoflife

If you can create users through your app, why do you need the admin tool? Me personally, I don't much care for the Admin tool, and just made my own pages within my sites to maintain users. 4 Guys from Rolla has a really neat tutorial for an Admin logging …

Member Avatar for Fortinbra
0
238
Member Avatar for game4tress

Looking at your site, one way you could optimize would be to transition away from using tables as extensively as you are. If you use Div tags with the Float and clear css properties set correctly, you can gain the same effect. Removing redundant code would help too. I would …

Member Avatar for Fortinbra
0
75
Member Avatar for WASDted
Member Avatar for happygeek

First and foremost, I loved the article, I don't get to see much good Apple press around anymore. Second, to all the Apple haters, you have opinions, as does everyone else. If you're going to speak negatively about a product or company, please, I beg of you, base you speech …

Member Avatar for GarrathE
4
713
Member Avatar for Dieselvod

May I ask why you're changing hosting companies? Does the web developer host locally, or is everything done with an external company?

Member Avatar for Fortinbra
0
40
Member Avatar for melisko

Traditionally, I've always used the document.getElementById('Element ID') method of retrieving a value from a text box. Then I would test to see what was put in that box, and if I didn't like it, throw up an alert and clear the box out, then set focus to said box. You …

Member Avatar for melisko
0
165
Member Avatar for Fortinbra

In an effort to give back to the community, I'd like to start writing tutorials. I'm just not sure what topics to start with, or what topics are generally needed. I'd rather not duplicate a topic already covered on other tutorial sites, but I know I could put a different …

Member Avatar for Fortinbra
1
224
Member Avatar for Fortinbra

I have a suggestion for marking threads as solved. This may be available already, but I don't know how on here to do it. If we could mark a specific response to a thread as the solution, I think that will help people find answers to common questions a little …

Member Avatar for Fortinbra
0
192
Member Avatar for muze

If you already know the HTML to play the wav file, you can insert a literal string containing hard coded HTML, and just concatenate your variable in containing the path to the wav file. If you wrap the whole thing in a AJAX update panel, you can achieve an almost …

Member Avatar for Fortinbra
0
246
Member Avatar for coervivekmca

What server side technology are you wanting to use? There are several tutorials out there for ASP.NET. The MSDN blogs have one that I've used in the past.

Member Avatar for Fortinbra
0
90
Member Avatar for armageddon11

Free CKEditor my company uses it, though we abbreviate it lovingly "fcked" But it works nicely for what we're doing, which is working with Word documents.

Member Avatar for Taywin
0
252
Member Avatar for Nitin Daphale

Also, you could wrap all your text in <p></p> tags, as they automatically get a newline between them and any other objects. When I've done things like this, I set up an HTML template via code, and just input variables into the template, then sent it.

Member Avatar for Fortinbra
0
177
Member Avatar for arshalan

The likelihood that you would be able to actually take an existing idea on the net, and create a new service or company to compete with the existing giants is highly improbably. Not saying impossible. Now, if you were to have a new, never been done before idea, that a …

Member Avatar for Momerath
-3
412
Member Avatar for barriegrant1

If all your values are present at form load, then you don't need to do this in code behind. just set the url on the link on your .aspx page to being ./product_details.aspx?CategoryID=<%= (Convert.ToInt32(Request.QueryString["CategoryID"])).ToString() %>&SubcatID=<%= (Convert.ToInt32(Request.QueryString["SubcatID"])).ToString() %>&product_id=<%= (Convert.ToInt32(Request.QueryString["PRODUCT ID TOGO HERE"])).ToString() %>

Member Avatar for Fortinbra
0
288
Member Avatar for Fortinbra

I need help troubleshooting a performance issue. I have a stored procedure that is selecting from 3 joined tables, and is hanging on the first time this procedure is running. Sometimes hanging so long that I get a timeout error. After the first run, it's faster, but still takes longer …

Member Avatar for Fortinbra
0
110
Member Avatar for MII

Find a project or create a project that relates to your field that you are interested in, and work on it. I've graduated with a degree in Web, and a degree in software engineering. When I was in school I started working on a custom web application to help the …

Member Avatar for Fortinbra
0
146
Member Avatar for Fortinbra

I've been using DaniWeb off and on for a few years now, but this is the most active I've been with it. I realized today, that out of my numerous postings and replies, I've not yet introduced myself. I go by Fortinbra everywhere I can online. Even my PSN(playstation network …

Member Avatar for AndreRet
0
106
Member Avatar for Netcode
Re: IIS

Which version of Vista are you running? Side Question, Windows 7 has been out for over a year now, why are you using Vista?

Member Avatar for Netcode
-1
93
Member Avatar for jrivera

This can be done relatively simply using JavaScript and CSS. As far as the differences, I would define them as follows: Slideshow would take up a majority of the viewable page, and automatically transition from image to image on a set timer. A gallery would allow you to view multiple …

Member Avatar for jrivera
0
186
Member Avatar for Excizted

I've seen a need for something like this for awhile, and I bet there are plenty of programmers on here that would be willing to take a crack at making a custom app to do this. Actually, I'd be willing to do it, even make it open source. Dropbox does …

Member Avatar for Fortinbra
0
112
Member Avatar for Fortinbra

In the last few years, a number of new technologies have popped up, died, shifted, etc. DaniWeb here has kept up with the changes, and I am grateful. There is a new technology though that has, to my surprise, actually taken off, and is making a name for itself. I …

Member Avatar for Fortinbra
0
250
Member Avatar for ayoitzrimz

Do you have any side projects or ways to donate your time? While I was in college, I volunteered with the high school marching band for the high school I graduated from, building a complete management web application for them. I asked the band director to write me a letter …

Member Avatar for chrishea
0
313
Member Avatar for Fortinbra

I'm curious. I've been taught when is the proper time for XML, and when it's better to use SQL. I know what the text book says about it, what does the IT real world say about it? When would you use SQL vs. using XML?

Member Avatar for griswolf
0
97
Member Avatar for Jay Johengen

In your web.config file, keep two different connection strings stored, then just change which one is being used based off of your environment. At work, we have 3 tiers to publishing our sites, development, pre-production, and production. Each one has it's own database server, so we simply keep 3 connections …

Member Avatar for Fortinbra
0
132
Member Avatar for shajan.lnt@gmai

The div tag that you want centered need to have a defined width, then set the margins to auto. I would surround your two divs that you want centered, give this new div a definite width (no percentages), then sit it's margins to auto. OR if you're not concerned with …

Member Avatar for Fortinbra
0
656
Member Avatar for Fortinbra

I'm having an issue where my ASP.NET application stops returning search results, feigning a javascript AJAX error. The search functionality works 99% of the time. When investigating the problem on the server, IIS appears to be working just fine, but when I look at the log files, they are dated …

0
59
Member Avatar for NewASPNETDev

Don't forget that the machine.config file exists, which is your global config for .NET, most commonly referenced in ASP.NET literature, as the global settings used in IIS for ALL ASP.NET apps on that server. The only time you ever really want to alter this file is if your running on …

Member Avatar for Fortinbra
0
303
Member Avatar for nat06

Make sure your accessing the data in the correct column, gridviews will often contain extra, empty and unused columns that don't get rendered on the browser.

Member Avatar for nat06
0
205
Member Avatar for Fortinbra

I have an existing application that sends a word document to the browser via a UNC file path and uses JavaScript to simply open a new browser window using said path. This doesn't work in Word 2010, because of a change in the method used by Word to open the …

0
80
Member Avatar for nice_candy

What you have as an example would theoretically work, you just need to change the permission on the method. Instead of Public, make it private or protected.

Member Avatar for Fortinbra
0
129
Member Avatar for Asim Javaid Far

Is your windows user account an administrator account? from what I see, it's saying you don't have the proper user permissions. your windows account isn't setup as your sqlexpress admin, or it's not setup as a user in SQL at all. You can try using the sa account, or try …

Member Avatar for Fortinbra
0
250

The End.