Retrieving values from dynamically created RadioButtonList
My code-behind (c#) file declares RadioButtonLists dynamically for any given number of questions in my database using a while() loop:
My code-behind (c#) file declares RadioButtonLists dynamically for any given number of questions in my database using a while() loop:
I’ve got a Repeater that lists all the web.sitemap child pages on an ASP.NET page. Its DataSource is a SiteMapNodeCollection. But, I don’t want my registration form page to show up there.
Question: I want a button on my page on clicking which the whole content of the page is saved in the form of pdf. Queries: So any one has any idea that, is there any library or assembly or any piece of code that can provide me with this feature? Thanks in advance Answers: Thank … Read more
Is there a way I can restrict access to pages without the built in role based way?
How i could convert datetime 5/8/2011 12:00:00 AM (m/d/yyyy) to dd-MMM-yyyy like 08-May-2011 in javascript.
I am trying to do a POST request to https://www.paoilandgasreporting.state.pa.us/publicreports/Modules/WellDetails/WellDetails.aspx in order to scrape data.
I’m using Entity Framework with C#. I have a Student table in my database and it has 30 columns. And I want to getting only some columns of table which are in DTO class without writing property names like below. How can I achieve this?
I have 2 pages, both with 3 similar DropDownLists. The first DropDownList needs to be populated before selecting the second, and the second before the third (which then populates a gridview).
Having installed NeatUpload (http://neatupload.codeplex.com/), and put the demo onto my server (Windows Server 2008 and IIS7), when I select an object in the combobox for the “Progress Bar Location”, and change it to “Inline”, I get an unhandled exception, Object reference not set to an instance of an object.. I can change it to “none” and “popup” without issue.
I am new to asp.net. I am creating a ASP.net website using VB.net. So here’s my problem