What is the best way to populate an excel workbook from a view? I want to design a textbox \"StudentId\" and a button \"Show Grades\" in a view.
The 2 options are: use parameters in aspx file开发者_运维百科s or bind through code-behind. Which is better and why?I recommend using ObjectDataSource because it leads to a cleaner architecture and is
I would like add error message to page validation in order to display it on the validation summary but how?
Developing locally in Visual Studio 2010 my page looks great.When I deploy to the development server there is extra spacing and font size differences that mess things up.
I have to put active-x object into asp.net mvc view <object classid=\"activex-site-path/my.dll#myobject\" width=\"288\" height=\"72\">
I\'m new to web development and could really use some advice. Thank you all in advance! I have a form where I ask users to rate their experience in several areas (Mental, Physical, Fun) from 1 - 10.
Does anyone know how can I retrieved the multiple selected value from asp:checkbox .net c#? Example: I\'m new in .net c#, I have the following code, but I have no idea how can I retrieved the multipl
I\'m working on a project that is built using Web Forms framework.We are trying to move to MVC by building all the new pages using MVC.Both type开发者_如何学运维s of pages are in same project.I\'m cur
i have a issue that i dont know if it can be done. i have anin an aspx page , that loads dedpends on user activity a user control (ascx).
this is driving me NUTS! i have a submit button in a header.ascx, which is in every page. it\'s now a normal html submit button because i thought maybe the asp:button was giving me trouble, but as i