I have a control that inherits from System.Web.UI.Control and contains generic HTML controls rather than asp.net server side controls.I use Page.Request.Form[Control_id] to get the value of one of the
I have a web application with asp.net 2.0 and I want to create a dropdown menu showing the printers installed on the client machine? How is that possible?
I have a system setup as follows: User Control Called \"Main\" when I click a button in \"Main\" another user control (user control \"A\", user control \"B\", user control \"C\") is populated inside
I have a label control in a page in asp.net 2.0 and a button Print. Clicking on print button I need to print the content of the label and I need same for a panel also.
I\'m trying to retrieve a custom Attribute set on a page\'s class from inside the MasterPage. Normally to do this I would need to reflect directly on the specific class, but inside the Master page it\
our dev team is currently using asp.net 2.0 and after a lot of browsing and cross site referencing i found that the new in thing is the asp.net MVC but found that there\'s a few things that it can\'t
I need to programatically add or modify the following section in an asp.net web.config file: <configuration>
I cant figure this out, here is my code: Response.Write(\"<html><script type=\'text/javascript\'></script>开发者_StackOverflow</body></html>\");
I am working with the following code: If chkApproximately.Checked Then \'.Item_Title = \"~ \" & String.Format(\"{0:N0}\", Int32.Parse(Me.txtQuantity.Text)) & \" \" & IIf(Me.ddlUnits.Text
I\'m working on a large project with several other programmers, using Subversion source control.The problem comes when I change files, regenerating the designer.cs file, and go to commit my designer.c