| Thread | Last Post | Replies |
|
| Return Dataset after Executing Stored Proc | 19 Nov 2004 00:41 GMT | 1 |
Hi. I know how to use a SQLDataAdapter to execute a query and return a dataset. For example... SQLDataAdapter.Fill(DatasetInstance, "StoredProcName/TableName") But could someone please give me an example of how to execute a query and
|
| GC and event handlers question | 18 Nov 2004 22:45 GMT | 2 |
Let's say I do the following: Object A lives "forever" and periodically creates instances of Object B. Object B triggers events, that Object A registers for immediately upon the creation of Object B.
|
| Pushpin on Toolbox causes Visual Studios to hang!! | 18 Nov 2004 21:51 GMT | 5 |
If I have a windows form (System.Windows.Forms.Form) open and I push the pin on the toolbox to keep the docked window open, Visual Studios 2003 pegs the processor and basically hangs my computer. I have to kill the program, reboot the PC.
|
| using research pane | 18 Nov 2004 21:08 GMT | 5 |
Does anyone know how to use the research pane in Word/Excel to monitor the word a user is currently typing in order to do something useful with that information (e.g. check to see if the current word is a certain name and then display some information about that person in the ...
|
| Adding Crystal Reports to Setup and Deployment Project | 18 Nov 2004 20:39 GMT | 1 |
I created a Setup and Deployment project for my ASP.NET app. I added the Primary Output and Content Files, but when I came to install it on my client's machine the Crystal Report files (*.rpt) weren't included. Do they have to be added manually?
|
| Open .rtp file | 18 Nov 2004 20:29 GMT | 1 |
I need some helpl and this is probably going to be a vage question because I am not even sure how to ask it. I have form made with vb. On that form I have a CrystalReportViewer1. I have made a CrystalReport1.rtp file. Now what I need to do is have a way to open the .rtp file ...
|
| Method calls don't exist? | 18 Nov 2004 19:09 GMT | 4 |
Driving me nuts. Web page calls a function in a different class library that is to return a string. Inside this function, I create a string, give it a value, then try to do a
|
| Autoincrement in XML files | 18 Nov 2004 19:08 GMT | 2 |
Hi All, I have an xml file which is constrained to a schema Part of the schema shown below: <xs:element name="ID" type="xs:int" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" />
|
| Asychronous WebRequest | 18 Nov 2004 18:28 GMT | 1 |
I have some httpwebrequest code in my vb application which works great for loading large files form my web server virtual directory. Since I need the results of the web request before I can really proceed, I don't mind waiting for the data to complete loading before continuing ...
|
| Error when attempting to export Crystal Report as PDF document asp.net | 18 Nov 2004 17:32 GMT | 3 |
Error when attempting to export Crystal Report as PDF document asp.net. I get the following error. Error in File C:\DOCUME~1\W2K-AD~1\ASPNET\LOCALS~1\Temp\temp_512d88ae-f721-4860-a57f-2eae219dc1c4.rpt:
|
| look for Printing/Report Tool | 18 Nov 2004 17:30 GMT | 5 |
Hi, I'm looking for good printing/reporting tool that customize base on user need, like add more columns to report(design at run-time) for the products that we make? Any recommendation?? Thank you
|
| How to examine the first 32bits of a string in vb.net | 18 Nov 2004 17:30 GMT | 9 |
I am working with a thermal printer that returns it's status in a string. In vb6.0 I would use the MidB,AscB functions to examine the first 32 bits. What can I use in vb.net to do the same.
|
| ASP.NET Equivalent of FolderBrowserDialog | 18 Nov 2004 17:27 GMT | 1 |
I've used the FolderBrowserDialog control in Windows Forms many times, but is this control available in ASP.NET webforms? Thanks.
|
| transaction problem | 18 Nov 2004 17:20 GMT | 7 |
Hello I'm trying to run this code but i get an error: "Object reference not set to an instance of an object. " Can somebody help me? Thanks
|
| Rotating Labels | 18 Nov 2004 14:13 GMT | 2 |
I apologize if this is a stupid question but I have searched everywhere for an answer and can't find any suitable answers. How do I rotate labels on a form? I need to rotate them 90 degrees counterclockwise to help facilitate the printing of sticker labels but I cannot figure out ...
|