I have an .aspx page that contains an <asp:Login> web control. For authentication, I have another class (MyMembershipProvider) that inherits the System.Web.Security.MembershipProvider class.
I\'ve create a method that gets the current page\'s assembly name and version so that I can display it in the page footer. It works just fine, but I\'d like to move this logic into a control that I co
I have a VB 6.0 application which contains some images inside a imagelist control. I want to know where these images get stored in the system.( bec开发者_Python百科ause I want to use these images in a
Given a textbox: <asp:Textbox runat=\"server\" id=\"txtAddress1\" /> This renders as something similar to:
I\'m using the YUI 2.7 library to handle a dual-slider (range slider) control in a webpage. It works great-- however, I wanted to allow users to switch the range values by Ajax-- effectively changing
I new to c# and windows form programming. Here is the problem i am trying to solve. I have to write an application that 开发者_如何学Pythonuses an multiple instance of an ActiveX control. Therefore,
Hi all I have a combobox which is databound to a list of elements. But in addition to that list of elements, i want to have another item. This item should display the text \'New...\'
The fils containing these control work fine in another 开发者_开发百科project and they work fine on visual studio so I guess it is safe to assume that the problem is not in the files or with the serve
I am trying to make myself a simple metacafe uploader, and I am using the webbrowser to do that. Everything was working great with loggin in, naviga开发者_开发问答ting to upload page etc...
Title says it. I know I can use Process or ProcessStartInfo to run arguments, but I mean actually adding a command prompt control to my app (because I use it very often and it\'d be convenient if it w