I have LoginView in MasterPage, when isn\'t user logged, application show LoginControl.ascx. In this LoginControl.ascx I make authenticate. Problem is, that, when application authenticate user, then L
First of all, I know it\'s a little long .. But I just wanted to make a clear case here .. Thank you all for your advice in advance :)
The IFormatProvider interface allows me to create a class which does custom formatting of objects as strings and can be used with e.g. string.Format.
I develop user controlbased on repeater. It must contains predefined checkBox for each row. 开发者_如何学编程Any suggestions?Perhaps, something like this?
i am using checkbox in gridview..to get the checkbox id i am using the following code.. for (int i = 0; i < GridView1.Rows.Count; i++)
I have two types of pages .. the first is a display list and the second is a form to collect data. I used a master page with two panels and each panel contains a ContentPlaceHolder .. the first conte
I have a custom validator on my page for a file upload control. <asp:FileUpload ID=\"fuVendorBrief\" runat=\"server\" />
I\'m still getting used to the way ASP.net WebForms handles things but this one is still puzzling to me.In some instances I have markup that should be displayed if an object is null and that markup sh
I want to create an input type text in my web form dynamically. More specifically, I have a textfield where the user enters the number of desired text fields; I want the text fields to be generated dy
I\'ve wrapped the asp:DropDown cont开发者_开发百科rol so that I can create a lot of instances of it, all of which using the same additional functionality. I want to be able to create this object compl