AdrianMorris's Q&A profile
Windows Forms Binding a control to DataRow.RowError or DataRow.GetColumnsInError
Is there a way to bind a control's error property to the RowError or GetColumnsInError property of a datarow I tested the binding I created using the advanced databinding builder in the IDE I mentioned above and it does not work.& ...Show All
Visual Studio Tools for Office .net COM Add-in for Excel - cannot find Extensibility Projects
Hi I have installed Visual Studio Tools for Microsoft Office after installing vb.net and Microsoft Office 2003 respectively. I cannot find the Extensibility Projects folderin the Other Projects folder. Please would someone help. Thanks Murray Which version of Visual Studio Tools for Office are you using (2003 or 2005), and which project template are you looking for ...Show All
Windows Live Developer Forums Windows Messenger alert with JavaScript
Hello, Are there any resources how to trigger a messenger (windows) alert from JavaScript Something like OWA does when IE window is minimized and a new message arrives. Thank you. Sean You can get all the details on how to use Messenger Alerts by downloading the Alerts SDK. http://signup.alerts.msn.com -Scott ...Show All
SQL Server sql server 2005 auto number property
Hello I have a table with two columns. First column is type and second column is ID. ID column must be unique and I want to give values in ascending order to the new records. For example first record's ID is 1 ,second one's is 2 ... How can I do this in sql server 2005 Hi, did you have a look at IDENTITY This generate an "auto-number" based on a start value and an increasing value. HTH; Jens Suessme ...Show All
.NET Development XML and Datagrids
Hi I'm trying to read an xml file and show results in Datagrid (the normal one in Windows Forms). The xml schema shows me that there are several tables (not related) and one table PSC5 which has 18 child table. I'm using ReadXml function throught a dataset created at the runtime. The data grid shows me tables only from PCS5 table and its child tables, but not the other one. My code is simple as: Dim ds as new dataset() ds.ReadXml(" ...Show All
Software Development for Windows Vista Pageflow Engine
I have looked at some of the available samples for using WWF in a ASP.NET application. I am looking for a page flow application sample where an aspx page will pass data to the workflow and based on the rules, workflow will pass back the next page to render. I am using beta 2.2 version. In one of the post, I saw that MS is working on an page flow engine. Is this true and can we look forward to this Thanks Anandan. ...Show All
Windows Forms ComboBox Data Binding Question
I am creating a "learning" app. I have successfully connected to Sql Server 2000, created a dataset containing a single table, "mytable" with several columns. I am trying to bind this data collection to a combo box cboPlantId&nbs ...Show All
SQL Server MSDE distribution - old version
Now that slq2005 is out can we still distribute MSDE 8.0 or do we have to move up to 9.0 sql express Please include links on subject if you happen to have them. Thanks, Dave Probably get more answers over in the setup & upgrade forum: MSDN Forums SQL Server SQL Server Setup & Upgrade Joe ...Show All
Visual C# reading file properties
how would I go about reading file properties like file name, ect... thanks In the 2.0 Framework there is also the: public static string[] GetFiles ( string path , string searchPattern , SearchOption searchOption ) method. That will let you avoid writing a recursive function by specifying AllDirectories (as opposed to TopDirectoryOnly) for the searchOption parameter. ...Show All
.NET Development Jump while reading XML file
hi.. im reading a XML file using XMLTextReader, after reading some contents i want to jump back to first statement og the XML file...Is it possible .if yes plz help me out.. thanks i have the same trouble like you, because the XmlTextReader is forward only and readonly. may be somebody could he me ...Show All
Visual Basic overwriting in a text file
Hi! I have the following problem - I have a text file called Settings.txt in this form: some data... [path]c:\mypath\blahblah\ some more data... Now, I have to overwrite this text file so that it can contain another path. Simple, but complicated :) Of course, the path I need to insert is inserted from the application, and it's a string. Anyway, the result should be something like this: some data... [path]c:\new ...Show All
Visual J# Easy Question: Accessing Textbox
Hello, Sorry for the newbie question. I am writing a .aspx page and need some help. I am writing a function between <script> tags at the top of the page. My code is in J#. My function will retrieve data from a database and post them into existing textboxes on the page. My problem is accessing the textbox. I don't know what method to use in this framework to access and write to the existing textbox. Any ideas I know in VBscript, the method ...Show All
SQL Server How to retrieve data from query and link the data to a data number?
i'm doing a project on SQL Server 2005, i'm stack in searching the data and can't link the data in the data number.. can someone help mi with the programming code as i can search for the words in the table but i can't link with the data number.. first thing is how to search the keywords from the tables Second thing after u search the result ,how to link the result to a number related to the result ...Show All
.NET Development Multiple network access
Hi there This will probably be alittle long winded so please bare with me. I'm using C# .net 2 and SQLExpress. I want to write 2 pieces of software. The first is a scoring app that will run on 3 laptops all connected via tcp to another computer that has the database and another app that I will write. The app on thge laptops will allow judges to click on buttons to score points for the participants. Each button press will gene ...Show All
.NET Development Problems with modifying records from Database (VB.NET)
Hi all, I am a student learning ASP.net now. I need help with the problems that I am facing with editing and deleting records from the database (created Microsoft Access). Currently, my .aspx page is able to retrieve and display records from tables in the database. However, as part of my school assignment, I also need to be able modify the data, i.e to add, edit and delete records, and that is when the errors occurs. Whenever I try to c ...Show All
