Software Development Network Logo
  • VS Express Editions
  • Microsoft ISV
  • Visual Studio
  • Windows Live
  • Visual Basic
  • Windows Vista
  • .NET Development
  • Visual C++
  • Visual C#
  • Visual FoxPro
  • SQL Server
  • Windows Forms
  • Smart Device
  • Game Technologies
  • Architecture

Software Development Network >> MusaR's Q&A profile

MusaR

Member List

rclenzi
sydneyausguy
vjs8in
satyarup Siddhanta
flashg
Janga
Aldwin Enriquez
mattsshelton
Seshagiri
Clay Culver
Waleedead
Chris Cowherd
AlexB-007
Venksys
Robert Ham
precchia
Suraj R K
VImesh
kiran1234
MarkCooper
Only Title

MusaR's Q&A profile

  • SQL Server DateTime Parameter in URL

    Hi Group, How can I amend the following to pass the current date as the hidden parameter I tried Now() and Date() but this does not work <form id="frmRender" action=" http://Server1/ReportServer /Reports/Charts/Pie " method="post" target="_self"> <input type="hidden" name="rs:Command" value="Render&CreationDate"> <input type=" ...Show All

  • Visual C++ Unicode output to console

    Hello, What do I have to do to correctly output Unicode strings to the console in standard C++ using Visual Studio 2003 For example, to output the Cyrillic capital 'A', I'd like to: std::wcout << L'0x0410' << std::endl;   Unfortunately, this does not work and I get ANSI control characters instead. Requirements: 1. Pure Unicode, no mucking around with single-byte code pages. 2. As much standard C++ as possible. Thanks, Alex ...Show All

  • Smart Device Development capturing web form values in WebBrowser class .net compact 2.0

    I realize that .net 2.0 compact framework does not support the Document property in the WebBrowser class, which is the straightforward way to, say, detect whether a checkbox in a web from is checked.  I've tried what was suggested in http://msdn2.microsoft.com/en-us/library/ms229657 ; however, it doesn't work as advertised.  Even when I used the exact code snippets as shown, the Url property of the WebBrowserNavigatingEventArgs was nul ...Show All

  • Visual Studio Team System Dumb Question Dept - how do I "delete" a public build from the list?

    Scenario: I perform a team build as a "smoke" test and decide to mark it's quality as rejected. The team makes changes and the second "smoke" team build is successful. Since the changes are logged into Version Control, I don't  need the first build hanging around. How do I delete it There doesn't seem to be anything in the beta help or menus that is apparent on how to remove the builds. I can remove the folders from the drop site, but the ...Show All

  • SQL Server The media set has 2 media families but only 1 are provided.

    I made a backup of my database from ServerA (SQL 2000) and trying to restore it to ServerB (SQL 2005) and get this error below, even after configuring the log and data paths for the restore: TITLE: Microsoft SQL Server Management Studio ------------------------------ Restore failed for Server 'serverbname'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.0 ...Show All

  • Visual Studio Team System Reporting Services Error in Project Portal in TFS RC

    After creating a new project in TFS RC and doing a Show Project Portal..., I get the error in the IE web page: Reporting Services Error This report requires a default or user-defined value for the report parameter 'IterationParam'. To run or subscribe to this report, you must provide a parameter value. (rsReportParameterValueNotSet) Get Online Help This is in the Remaining Work section of the report.  I can successfully ...Show All

  • SQL Server Dynamically Positioning the table in the report layout

    HI , Is it possible to dynamically position the table in the report. i,e. I will have two table, first table will be displayed only if the query returns data, else it willl be hidden. When the query does not returns any data, then the second table will be displayed( which will have some text displayed). But my requirment is, both the table when displayed will be displayed from the first page itslef. Something like this, First ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX and Visual C# .NET Express???

    Hi, I'm trying to play around with DirectX and C#. I downloaded the C# Express edition, and the latest DirectX SDK. After installing the DirectX SDK, I tried to add a reference to my project for Microsoft.DirectX, but I couldn't find anything DirectX under the .NET tab. Then I went through the browse tab looking within the directory structure for the DirectX SDK, and couldn't find C# would reference to. I then browsed to the C:\Window ...Show All

  • Visual Studio Team System TFS Install failed!!!

    My installation failed and now I can't seem to find a way to remove TFS &/or repair the installation.  I am using Server 2003 enterprise, SQL Server 2005 CTP April, latest Sharepoint Services, have the necessary accounts and all required services are running. I installed this on a clean machine. One thing that might provide some insight is that I was unable to exclude SQL Server Reporting Services from Windows SharePoint Services m ...Show All

  • Visual Studio Express Editions Delete a textline containing a certain string from a text file .

    hello I am new to vb and i cant not seem to solve this problem .What i am tring to do is very simple . I have a simple form with a textbox and a button , i use it to add a line of code into a textfile. This works just fine . My problem is that i want to create a simple form that will delete a line that contains a certain string . i do not want to delete the whole file just a certain string . here is the code i use to add a line t ...Show All

  • .NET Development sql question

    Ok i have a really big file like 2 Gb.. and i want to insert it into database.. but i want to send chunks of data.. like 10 Mb and my Database has a column Data type image is there a possible way to add to that column i mean i put 10 Mb then add to those 10 Mb another 10 MB Try using the Offset property of the SqlParameter class: "The Offset property is used for client-side chunking of binary and string data. For example, in orde ...Show All

  • Windows Forms Connect to SQL Server 2000 through an ASP.NET Web Application

    Hi! I am going to connect to "SQL Server 2000" through an "ASP.NET Web Application". My development environment is "Visual Studio .NET 2003". In my "Toolbox" -> "Data", I drag a "SqlConnection" and drop on the page.& ...Show All

  • .NET Development HttpFileXfer failure

    I haven't exhausted all options yet to find out why it is not working but decided to post this question anyway. I am playing with HttpFileXfer which is one of the projects in DeliverySmartClient as part of the directory HTTP Communication Sample which in turn is a part of .NET Compact Framework Samples that I downloaded from MS websites. I've got two computers with Win2K on each. I am the administrator on both. They are physically separated ...Show All

  • .NET Development .NET 1.1 & SQLEXPRESS

    I am trying to access a SQLEXPRESS database which is hosted on the same machine as the web application. When I try from within my web application to connect to the database I get SQL Server Access Denied. I am running Windows Server 2003, which I can't patch to Service pack 1, becuase it can't be done remotely our server is in a datacenter. I have the .net framework version V1.1.4322 installed and working OK. I have SQLEXPRESS CTP April ins ...Show All

  • Visual Studio Express Editions help of setting up the enviroment

    i've a book called C# insider 2nd edition, in the begiing of the book, i couldnt run the HelloWorld.cs because it says cant find the commmand csc. (the book says to run CSC HelloWorld.cs in cmd, and it appeared this message.). the book says i need to set up something in "Environment Variables" i know that book was talking about C#2.0 and in .net Framework 1.1, C#.net 2006 is c#3.0 and .net framework 2. so im not sure how to set it up i ...Show All

©2008 Software Development Network

powered by phorum