ms

MS AJAX Library 4.0 Sys.create.dataView

One again Microsoft poor documentation has left me confused. I am trying to use the new features of the .NET 4.0 framework. I am using the following code to populate the Title and Director but it keeps getting blank. The service returns the result correctly like [d: { title = "ss, director ="" } something like that but the li never g...

Saving formatted text from richtextbox

Hi, Is there any way, to save formatted in database from richtextbox? I've got richtextbox and some parts of text in this are bold. string s=richtextbox.Text obviously doesn't work. And If I can get this formatted text how to save it in Ms Sql Server 2005 ? ...

Microsoft Charts and AJAX

The data that's required for the charts to be drawn comes from an AJAX call (PageMethod call) and the chart needs to be re/drawn after the PageMethod call is completed. Is it possible to redraw the MS chart from JS without using the UpdatePanel?? ...

MOSS 2007 central administration - cannot connect to the configuration database

I am unable to access Sharepoint Central Administration. I installed MOSS 2007 successfully on Windows Server 2008 (IIS7 and SQL Server 2005), I launched the admin and got "Cannot connect to the configuration database" error. Application pool is using NetworkService account which has access to SQL Server. I can access the configura...

Linking individual queries in a unbound listbox in ACCESS 2007

I have created a unbound listbox. I have the box showing a list of queries I want the use to be able to select. My problem is I don't understand how to get the submit button to select the currently selected query and run it. So how do I link the submit button to the listbox and have each item in the box submit its own query. ...

MS Word Macro - Numeric field insertion with automatic calculation at end of page

Hi, I am trying to duplicate a feature that exists in Multimate (Ashton Tate) word processor. Yes, the one that hasnt been supported for 20 years! If I can duplicate this one feature I can get all the users off MM and onto Word. The documents they create are billing documents. they consist of a descriptive paragraph of any length o...

Calling Page Methods of UserControl/Page using MSAJax

Hi all, Is it possible to call usercontrol methods/events using MSAJAX. I wanted to update my usercontrol by calling one of its events when a property from its parent page changes. Thanks ...

MS Access Draw line around detail section that can grow

This really shouldn't be hard, I just can't figure out how to do it. I am making a proposal report that needs to have a border around it. The problem is to get the vertical lines on the side. I can't figure out how to get a line to grow and shrink based on the height of the detail section. I have used Crystal reports and sure wish Mic...

Online form that outputs a word document and/or a pdf?

I created an online form in HTML, I need the form to output to either a word document or a pdf. Is there a client-side javascript or app that can help me with this? ...

MS Access: Order of Events in event ApplyFilter (ADP Project)

I'm having problems with the execution of ServerFilterByForm in Access 2003 When I apply the entered filter it returns the requested data but after it appear on screen (Form) it disappears. Don't know why this is happening Does anyone had the same problem? How can it be solved? Heris is part of the code Private Sub Form_ApplyFilter(Can...

Quetion for tangens re MS SQL Server and Select for update

Hi Tangens, Did you find a way around the select for update limitation for MS sql server? I need the exact same behavior as what you were looking for and was wondering if you found something. ...

What happened to MS AJAX Library 4.0

I started to use the ms ajax 4.0 client library during the beta stages(the client template bits) and since I have upgraded to vs 2010 rtm I wanted to update my ajax code as well but I can't find anything about the library in the official rtm bits. Has it been completely replaced by jquery? ...

How to make an access database where both users with and without an ID number can make a transaction

I am trying to create an access 2007 database that allows staff that already have ID numbers to make a transaction and also other guest users who do not have ID number make a transaction. What is the best way todo this in access? A transaction involves taking an item out of inventory. Therefore if one a user (staff or external) has an it...

SCRUM + MS Project Server

Looking for free solution which integrates MS Project Server and SCRUM daily meetings. Any suggestions? ...

Synchronise structure of multiple database

Hi, I have 2 database: production and to test. Production should have the same fields and tables like testdatabase. is there any software, or script to show difference between this two databases? ...

How to count no. of Cells in MS Excell depending on their Fill Colors

I want to count the no. of cells in a row or column based of their background colors, e.g. how many are Red background, how many are Blue etc in a range of cells ...

XBAP partial trust and Microsoft Office

I need to open a MS word document on the disk from a XBAP in partial trust. Is this possibly at all? I have the word doc on the server. Just getting it on the local disk is that possibly. Would a work around be to have some HTML link or web page in the XBAP, s the user could right click and save as. ...

unknown data encoding

Hi, While i was working with an old application with existing database which is in ms-access contains some strange data encoding such as 48001700030E0F465075465A56525E1100121D04121B565A58 as email address What kind of data encoding is this? i tried base64 but it dosent seems that. Can anybody with previous experience with ms-access co...

MS Access keeps prompting for Login

For some reason when i try and create a new MS Access database(.mdb), i get prompted for a login/password even if the database isn't protected. Any ideas as to how to get rid of this? Note i'm using MS Access 2007. I tried to add a password to database by going into "Database Tools", "User and Group Accounts", "Change Logon Password". ...

SQL Server 2008 on a separate machine is very slow

We have an application which gets the data from a MS SQL database residing on a server in the headquarter over an internet connection. Now the problem is that the data is pretty large which makes the query to take large time to transfer the data from the head quarter to the client. Does SQL provide anything method to speed up queries i...