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

Software Development Network >> Anu Viswan's Q&A profile

Anu Viswan

Member List

Ken Hizer
dydoria
Rik Dodsworth
Craig Regester
Adak
Oliver Albrecht
Azathoth
Mussye
MVP User
VishalOnline
FKy
adtyerheryh
mcass
sam-pan
Drew Davis
luni
Riaan
SturnaR
Imre
Jean St-Arneault
Only Title

Anu Viswan's Q&A profile

  • SQL Server Having a drilldown report "go back" to original report

    Hi, I have a main/summary report which returns a list of records.  Each record on this main report contains a link to a detailed report for more information on that particular record.  That all works just fine.  But on my detailed report, I want to provide a button to allow the user to easily "go back" to the original report. I noticed that at the top of my detailed report is a toolbar, with icons to print, search, etc., so this s ...Show All

  • Windows Forms Changing Application-Scoped settings in 2005

    Application scoped settings are read only. However, this is not very practical in the real world, since application level information can change (new database server, deploying commercial applications, etc). Is there a way to make them editable within the Properties. Settings ...Show All

  • .NET Development Data Access problem

    My sql server enterprise manager is working fine with this database(HCVstat) In my VS.net server explorer can view this database(HCVstat) and query. When I run my C# web application I got error message"sql server does not exist or access denied", but this project work on other one machine. And vb.net web application works fine to other database on my machine. < add key ="ConnStr" value ="server=EXEC ...Show All

  • SQL Server AggregationFunction=NONE

    Hello, I want to use the AggregationFunction=None, but when I browse my cube, there are no data. Anyone ever use this aggregation function Thank you, Guillaume. Hi Guillaume, For a measure with AggregationFunction=None, you'll only see values at the leaf level cells of the measure group, unless you're loading non-leaf fact data. Furthermore, if there are multiple fact records for a leaf-level cell ...Show All

  • Windows Forms Problems with MIME settings at the hosting provider

    Hi, My web hosting company is www.brinkster.com and I have asked them to enable MIME type for ".application". After a short period of time, the extension was not recognized anymore (404 Page not found) so I have asked them to reenable the settings. This is what I have received from their suport: ------------------------------- Hello, I am not sure what has happened now but I have just reset the MIME settings for the ".application" extension.&n ...Show All

  • Visual Studio Team System Extraction rule

    Hi all, i'm new member for this group. I'm currently exploring VSTS. i want know about Extraction rule. Can any one plzz explain clearly. regards rekha The context parameter name is the name that the extracted value will be stored in the context with. The match attribute name is used to determine which tag to extract the value from. So if you page has 5 anchor tags and you want to extract the href value from one of the tags, you n ...Show All

  • Software Development for Windows Vista Delay Activity and ASP.NET

    I have a workflow that contains two HandleExternalEvent activities and a Delay activity all within a Listen activity. Obviously, when the Listen activity is hit, the workflow instance goes into an idle state. My intent is that if either event is not raised to the workflow within the specified timespan on the delay, an alternate path should be taken. The workflow never comes out of idle after the elapsed delay has passed. When I fire an event to ...Show All

  • .NET Development Is there a way to add a blank Item on data binded Combox?

    Hi all, Is there a way to add a blank Item on data binded Combox without adding new balnk row on the Table or new blank item on Arraylist Thanks. You can put this in the Page_Load: yourComboBox.Items.Insert(0, New ListItem( " ")) This will create a blank space in your Combobox. ...Show All

  • Visual Studio Express Editions Random Numbers again!!!

    Hi there, i think i have gotten into a bit of a fix... here is the problem: i have used the random obj to generate random numbers between 1 to 90. some times when the application runs, it picks a number twice. for example an output would be 2,8,34,2,67.... is it possible to make sure all numbers picked are only selected once that is if i request for 10 ranadom numbers, each 10 digits would be unique... this is driving me nutts!! ...Show All

  • Visual C# C# project always rebuild if Xml Documentation is set

    Under Visual Studio 2005 Beta 2, I noticed that the C# projets are always rebuild if the option to generate xml documentation is set (and this make all the projects that depend on the project to always rebuild aswell) . The following steps can create the problem I'm talking about: 1) Create a new "Class Library" C# project 2) Build it. It should build it (i.e. you see in the output "csc.exe ..."). 3) Build it again. It should not build it (ie. ...Show All

  • Visual Studio Express Editions Major new discovery: the Platform SDK's MFC source code can be built and used with VC++ Express

    As you all may know, MFC is not included with Visual C++ Express 2005.   You'd have to purchase VC++ Standard edition to get MFC. But the MFC source code (no binaries) happens to be included with the Platform SDK, in the folders: <installed Platform SDK folder>\SRC\MFC and <installed Platform SDK folder>\INCLUDE\MFC There are some make files in there (mfcdll.mak etc), but the main MAKEFILE an ...Show All

  • .NET Development Fail to load .NET 2.0 COM registered dll from Word with both .NET 1.1/2.0 installed.

    Hi, I'm having troubles convincing my Word macro that the COM component that I reference, should be loaded using .NET 2.0. I have registered the dll with regasm /tlb /codebase, which used to work fine in .NET 1.1. But now I have both .NET 1.1 and 2.0 installed and on executing the macro it's using .NET 1.1 to load the assembly, which fails. Word reports a very uninformative "Can't find file or assembly name bla" (HR 80070002). But checking wi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX GUI library

    Is there any developed GUI libraries, based on ManagedDirectX version, is it reasonable to do own one, and possibly to sell it, I mean UI that will be used inside D3D applications cehck on DirectSDK CustionUI exmple, I think they did the best to handle user\s input there + mixed it with navigation in 3d world, thanks ...Show All

  • Visual Basic Processing Serial Data

    I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All

  • Windows Forms creatign a dll

    Hi i want to create a dll file. I have this line in the command line  vbc /t:library /r:system.io.dll class1.vb And it tells me that could not find library system.io.dll. If i try to complie it with  vbc /t:library /r:system.dll class1.vb i get an error& ...Show All

©2008 Software Development Network

powered by phorum