ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

learn more… | top users | synonyms (4) | asp.net jobs

0
votes
0answers
3 views

IIS hosted web core and websockets

I have a web app that uses new WebSocket feature of ASP.NET 4.5. I have a custom handler that does following: public class WebsocketHandler : IHttpHandler { public void ...
0
votes
0answers
6 views

Putting the [requireSSL=“true”] in my web.config returns garbage page

Im trying to configure our asp.net website to use SSL, here are the snippets of the configuration sections that i made in our web.config PART 1 <httpCookies httpOnlyCookies="true" ...
0
votes
1answer
9 views

Setting an ItemTemplate property in RunTime

I am trying to display a small progress bar in a GridView within my ASP.Net application. I am trying to do it with an ItemTemplate. <ItemTemplate> ...
0
votes
0answers
16 views

Postback resets the selectedValue of DropdownList inside GridView

My gridview has 2 columns - DropDownList & TextBox. The DDL is databound by a datatable. The SelectedIndex Change of DDL will populate its Textbox and also add a new row. All of this works fine, ...
0
votes
0answers
4 views

Start an Instance of Autodesk Inventor

Am Using Inventor api for customizing inventor documents.Here I use vb.net code for start an instance of the Inventor .my code is inventorApp = CreateObject("Inventor.Application", "") ...
0
votes
0answers
11 views

How to remove postback on linkbutton inside gridview?

I'd like to ask on how to prevent post back when a LinkButton inside the GridView is clicked? My current implementation is that, I have a GridView with customer details and the button link which is ...
0
votes
0answers
7 views

Trigger radtoolbar event by pressing “Enter” key

In my login page, i use radtextbox as passord input box and radtoolbar button as [Login] button. it works fine if user input password and then click [Login] button by mouse. but it had problem that ...
0
votes
0answers
10 views

How to build mvc 4 mobile app using xml files as data source?

I need help in asp.net mvc 4 mobile app. I need to make a mobile version for this site: http://www.energymarketprice.com/ It's built on asp classic. In the mobile application I want so see all types ...
2
votes
1answer
26 views

C# Drawing Chess Board

I'm trying to draw a 8x8 chess board using C#. Here's my first attempt to draw it. It won't draw the board and I haven't found what I'm missing. public void Form1_Load(object sender, EventArgs ...
0
votes
0answers
14 views

Controls in ContentPlaceHolder are not recognized by javascript document.getelementsbyname

I have a calender script in my project. For using it, I have added an image and on its onclick event I call a javascript function displayDatePicker: <img alt="Calender" src="calender.jpg" ...
0
votes
0answers
12 views

SqlDataSource Populate dropdownlist with or without parameter

I use SqlDataSource control to list out search result when user choose a date, but if the date is null, then it will list out all record. How to do the sql command? SELECT Ref_No as name, ...
0
votes
0answers
2 views

FormView to refer different data sources in asp.net

I am having a formView in which I have EditItemTemplate. The FormView will be refering to one datasource(say datasource1) and all the values for the controls in edititemtemplate are Populated from ...
0
votes
0answers
14 views

MVC - Web-Api Delete action not working

I am trying to make Ajax call and it is throwing 404 Error with web api and the error is : Mothod not found when i delete the operation. perform delete menu is the ajax function. and i have also added ...
0
votes
0answers
15 views

Use of Timezone

I am calculating the time zone of different countries. I have 3 parameters with me to calculate the time. Those are: gmt_offset gmt_offset_ds raw_offset I don't know the meaning of above ...
-2
votes
2answers
49 views

Too many character in character literal

Any body tell me whats wrong in this code? <span class="color" id="secondColorCode" runat="server" data-color-code="<%# ...

1 2 3 4 5 12063
15 30 50 per page