creating an report aplication with a stored procedure
Tue, 13 May 2008 14:10:23 +0200
I am trying to create a report with the Report Viewer. There is no problem
when I use data from a table. But when I take the data from a stored
procedure I only get the headlines in the table. I think my problem is that
I don't know how to pass the parameters to the report.
Can anybody help?
Thanks in a ...
|
Change data source
Mon, 12 May 2008 13:16:05 -0700
I'm a new user to VS.
I need to change the data source for one value on a form.
The value is from another SQL database which was just created, there are no
other values on this web page linking to the new SQL DB.
Please help me link this page the the datasource and specifically change the
one value.
Than ...
|
Sending email
Mon, 12 May 2008 11:59:13 -0400
Hello all,
I am using the code below in on my own machine to send email and it works
just fine. VB console application.
When i tried to run the same program from one of our servers it doesnt.
There isnt even an error message generated.
A collegue told me that it is because this dll is using iis and it ...
|
How to filter with LINQ?
Sun, 11 May 2008 23:17:00 -0700
Hi,
I have a bunch of textboxes which might contain a value to filter, but may
be also empty.
I have a LINQ like so:
----
var someAdministrators = from a in db.ADMINISTRATORs
where XXXXX
----
how can I incorporate the variable amount of where clauses? this is a 2 ...
|
performance
Sat, 10 May 2008 22:45:29 -0700 (PDT)
When you are inside, you see a lot, I would say you can see to much
business and business mechanism, you are flowed with unimportant data,
you having too many things to care about and sometime you even don't
understand where this business is going. If you are a manager, then it
is not a problem, but if you are C ...
|
How to play a sound from a VC++ .NET window form program?
Sat, 10 May 2008 09:50:02 -0700
I want to play a sound to alert the user when some event occurs.
How do I do it from my VC++ .NET window form program? ...
|
Advice need to purchase vs 2008 and sql server
Fri, 9 May 2008 21:34:11 -0700 (PDT)
Hi,
I've just gotten a new computer and will be purchasing vs studio
2008. My first question is what the latest stable version/service pack
is.
I'm a programmer and I haven't had to deal with buying and using
versions of vs for a while. I've been looking at vendors and the range
for vs2008 pro is $19 ...
|
|
|
VB.NET and service
Fri, 9 May 2008 16:09:06 -0400
I converted code from VB6 to VB.NET (VS) 2003.
I noticed memory and handles where out of hand.
I changed all the file open and dir commands to streamreader/writers and the
dir's to directory.getfiles.
This helped but the application still slowely grows.
I have used the gc.collect and gc.waitforpending. ...
|
Design for high resolution monitors (120DPI and above)
Thu, 8 May 2008 23:47:00 -0700
Are there any published guidelines for developing .NET applications which can
run at DPI resolutions of greater than 96?
The default window scaling behaviour in >NET does not cope well with higher
and will position controls outside the display area of the window. There have
been a number of threads on this ...
|
Visual Studio not loading
Thu, 8 May 2008 14:04:32 -0700 (PDT)
I've been trying everything. I try to run Visual Studio and just get
the splash screen. I've tried running it in safe mode, I've tried
another profile, I've uninstalled and reinstalled it, I've checked the
event logs... nothing.
I really don't want to rebuild my computer. Anyone got any ideas on
even where ...
|