I have called a leave event for a a text box and in it called another buttons event 开发者_JAVA技巧named Retrieve button. so now I just want to check in this retrieve button event weather the text box
I am using Visual Studio 2005 [ASP.NET/C#]. I added Script Manager, UpdatePanel and Content in the master page. This Content tag encloses the contentPlaceHolder of the Master Page.
I have a .NET compact framework program that has my CE device open a socket to my PC over the USB cable\'s ActiveSync connection.Everythin开发者_开发问答g works fine, except when I\'m trying to use a
I am using Visual Studio 2005 Professional Edition. I have a Crystal Report on which one column contains hyperlink values coming from a stored procedure. When the user clicks on any of these hyperlin
In a MySQL table, I need to have two fields \"StartTime\" and \"EndTime\". My requirements are: If I do StartTime - EndTime, I need to get the time elapsed (when I subtract them I need to get time
I have a menu with multiple DropDowns. I added code but at present, it entirely resides in the code-behind file. I want to use any design pattern to handle in an easy and uncluttered way the variety
I need help with some things regarding windows form validation: closing form using standard form closing button (X) triggers validation of all controls.
I have asp:DropDownList control which i want to display data to user who don\'t want to click on 开发者_开发技巧it.
I\'ve got this file: <?xml version=\'1.0\' encoding=\'UTF-8\'?> <feed xmlns=\'http://www.w3.org/2005/Atom\' xmlns:app=\'http://purl.org/atom/app#\' xmlns:media=\'http://search.yahoo.com/mrss
I am working on .net 2.0I am populating a Grid View with multiple textboxes. The textbox has text change event. There is also a button with click event. The problem I am facing is that when the I ente