littleton.1's Q&A profile
SQL Server SQL Server Mobile 's cryptographic algorithm?
Its arguments only describe :the database is encrypted with 128-bit encryption. But which cryptographic algorithm ...Show All
Windows Forms ToolBar Flicker problem
Dears, i use windows user control using C#, that contain a toolbar. after build windows user control i used it in web application (<Object ......>) the problem is when user move to links (mouseover) the toolbar will flicker, i need to solve this problem please advise yes i use this method this .SetStyle(ControlStyles.DoubleBuffer, true ); but dose not work, i dont find any property name Doubl ...Show All
Visual Studio 2008 (Pre-release) Querying endpoint where client is connected
Hi This might be a dummy question, but i can't find how to do it.. In the service side, i want to know in which available endpoint the client is connected. I want something like OperationContext.Current.CurrentEndpoint :) Is there any chance of getting this data txs in advance Here is a possible solution: http://dotmad.spaces.msn.com/blog/cns!C80755B282552DEE!111.entry _c11_blogpart_blogpart=blogview&_c=blogpart#permali ...Show All
Visual J# List of All J# Browser Controls from Different Iframes
getAppletContext().getApplets() method does not return all the J# browser controls when controls are in different iframes. I run the page not from a server but directly from local disk from the same directory. This is an important widely used standard feature and it works fine with java applets. I just tested it with a iis server, and it is a no go. It seems like you have a bug in getAppletContext().getApplets() ...Show All
.NET Development SQL Connection Problem
Hi, I have an ASP.NET 1.1 and MSSQL 2000 installation hosted with the same provider. Normally, I have no trouble connecting to the database, but roughly once per day, I get an exception train that starts with a 'General network error'. Mysteriously, this usually seems to happen at roughly the same time each day. My connection string and the code causing the exception are given below (values replaced by 'X'). I am sure you will agree, they are ...Show All
Software Development for Windows Vista TransactionInDoubtException
Source: System.Transactions.TransactionInDoubtException: mscorlib Text: The transaction is in doubt I'm getting the following error is a very specific circumstance and I don't understand why. I've got a single unavoidably long running transaction (~90mins) that I run from a .net component against a SQL Server 2000 database. If I invoke my component from MMC.exe (COM based root) I'll often (eventually) get the above error message. However, i ...Show All
Smart Device Development How to implement multiple row selection in datagrid?
Hi, Im trying to implement a multiple selection control, but as the data source is a Datatable im unable to find any suitable control. The datatable contains product codes and product names, some of which will be selected and added to another datatable, datagrid in .net cf does not support SHIFT+select or CTRL+select all it supports is multiple selection if you drag the stylus across the row headers, that to only once. the list view is jus ...Show All
SQL Server Install
I just installed sql server 2005 express and everything seemed to go well. However I only see the configuration tools under program files in the start menu. Any suggestions would be appreciated. Thanks! Hi David, SQL Express is newer than MSDE 2000 and offers some improved functionality, but if you want to use the older version... I would go for MSDE 2000 SP4 since that is newer than Release ...Show All
Visual Studio Formatting Negative Currency
I'm trying to display negative currency in a report as ($3,123), but the best I can do so far is -($3,123). I'm using the following expression to format the textbox. =iif(Fields!Daily.Value < 0, "($#,##0)" , "$#,##0" ) Any suggestions Set the textbox to =Fields!Daily.Value. In the properties window for the textbox, on the format tab, set the format code to "C0". The curre ...Show All
Windows Forms How to programmatically change a bound combobox
I'm having an issue where my bindingsource isn't being notified when I update a combobox programmatically. Because of this, it won't save the value properly when it comes time to push the values to the sql database. Here is a snippit of code I'm working with: this .items_tblBindingSource.AddNew(); sent_to_DeptComboBox.SelectedIndex = 0; When I set textboxes or datatimepickers in the same manner, they all get updated properly when ...Show All
Visual Studio Team System bissubscribe error
I am trying to follow the Continuous integration sample on Buck Hodges website ( http://blogs.msdn.com/buckh/archive/2005/09/19/471347.aspx ) minus the actual project building. I am interested in the event notification so that I can capture the changes and email out the diffs to my project manager. When I use bissubscribe I get the following error "Object reference not set to an instance of an object". I am not exactly sure what thi ...Show All
Windows Forms No real world ClickOnce samples out there?
Maybe it's related to license restrictions for a beta product, but... ...I'm able to see zillions of working Ajax applications over the net but not one real working sample of a ClickOnce smart client application! I do have framework 2.0 on my system. Is there any other missing component to effectively try the technology All I see are zip files to be tried in Visual Studio 2005: that's not what I want. I just need to test the process of an ac ...Show All
Microsoft ISV Community Center Forums excel vba
Dim rng As Range Dim rngSelect As Range Set rngSelect = Selection For Each rng In rngSelect.Rows Selection.Offset(2, 0) = rng.EntireRow.Select 'need to add each modified range to selection Next rng I want all modified ranges to be selected in code Hello MarcusLCox How about building an array of range addresses as you go through the For Each - Next Loop Or you could build a string that has the addresses, and ...Show All
SQL Server Setting Report Data Source Credentials Programmatically?
Hello, I've been working on an application that uploads an RDL to Reporting Services (through the SOAP webservice method CreateReport) programmatically. I'm having difficulty setting up the data source properties for my uploaded report. In particular the Data Source Credentials property. The datasource for my report doesn't require credentials. By default after I upload the report to Reporting Services, the Data Source Credentials propert ...Show All
SQL Server Changing login permissions
I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I hav ...Show All
