Behzad Karim's Q&A profile
.NET Development i m begginer in vwd2005 and would like every scholars here to give there best tutorials to me please
please please please please please Here you can find some tutorials: http://samples.gotdotnet.com/quickstart/aspplus/doc/default.aspx http://aspalliance.com/articleViewer.aspx aId=144&pId = http://www.15seconds.com/focus/ASP.NET.htm http://www.dmxzone.com/ShowDetail.asp NewsId=12429 http://asp.net/ http://www.google.com/ Rgds Rodrigo ...Show All
Windows Forms how do i do this?
row field1 field2 field3 field1-guid field2-guid field3-guid i need to display another value from another table using the guids. something similar to combobox usage, with displayvalue and valuemember. example of my grid display as now: eb72d29c-045a-4650-83dd-cefb991ebe1c ca101 1/1/2001 CT10 Cheque 1.00 ZAR FORWARDER m555 e06e6dd2-c886-4a8f-8d85-2508dc2c13e5 49f1b0ea-7ddb-443a-9253-5adc03acb726 0a7d2981-a4e1-4a61-9c75-14ad1515b6d2 the first column is my pk, so it will be hidden. the other guid displayed are all fk in a table called bill and should display amount. ...Show All
Visual Studio Team System Database Validation Rules
I see built-in database validation rules that can be used with webtests. My quick try to use them the way I use the other validation rules failed, I get an error "DatabaseFieldValidation Validation Object reference not set to an instance of an object. Column=TestColumn, ExpectedValue=Test, WaitTime=15, Retries=1, DatabaseServer=servername". I could not find any document which explains them, can anyone direct me to the documentation or any idea on why I get this error Can these be used with Webtests that test webservices Here it is - < xml version="1.0" encoding="utf-8" > <TestCase Name="WebTest1" Id="51e3d301-be9b-4b62-9f82-11f6be950467" Owner= ...Show All
SQL Server Format measure from milliseconds to HH:MM:SS
Hi, I have a measure that contains milliseconds, I want to display it in the HH:MM:SS format. How to specify the format string please help. Regards Vijay R Hi Vijay, This thread from the public SQL Server OLAP Newgroup discusses some approaches: http://groups.google.com/group/microsoft.public.sqlserver.olap/msg/37b9ae771bc762bc >> microsoft.public.sqlserver.olap > How to format & display a measure which is in seconds to HH:MM:SS This MSDN link discusses FORMAT_STRING options for cube measures: http://msdn.microsoft.com/library/default.asp url=/library/en-us/olapdma d/agmdxadvanced_2aur.asp This earlier post shows how to format hh:mm:ss http ...Show All
SQL Server Grouping on ISNULL SP
I use the folliowing SP in a report in which i group by categorydescription: SELECT ISNULL(categorydescription,'No category indicator code') as categorydescription, AccountMV, AccountFeeLY, ISNULL(company,'other') from snapsraw where branchstate = @state and (monthend = @date) problem is it doesnt show the isnull value for categorydescription in the group table, its just blank ...Show All
Visual Studio Express Editions LAN messenger??
Hello All, Was wondering if anyone knows how to use VB Express to create a messenger type program, the easiest way i can think of is to use the NET SEND command which already exists then its just a case of reading the system logs Is this the easiest way or is there another Basically we all whizz net sends around to each other all day in my office and it would be cool if we had a little app to manage them. Thanks for your help! A problem with using NET SEND is that some systems have the messenger service disabled because of that dang annoying popup anytime someone decides to bug you... instead, you might want to look into writing your own or starting from someone else’s code. As there are plenty of way ...Show All
Visual Basic BackGroundWorker and the RunWorkerCompletedEventArgs
I'm using the BackGroundWorker to do some file copying, and everything seems to work except none of the arguments in RunWorkerCompletedEventArgs are getting set. If I cancel the operation, the worker.CancelationPending property is set to true, so I can detect the cancelation while I'm in the midst of copying files and I can back out of the operation, but when I get the RunWorkerCompleted event, the arguments do not indicate that the operation was canceled. I could define a global boolean for when the Cancel button is pushed, but I wonder if I could be missing any error messages in the EventArgs. Am I missing something about how the BackGroundWorker functions, or is there some property for the BackGroundWorker that needs to set I've ...Show All
Visual C# Fetching Microprocessor specific information
Greetings I need to fetch microprocessor specific information (brand, temperature, usage etc.) programmatically. Is it possible while I am using .NET. Any ideas on how to do this. Soon helpful replies will be appreciated as I have to start this ASAP. Thanks. Ali probably this link helps you http://groups.google.de/groups q=cpu+temperature+dotnet ...Show All
Visual FoxPro VFP Preprocessor Problem
i have probelem with VFP9 preprocessor ! i would like to define new statements syntx to the language. i want a replacement for #command statement (like in Clipper lanaguge) , any helpful idea Greetings, This functionality is not exposed that I am aware of. You cannot write new preprocessor statements yourself unless you happen to have the source code for the VFP Compiler (which as far as I know is only held by Microsoft). ...Show All
Windows Forms .NET platform
Hi everybody, what should i do to make the .exe a GUI that i have designed work on a pc where the .net platform is not installed thanks in advance for ur help That is just not posible, you need to have framework installed. You can create a setup for your app that will include prerequisity for .NET Framework that will help your users to download the framework from microsoft. ...Show All
Visual Studio Tools for Office VSTO Seem Broken After SafeGuard Easy install
I was forced to install a product by the name SafeGuard Easy (a whole disk encryption system) on my development PC at work and since them I have been unable to run my VSTO excel projects. SafeGuard Easy evidently has some kind of issue with Visual Studio 2005 as I was required to removed Visual Studio before SafeGuard would install. After SafeGuard was installed, I was able to reinstall Visual Studio, its service pack and VSTO 2005 SE but now excel addin projects do not launch. As far as I can tell, the addins for excel simply are not loading. The new() method in the code behind is not firing but there are no error messages either in excel or Visual Studio. 1) I've looked at the security settings for excel and they seem correct 2) I've lo ...Show All
SQL Server Can't drop SQL Mobile subscription at Publisher
I have a program running on Pocket PCs that synchronizes with a desktop SQL database using SQL Mobile. My problem is that I can't delete old subscriptions from the publication; now the publication has 25 subscriptions and won't accept any more (limit of SQL Workgroup edition). I can delete non-SQL Mobile subcriptions just fine. Running sp_replmonitorhelpsubscription provides this information: subscriber: LVCONTACTSMERGE - 5FA305234F0C subscriber_db: Program Files\PocketLVContacts\LVContacts.sdf publisher_db: LVContacts publication: LVContactsMerge So I set up this bit of code: USE LVContacts EXEC sp_dropmergesubscription @publication = 'LVContactsMerge' , @subscriber = 'LVCONTACTSMERGE - 5FA305234F0C' , ...Show All
Visual C# Where is add Main Menu?
Hi, The tutorial says, add Main Menu from the components, but I see no Main Menu there. Is that because the tutorial is an older version I have Visual Studio 2005. Thanks. Beatrix, you are right, the tutorial is probably outdated. The MainMenu control was available in VS2003 and was replaced by MenuStrip. You can still have MainMenu in your toolbox: just right-click on the toolbox, select "Choose Items..." from the context menu, and then select MainMenu from the list. Two simple suggestions: 1) Since the two controls aren't that different, try MenuStrip first and see if you can go through the tutorial anyway without cluttering your ToolBox with an obsolete component. 2) A lot of things changed with C# 2.0. E ...Show All
SQL Server Rowediting does not work?
Hi there, I am not sure if I am right within this forum but it's worth a try: I try to build a GridView and receive the data from SQL Server 2005 - if I implement the source within the .aspx-file it works fine to make the rows able to be edited ( < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" ConnectionString =" <%$ ConnectionStrings:ACUConnectionString %> " SelectCommand ="SELECT * FROM [Access_level]"> </ asp : SqlDataSource > But if I try to implement the datasource within the pageload nothing happens on a edit-click. Therefore I implemented an event onRowEditing but now I do not know how I make the fields editable Hopefully you know a solutio ...Show All
Visual Studio Tools for Office Table.sort method generating error
Hi all, I want to sort a table in my documnet on second column which is a numeric column. when i use table.sort method it gives me the following error: Parameter value was out of acceptable range at Microsoft.Office.Interop.Word.Table.Sort(Object& ExcludeHeader, Object& FieldNumber, Object& SortFieldType, Object& SortOrder, Object& FieldNumber2, Object& SortFieldType2, Object& SortOrder2, Object& FieldNumber3, Object& SortFieldType3, Object& SortOrder3, Object& CaseSensitive, Object& BidiSort, Object& IgnoreThe, Object& IgnoreKashida, Object& IgnoreDiacritics, Object& IgnoreHe, Object& LanguageID) here is the code for sort method object ExcludeHeader = false ...Show All
