4778 2
How to get Filtered Data in Crystal Report?

I have a list of passengers and I have some filters in the view also to search passenger according to the filter.

...

Type
Question
4130 1
How we use tempdata in controller from another controller in asp.net mvc?

How we use temp data (or pass values) in one controller from another controller in asp.net mvc? 

Originally asked by user_2107228942 on question "how to upload image in C# MVC?"

...
Type
Question
9335 1
How to dynamically create textbox in asp.net c# on button click according to user input value?

How to dynamically create a textbox in asp.net c# on button click, according to user input value?

...
Type
Question
5128 2
How to send mail from Domain server in Asp.net c#?

How to send email from my Asp.net c# website from my domain email id with attachment.

//Solution 

...
Type
Question
2621 1
ASP.NET WEB API AND ANGULAR 4 (USING .NET FRAMEWORK NOT .NET CORE 1 OR 2)

Is this possible to implement asp.net web api (.net framework) in angular 4?

I've followed the docs in angular.io and I've already implemented it in my machine, and it has AOT.

By the way I am using Visual Studio Enterprise 2015.

My question is how to config the startup.cs .(net framework asp.net web api) into my angular 4. 

What i always saw was implement angular 4 in asp.net core.

So I can't display the data from web api to my angular 4 project.

 

...
Type
Question

2391 1
Create drop down list in asp.net comparing time field in sql?

I want to load a dropdown list in my web forms based on certain conditions, first here is my Table_columns(With types)

id--Int

food_type --varchar

First_start_time -- time

First_end_time -- time

second_start_time -- time

second_end_time -- time

 

Now I want to load values in which Current_Time > First_start_time

How to do this, it's basic question but I am not able to do it, so please let me know, thanks

...
Type
Question
3863 2
How to bind a dropdownlist to a bootstrap datepicker

Suppose I have a Dropdownlist where the items are coming from database in MVC. Now inside the table from where the Items are coming, there is also a Datetime Field. Those dropdownlist entries are list of employees and entered in a particular date. Now what I want, is, I want to populate that dropdownlist based on another datetimepicker in another view. When I will be selecting a date, the items entered on that day will only be shown in my dropdownlist. How can I do that?

...
Type
Question
3134 2
How to write HTML5 data-atrribute in Razor MVC C#?

I am trying to specify HTML5 data-atrribute in my asp.net MVC razor code like below

 @Html.DropDownListFor(m => m.Industry, OnePassV3.utility.OptionList.GetIndustryListSelectList()
                           , new { @class="cs-select cs-skin-slide cs-transparent", @data-init-plugin="cs-select" })

but i am getting error as you can see below in the image.

...

Type
Question
13119 3
How to redirect from HTTP to HTTPS in asp.net?

How can I redirect HTTP(not secured) to HTTPS(Secured domain) URL  in asp.net, here is my current code, which I am using in web.config

...
Type
Question
5812 2
How to show only a single record with crystal report in ASP.NET MVC

I want to show only a single record from an employeeList by ID with crystal report in asp.net MVC. But I don't know how to do it. I can show a whole list. But I can't do it for a single ID. Please help.

...
Type
Question

Page 27 of 31