Hi,
I am fairly new to .NET and completely new to ASP.NET. I recently completed a project and want to check it into SourceSafe to keep track of updates. Do I need to check in just the .sln and .suo files? Or do I need all the .aspx, .vbproj, .etc. files? Or both?
Whatever someone else...
Hi,
Dumb question, but how do I tell what version of the .NET framework is installed on a windows server 2003 machine? I go to start->control panel->add/remove programs and nothing is there. Also the same with asp.net.
Thanks alot, any help is appreciated.
Paul
Hi,
I am trying to distribute my ASP.NET application to my webserver, but I keep getting an error saying the webpage cannot be found whenever I click a link to it. Is there a certain version of IIS that I need to run aspx pages? It currently has IIS 5.0 on it.
Also, do you know if there is...
Hi, Is there any way to change label properties dynamically? Basically I have three labels: label1, label2, and label3. What I basically want to do is:
for i = 1 to 3
label & i.visible = true
next i
I know that doesn't work, but is there anyway to do something similar? I am trying to...
Hi,
What I am trying to do is make a webpage that hits a database, and makes a chart based on the data. The problem I am having is that it seems I can only hit the database on the server-side, but can only edit the chart on the client-side.
The only way I could think of getting around this...
I am creating an ASP.NET project, and what I need to do is have the user click a button, he is then prompted with a date, and then he is transfered to the correct page based on his input.
I am using VBScript to generate the input box, but the problem I am having is when I use "window.open" in...
Hi,
Does anybody know off hand which versions of .NET come pre-packaged with Crystal Reports? I know .NET 2003 and 2005 do, but I am using just VB.NET and can't find anywhere to add a CR object to my project. If not do I have to install it?
Thanks!
Paul
Hi, I am trying to write a query using SQL. I have two tables that are as below:
table miscdata contains: day, heatid
What I am trying to do is to get the number of heatids for a date range. I can get it to return the count of all the heatids for the range, but I need a row for each day in...
Hi, I am considering purchasing the newest crystal reports XI for my company, but never using CR before I have a few questions.
I need to buy the developers edition to design my own reports, right?
After they are designed, where do the go from there? Do I have to design an application or...
Okay, does anyone know if it is actually possible to modify the database window? besides adding groups? I just need some way to split it up for several users. Different tabs for different users would be nice.
Im assuming its impossible, but I just want to make sure before I start persueing...
Hi, In VB6, I have found a way to loop through a group of cells, starting with the first cell and going all the way to the last. Is there anyway to do it backwards? i.e. starting with the last and moving towards the front? My code is posted below.
Any imput is appreciated. Thanks alot,
Paul...
Hello,
I am currently using VB6 to automate word and generate a report. I use vb6 to open a report template that I have made, and then fill in the correct data (using bookmarks).
The problem I am having is that the document contains a chart that I need to modify, and I have no idea how to do...
Hi,
I am currently working on a script that generates a report onto a web page. Basically I read the data from a text file and generate 3 lines for a chart.
My problem is the chart sometimes takes over 2 mintues to generate. The first line on the chart contains over 6,000 points. But the...
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.