I\'m creating a page that get uploaded text files and builds them into multiple PDFs. They are just exports from Excel. Each row in the file corresponds to a new PDF that needs to be created.
I\'d like someone to give what we\'re doing a glance-over and tell me whether we\'re going about it an odd way.
I\'m putting a two part web form together. The first page is simply a text box asking for an email address and a subscribe button, the second page is the actual web form. I\'m wondering what\'s the HT
i have a method that results a Class object that hold (properties + list) after adding ObjectSource in webform i associated Object Datasource with Grid view. its selecting values and showing in Grid
I am working on a web forms page which has a GridView which contains two columns of radio buttons generated from an asp:RadioButton control.
ASP.NET 4.0 WebForms Works fine in classic mode, but then my URL-routing doesnt work. Basiclly, I think the page isnt loading up the javascript fo开发者_开发技巧r the editor. All other js elements w
How can I hide a webform button from controller action? or Do I do it in webform itself? There is a condition to hide/disable the button:
With reference to the below mentioned code block (Designer- .ASPX), I am trying here to bind the inner gridview with a List<> at runtime. This List<> for the inner gridview is member of da
I\'ve written an ASP.NET website along with a companion WinForms desktop application, which is used to maintain the site.
How can I have two buttons posting to different actions for the same text box? for eg: I have two buttons \"Get Student(xls)\" and \"Get Student(pdf)\" and I want to trigger different ActioResult met