Quantcast
Channel: CodeProject Latest postings for ASP.NET
Browsing all 3938 articles
Browse latest View live

Need help populating fields from database to form in page load

I am trying to populate the fields on a form from the database and the values aren't populating on the form. I have the value for the where clause hard coded in the code and it doesn't show the values...

View Article


Error: Server did not recognize the value of HTTP Header SOAPAction

Hello,I know that ASMX technology is considered legacy stuff. There's no need to lecture me on that point.I am jumping in on an existing project that uses web services. (Editorial statement: Yuck!)...

View Article


Converting from XAML to HTML5

Hi all, I have an Application that's using WPF, in which I have a ListBox as below, can I have similar kind of ListBox in HTML5 or can we have at least any other similar Control so that I can give same...

View Article

ASP Button not displaying on Windows 2012 Server

I've an application that displays information in a...

View Article

How Can I Expand the Field Name Column in an MVC Details view?

In an MVC Details view, it displays the field names down the left side using dt tags and it displays the data down the right side using dd tags.My issue is that a few of my field names are longer than...

View Article


Calling get method using typescript

Hi all, I have an ASP.Net MVC application using Web API Controller, I want to call get method for Button Click using TypeScript, here is my Web Api Controller and its action method. publicclass...

View Article

Image may be NSFW.
Clik here to view.

targeting .js files into different directories using typescript and tsconfig...

Hi all, I am writing type script files and have a tsconfig file, I am able to run those files and place the js files in one output directory, but I want to be able to place outDir in one tsconfig file...

View Article

Create and Use an ASP.NET Core Website Template

I have created an ASP.NET Core website which will be a template for future web sites. I have removed Bootstrap and included W3.CSS instead, which I find easier to use and just as rich in function as...

View Article


Passing Model info in MVC

Take a peek! This is my controller:public ActionResult SaveInfo(GetOrderDetail_Result items) //This method will call a stored proc to pass parameters{ var hold = items.Master_OrderNum;...

View Article


Calling get method using typescript - need really some help

Hi all, I have an ASP.Net MVC application using Web API Controller, I want to call get method for Button Click using TypeScript, here is my Web Api Controller and its action method. publicclass...

View Article

Few questions regarding MCSD and MCPD exam for dotnet

i have few questions about MCSD and MCPD exam.1) what is difference between MCSD and MCPD ?2) i have 10 years exp in dotnet platform. so tell me should i go for MCSD or MCPD ?3) i heard from people who...

View Article

asp.net_add two entries to the same selected row cell of table from different...

hello how to put multiple entries from different pages to the same gridview table.

View Article

How to dynamically add roles to authorize attribute for controller and action...

I need to enable my admin user to change access permissions for users on the fly, such that they can create new Roles and add permissions to those Roles and assign that role to any user at run time.I...

View Article


VJSCOR Assembly frequent error only in UAT environment Not in PROD

Hi Guys,I am getting the below errors frequently whenever any deployment or after 40 minutes I am getting the below error only in UAT environment. But not in Production Environment . All codes are same...

View Article

MVC Standard coding

I'm kind of new to MVC (been programming for about 6 months), I'm looking for some help trying to learn standard coding in mvc, I already have my model and classes separate in another project but what...

View Article


ASP.NET Core 1.0 and Phone SDK

When developing a website under ASP.NET 2013, it was possible to open a "mobile phone" from one of the pulldowns to see what the new website would look like in a variety of phone types. I think that...

View Article

Create Webservice

Hi Expert I went to create webservice using asp.net, project is to convert base64 image into string, plz help i am fresher, interviewer are provide taskThanks

View Article


Add login button to MVC home page

New to MVCI want to add a Login button to my home page that mimics the built in login on the menu bar.Just want to give the user an option.Thanks

View Article

what is code coverage feature come with VS IDE

sorry to post this issue may be in wrong category but please some one tell me what is code coverage feature come with IDE ?what is the benefit of code coverage feature ?whose responsibility to use code...

View Article

could not load file or assembly system.windows...The system cannot find the...

Hi All,I develop an ASP.Net Web Application (Classic) .Net-framework 4.0 and every thing ok, but when publish the application on IIS and open the login page some and click the login button this error...

View Article
Browsing all 3938 articles
Browse latest View live