 | How to get value in label control when user change the value in datagrid for .net 1.1 and vb.net I have one editable datagrid control called "dgDist" which has 2 column name and amount. There is one one label control called "lblTotal" (outside the data grid).
... | 2 months 6 days ago | It Pro | 4 replies | |
 | MVC - Difference between Html.RenderPartial vs Html.RenderAction What is difference between Html.RenderPartial vs Html.RenderAction in ASP.NET MVC framework? | 7 months 1 wk ago | RaKumar | 1 replies | |
 | Avoid HTML encoding with custom MVC HtmlHelper extension I am trying to create custom HtmlHelper extension for MVC application. But my output is always HTML encoded and my html tag for example <br/> becomes <br/>
How do I ... | 7 months 1 wk ago | Bikram Shrestha | 2 replies | |
 | how to import reference in MVC Razor view? how to import reference in ASP.NET Razor view? I can do this in ASPX view by using
<%@ Import Namespace="MyReference" %>
How do I do same with Razor? | 7 months 1 wk ago | SBajra | 1 replies | |
 | ViewBag vs ViewData in MVC 3 What is the difference in using ViewBag vs ViewData in MVC 3 for passing data between Controller and View? Is there any benefits using one vs other? | 7 months 2 wks ago | SBajra | 1 replies | |
 | MVC - Difference Between Viewresult() and ActionResult() What is the difference between using ViewResult() and ActionResult() in ASP.NET MVC framework?
For example:
public ActionResult About()
{}
public ViewResult About()
{}
... | 7 months 2 wks ago | SBajra | 1 replies | |
 | How to add webreference to secure password protected webservice? I am trying to web reference to a password protected secure webservice using Visual Studio. When I enter the webservice url, it ask me for user credential which I enter it but I am not a ... | 7 months 3 wks ago | SBajra | 5 replies | |
 | force ASP.NET Textbox to input Uppercase letter only. I need to get ASP.NET textbox input as upper case only. I can convert the text input in the server-side code to convert to upper case only using String.ToUpper() but I also want to displ ... | 8 months 2 wks ago | Ritesh Kumar | 5 replies | |
 | Restrict inheriting web.config values to child application in ASP.NET I have multiple ASP.NET application running in same IIS. All my applications were running in .NET 2.0. Now I am upgrading the application running in root of IIS to ASP.NET 4.0. After the ... | 9 months 4 days ago | RaKumar | 2 replies | |
 | Autopostback resets DropDownList in DetailsView Hi,
I have two drop down lists inside of two different fields in a detailsview, the first one determines the values of the second one.
When i select a value from the first ddl a ... | 9 months 5 days ago | SBajra | 27 replies | |
 | Can not send email using SMTP server in IIS 7.5 and Windows 2008 Hi,
We are using ASP.NET 4.0 and use SMTP server to send email. We recently upgraded our server from Windows 2003 with IIS 6 to Windows 2008 server with IIS 7.5. Everything seems to be ... | 9 months 3 wks ago | Sam Buchana | 3 replies | |
 | Difference between ScriptManager.RegisterClientScriptBlock vs ScriptManager.RegisterStartupScript? What is the difference between using ScriptManager.RegisterClientScriptBlock vs ScriptManager.RegisterStartupScript? I thought both embeds Javascript to the page during Asyc calls.
Can ... | 1 yr 1 month ago | SBajra | 1 replies | |
 | How to stop child web.config application from inheriting parent web.config value? I have a problem. I have installed ASP.NET 4.0 in IIS web site root but I do have other ASP.NET 2.0 application as virtual directory under same web site.
Now the problem is, in root we ... | 1 yr 2 months ago | Sam Buchana | 2 replies | |
 | ASP.NET 4.0 error - The relative virtual path 'aspnet_client/WebForms.js' is not allowed here. I am trying to convert ASP.NET form application from .NET framework 2.0 to latest 4.0. It compiles all good with .NET framework 4.0 but whenever I tried to execute my application, I get ... | 1 yr 2 months ago | SBajra | 1 replies | |
 | cannot download file more than 70 MB from .net web application Hi,
I have one web application which can upload file more than 70MB. However I cannot download 70 MB file. I can download 45MB file easily. Please let me know where do I give this fil ... | 1 yr 3 months ago | alic | 2 replies | |