Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .NET Solutions: 451 - 475 of 4820
 
I want my strong named assembly installed in the GAC using the post-build event in the compiler settings. I can use the following command line listed below if I had VS 2005 installed however,...
Experts I need to bind a dataset to a crystal report then i need to export that report to PDF.  How would I accomplish this? Thanks
Hello, I have used SqlCommandBuilder and datatables in the past to copy data from one database to another. In all these cases, the column names have been an exact match. But now I have a ...
I'm trying to insert a new row into a table in a SQL server.  I am new to this, so I'm guessing I'm probably missing something real simple. Here is the code.  It throws a System Error excepti...
i have a groupbox which has some controls like combobox and text box.if i make a selection from the first combobox all other controls should be populated.for that i am using binding source con...
VB.NET Windows Application If someone clicks on a pixel on a screen how can the pixel color be read e.g. in Mouse down event Is it possible to access the screen as a bitmap? i.e. copy a ...
hi all i have 2 number one will be enter on admission and the other on discharge. i need to calculate the difference between these numbers and then show it in a percentage and help wo...
I have a form view with a check box list and several bound textbox fields.  The form views datasource is a strongly typed dataset based on stored procedures in a sql database.  The datasource ...
I have a TableAdapter and try to run an update command with a parameter: UPDATE    caseRights SET          caseID = @caseID, userID = @userID, RoleID = @RoleID, LastUpdate = @LastUpdate W...
I am using form.close() after saving a form's data and then closing the form.  The problem is this returns a closereason argument of userclosing, so does clicking the X on the form. How can...
I get this error when trying to login to my .NET app. Cannot open database "Referral" requested by the login. The login failed. Login failed for user 'Referral'. Here is my connection s...
my problem is now that how to save selected items(records) of gridView in dataset.and then again i have to put that dataset in session.and on cleck even i have to call dataset which is in sess...
I know this issue is very common, so I read bunch of articles and tried many things, but still no luck. I have a web application in VB.NET that is using Excel Automation. This setup succes...
I am looking for input about the "best" .NET Profiling tool(s) for both performance profiling (i.e. perf tuning, bottleneck detection, etc.) and memory profiling (i.e. leak detection, footprin...
I need some article explains exactly the differences between dotnet frmaework 1, 2, and 3? I searched in google but I couldnt find great one. Why when I download  dotnet framework 3 it comes...
Why doesnt this work: Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify...
For the same of code readability, I've created an Enum for Cycle Type: Public Enum CycleType  Unknown = 0  Full = 1  Partial = 2 End Enum However, I just got a new requirement that t...
In VS2005 C# winforms ADO.NET: I have a DAL and I want to insert a new record to a tabe that has an identity column. If I add it first to the dataset the identity num might be different from...
Good Day: I have an 8 digit numeric string value that needs to be padded with zeros such as when the user enters 444 in a text control. It should be padded with up to 5 zeros as 00000444 an...
With a normal combobox, you can decide whether to 'Limit To List' or not. Also, the combobox will normally appear blank until a selection is made. I would like this same behavior in a datagrid...
Hello, I have a VB.NET Web Application created using VS.2003. I am playing with Excel automation. My application worked fine for past 2-3 months, but for some wierd reason stopped to work ...
I am trying to read and write dBase files via ADO.NET. The following code is able to open and read a dBase database if the MDX file is NOT present but always fails if the file is present.  I h...
dataset.table(tableName).rows.find(findKey) returns a datarow this is all well and good if you want the actual information in that row however i need the numerical value of that row. is it pos...
I have populated a Dataset from a DataAdapter by passing a sql Statement. now I want to add a new row to the DataSet. The code is as follows :         ' Creating Data Adapter of MS-SQL ...
When I press the enter key in a textbox it does not trigger the keydown or keypress events.  The operating system is windows 2000 SP 4 and I have .NET 1.0 and 1.1 both with hotfixes installed ...