rpisipati's Q&A profile
Windows Forms WebService tickets
Pardon me for being stupid but here goes anyway. When you view in a browser the file dataservice.asmx you can see the web services page. When you click on a link you are prompted to enter a ticket value and any other parameters to make the code function. Well just what is the syntax for enterring this ticket Thanks Charlie the syntax of the ticket is a string. run first the authservice.asmx and you will get the ticket from it. copy paste it and insert it forwards.. IsoKake ...Show All
SQL Server SQLCLR no Database projects in VS2005 projects list -?
I'm wondering if something went awry when I installed VS2005 B2 standard edition, or do I need to download and install a different version I did the full install except for J# and mobile tools, if that makes any difference. If I need some other version of VS2005, which one I'm using XP SP2 and SQL 2005 B2 Developer Edition. I have MSDN subscription, so downloading another version is acceptable (but a pain). Thanks in advance for any advice! Thanks, Niels. I should've remembered that... we probably talked about it at Guerilla SQL 2005. Thaks for the link to your blog ...Show All
Windows Forms Windows Media Player Like Interface...
Folks: Most windows applications that I have built or seen look like the traditional drab and dull Office style applications (no offense to those who love them). However, I just downloaded the new Windows Media Player v9 and I love the interface. Are there any special controls/capabilities when designing such an application I am able to put togethe&nb ...Show All
Visual Basic Is this a good way ?
Hi, I am developing a vb.net application which access a SQLServer DB's table to Edit some fields based on the user selection. For Example:- Say the Table is:- Employee --EmployeeID --EmployeeName --EmployeeSalary To edit this table in a form i did this steps:- 1. In the form LOAD event i read whole table (only ID and Name) and put names in a combo box and ID in a HIDDEN listbox to track the User selection.- like:- ' conn done here Dim cmd As New SQLCommand("SELECT EmployeeID, EmployeeName FROM Employee",conn) Dim rdr As SQLDataReader=cmd.ExcuteReader() While(rdr.Read()) Me.lstEmployeeID.Items.Add(rdr.getValue(0)) Me.cmbEmployeeNames.Item ...Show All
SQL Server Using SQL Server 2005 as a front end to a SQL Server 2000 database
I really like the tools in SQL Server 2005. Especially the upgrade for Enterprise Manager/Query Analyzer, the SQL Server Management Studio. Is it possible to use the Management Studio against a SQL Server 2000 database without damaging it The database is still run on a SQL Server 2000 instance with SQL Server 2000 clients. E.g. could I run simple sql-statements like queries and updates against a SQL Server 2000 database with the 2005 SQL Server Management Studio Thanks, Klas YOu can do the whole administration 7 querying etc. with the managment studio against 2k database / servers. HTH, jens Suessmeyer. --- http://www.sqlse ...Show All
Visual Basic F1 Doesn't Search Online Help
I'm new to using VB 2005 Express 8.0.50727.42; previously I have only used VBA for OfficeXP (VB6, it seems). Fresh install of VB and Ihave not installed the optional MDS Express Library. When I press F1 on a built-in function in my code, lets say 'left()', I get the all too familiar screen: "You have chosen to use local Help only for Search and F1 results, and the topic could not be found in local Help. This error can be caused when..." So then I look up "left" in the index and I see "left$" and I get a table of function changes from VB6.0 " Programming Element Support Changes Summary". I scroll down this list and sele ...Show All
Visual Basic problem reading a double
I have a xml document, and one of it's values is a number in the format 1,5. And i need to insert in a excel cell that value * an integer, the problem is that when i convert 1,5 to double i got 15 instead of 1.5. I tried modifying the format of the number to 1.5 or replacing the , with a . but with no success. If i don't convert the number to double i got only 1. Now i convert 1.5 to 15 and then multiply it by the integer and then divide it by 10. It works, but it's not elegant, and the thing is that in the xml document i can have 1,5 or an integer, and in that case i can't divide by 10. So i need to compare the number in search of a , befor ...Show All
Visual Studio Tools for Office How to use CDO object with C#
How to use CDO with C# to access calender data from the MS Exchange server. if possible provide example.. Hello all; Ok, here is the story... CDO 1.2.1 is not supported or advised to be used under any .NET thread. Same goes for anything MAPI. Watch-out for third-party APIs which do this under the covers - they are not supported. CDOEX should work fine - set a reference to generate an interop from Visual Studio. Note that you want to set the reference to CDOEX with no references to ADO already set - if you have done this, close the project after removing the references and kill the cdo and ado interops ...Show All
Visual Studio Team System Error 1305
I am trying to re-install my Microsoft Office 2000 from CD and get this message Error 1305. Error reading from file: D:\PFiles|MSOffice\Office\Bitmaps\Dbwiz\TIMEBILL.GIF. Verify that the file exits and that you can access it. What does this mean and how can I correct. I'm afraid no one on this forum is likely to have an answer. I'd suggest trying a forum for discussing issues with Microsoft Office. ...Show All
Smart Device Development Pocket Explorer "Default" layout
I'm currently trying to write a CSS styled site that will behave nicely on the pocket PC. However, although my site works nicely in "one column" and "desktop" it looks terrible in "default". Does anyone know what it does for "default" Perhaps something to do with a fixed width DIV Sorry about that. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 for forums (you could post to one of the developer groups) ...Show All
SQL Server Is it possible to use T-SQL to create a user in Active Directory?
Is it possible to use T-SQL to create a user in Active Directory John, Not directly. T-SQL does not support the collections necessary to correctly populate Active Directory (i.e. Group Memberships, etc). You could in theory write a CLR Stored Procedure that creates a new user in Active Directory and then call the stored proc from T-SQL. What is the purpose of populating AD from SQL I might be able to give you some direction on other approaches. Larry Pope ...Show All
Windows Forms Problems inheriting a form with DataGridView on it.
Hi! I have a few problems with inheriting a form that has DataGridView on it. How to reproduce an error: - Create empty project - Add dataset and add one table to it - Create a new form called Form1 - Add DataGridView and BindingSource to it (set public access to both) - Link DataGridView's DataSource to your BindingSource - Create a new form called Form2 that inherits from Form1 - Add DataSet and DataAdapter from step 2 - Bind DataSource's DataSource to your dataset and set it's DataMember to your table - Overload form's OnLoad to fill the DataSet using your DataAdapter - Modify application entry point(Program.cs) so Form2 gets displayed ...Show All
SQL Server Server unresponsive after ALTER TABLE
Our SQL Server 2005 becomes completely unresponsive while processing ALTER TABLE commands on large tables. Management Studio and all clients are unable to connect to the server. Obviously, this is making it difficult to make schema changes on a production server. Is this a configuration issue, or a fact of life Seems like quite a weakness for an enterprise database server. WHere did you make the changes (gui), what did you change For SQL2k, in some condition perhaps changing a column to an identity value resulted in creating a new table, inserting *all* rows in the new one, then renaming the new crea ...Show All
Windows Forms 2 groupboxes & radiobuttons
Hello :) In 1 form, I have 2 group boxes. In those groupboxes, there are 10 radiobuttons: 5 in one groupbox, 5 in another. By default, it means I can have 2 radiobuttons selected at once. Is there any way to make it only able to select 1 radiobutton in the form Thanks, Klaidas PS: I'm using J# Hello Yes, you can handle this in the CheckedChanged events of the Radio Buttions, suppose that if rb1 is clicked , then in the rb1_CheckedChanged , set the checked property of other radio buttons to false. Hope this might help ...Show All
Visual Studio using crystal reports on the production server
I have developed a webforms project with reports on my laptop, and want to copy the project onto our production server. Do I need to install Visual Studio 2003 or Crystal Reports on our production server in order for the users to be able to view the reports Thanks Hello, You do not need to install Crystal Reports or Visual Studio .NET 2003 on the server to view or process reports. Please refer to our deployment whitepaper for further information: http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf.asp Keith - Business Objects ...Show All
