473,585 Members | 2,512 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
1,016
thread by: Matewis | last post Aug 1 '06 by: Matewis
Once you’ve populated a ComboBox with items and your AutoComplete – SuggestAppend properties are enabled the following is a problem. When you select an item where a duplicate item exists and you move the focus away from the control the first of the two items are automatically selected. I.e. If I have a ComboBox with the items “John”,...
0
851
thread by: sriram588 | last post Aug 1 '06 by: sriram588
i want the information whether there r any limitations for a datagrid.... i will be thankful for one and all for the solution yours sriram
0
254
IIS
thread by: asad.naeem | last post Aug 1 '06 by: asad.naeem
hi all does date change of the system affect the IIS? Bcoz as i changed the system date. it stopped updation. Plz guid me... Regards Asad
2
2,794
thread by: Frantic | last post Aug 1 '06 by: Frantic
I'm working on a list of japaneese entities that contain the entity, the unicode hexadecimal code and the xml/sgml entity used for that entity. A unicode document is read into the program, then the program sorts out every doublet and the hexadecimal unicode code is extracted, but I dont know a way to find the xml or sgml-entity equivalent to...
1
3,249
thread by: e_man_online | last post Aug 1 '06 by: Dave Sexton
Hi, I have a VStudio 2003 project that had code like: Private Sub frmAnyForm_Closing(<parameters list...>) Handles MyBase.Closing and this project was converted to .NET 2.0 Everything compiled and worked no warnings or errors are left, but I realized that the closing event in .NET 2.0 has changed to:
4
1,652
thread by: lindiwemaduna | last post Aug 1 '06 by: sasi_response
I want to concatenate values of two text boxes into one string but these should be separated by a space in the database table. i have tried all the following but twas not successful: Dim fullName as String Dim Surname as String Surname = String.Concat(txtSurname.Text, Chr(173)) --this one is meant to append an empty string to txtSurname)...
0
897
thread by: axas | last post Aug 1 '06 by: axas
How can i make a toolbar with Visual AssistX .NET after its installation? Thanks a lot...
12
5,890
thread by: Nathan Sokalski | last post Aug 1 '06 by: angurth
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 when I selected 'Publish Web Site' and selected a target...
0
798
thread by: Job Lot | last post Aug 1 '06 by: Job Lot
I have a VB6 application which I want to use in .NET application. I have created a public class in VB6 app which has following public method on it and compiled my VB6 app as ActiveX.exe Public Function GetFormFrameHwnd() As Long Dim frm As New frmCompany GetFormFrameHwnd = frm.Frame2.hWnd End Function
1
1,503
thread by: Larry | last post Aug 1 '06 by: Frans Bouma [C# MVP]
We are on VB.NET 2005 using sql server 2000. We are on the verge of a major application development project. We are looking for an application framework, We have looked at several, Mere Mortals, VBexpress and PDSA (Paul Sheriff and associates) application Framework, and R. Lhotka (CSLA.NET). But not many people have talked about...
6
1,367
thread by: David++ | last post Aug 1 '06 by: David++
Dear List, If I develop a Web Service in C# and upload it to my .NET server it is then very easy to use the Web Service in a .NET programmed client (i.e. C# win forms) by simply using 'Add Web Reference' and pointing to the url of the web Service. However, what if I develop a client in delphi or progress or Java? Is the WSDL all the...
2
2,105
thread by: MindReaver | last post Aug 1 '06 by: sasi_response
Hi, I shall explain the process in detail so that you guys can get to know what is the problem and give me a solution. i have to send emails to many persons in a single go. i need my mail to be a little personalised by letting the reciever of my mail show his name. eg: "Dear Thomas". so each person who recieves the mail should...
3
1,212
thread by: yasar.khan | last post Aug 1 '06 by: Boris Kolpackov
Is there any way we can replicate language "c" enum in XML schema? for example enum { GREEN =1001, YELLOW RED }
0
1,271
thread by: Mahesh BS | last post Aug 1 '06 by: Mahesh BS
Hello, I have developed a webservice using C# and exposed a web method as follow:
0
6,260
thread by: rascal_mon | last post Aug 1 '06 by: rascal_mon
I'm new with XML. Please give me some advice. I wonder there are any difference between XML that is automatically generated from ADO and XML file that shows in many textbooks. I found that the formats are a bit difference. At the begining of the one that is automatically generated from ADO is usually like this <xml...
1
1,019
thread by: Paul | last post Aug 1 '06 by: Paul Wu
I have simple web method like the following: public Person GetPerson() { return CreatePerson(); } When I compile the web service, it generates the following WSDL snippet:
0
977
thread by: catphive | last post Aug 1 '06 by: catphive
al.exe with the /version: flag seems to cause two extra null bytes to be appended to the end of the file version data in the manifest of generated dlls. Several other fields in the manifest seem to have a couple of null appended to the end. Is there any way to suppress this behavior? I have other dlls that have the same version data, but...
0
1,110
thread by: Ruta | last post Aug 1 '06 by: Ruta
Anyone working on VB .NET please reply I am developing a project which is similar to MS Paint. The only difference is that each tool has its own properties (like VB). By tool I mean line,arc,rectangle etc. which are used to create new image. I am able to draw all graphical shapes, but once they are drawn I am not able to select ,resize or...
2
1,504
!NoItAll
thread by: !NoItAll | last post Aug 1 '06 by: illium
I have a menu in my project and am trying to programatically change the checked property on one of the menu items. When I try: MainMenu1.MenuItems.Item("mnuBalloon").Checked = True It passes the intellesense syntax checker and even builds, but when I run it an exception occurs with the following error: "Object reference not set to an...
1
1,297
thread by: Siva | last post Aug 1 '06 by: Steven Cheng[MSFT]
I am new to ASP.NET. I want to publish a page on IIS. That page will accept the request pages from users and hand in that request to BizTalk 2004 receive port. Does anyone know how can I do this? Or any good website where I can learn this? I have no idea about how to make the asp.net page to talk with BizTalk. What kind of development tool...
2
2,131
thread by: Tom | last post Aug 1 '06 by: Tom
Hi, We have a web service (developed in C# framework 1) that run for some time on Windows 2000. Recently we upgraded it to framework 2 and run successfully on Windows 2000 and XP. However, we cannot run it on our new Windows 2003 box. The service runs and we can even instantiate it but then it dies point to NULL login object. ...
0
1,783
thread by: Jerry Bujas | last post Aug 1 '06 by: Jerry Bujas
I am constantly receiving the following link error: LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage I am using express edition of C++ (2005).. This error appears in a Forms Application after including a bunch of standard (unmanaged) C++ code files (about 30) into the project .
0
925
thread by: yasar.khan | last post Aug 1 '06 by: yasar.khan
Does soap lite on perl support schema location in import statement? Here is the example: <xsd:import namespace="http://www.extremenetworks.com/XMLSchema/xos/common" schemaLocation="common.xsd"/>
3
3,539
thread by: vivekian | last post Aug 1 '06 by: clintonG
Hi, Trying to place the styling properties of a datagrid in a CssClass. What would be the equivalent for 1. cellpadding 2. cellspacing 3. gridlines properties of a datagrid in CSS .
4
1,446
thread by: Mahesh_Bote | last post Jul 31 '06 by: Petrosoft
hi All, I am developing one page. I wants to add textbox at runtime. whenever i click the button one more textbox should be add on the page. Its working but only once. the value of the counter remaining always ONE. its not increasing, as i have increasing it. I m using ASP.Net using VB any help will be appreciated, Thanks in advance, ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.