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
1answer
13 views

Calling manual AJAX functions in ASP.NET WebForms with postbacks

I'm developing something similar to the system console, but which renders with simple HTML-page. Here are the codes: ASPX MarkUp: http://ideone.com/XPIjb2 CodeBehind: http://ideone.com/RqeZAq ...
0
votes
1answer
25 views

Dynamically creating a select list from a collection in my model

I have this in my view: <script type="text/javascript" language="javascript"> $(document).ready(function () { $('a.create').click(function () { // create dropdown, ...
0
votes
0answers
10 views

Quartz.net - Job Stops Running?

I have a job that I want to run every ten minutes. To schedule it, I use: public static IScheduler _scheduler { get; private set; } ... ISchedulerFactory schedFact = new ...
0
votes
1answer
23 views

why IIS showing 403 forbidden error when using VS2012

I am developing an ASP.NET web application using .NET Framework 4 and Oracle 11g at back end in Visual Studio 2012. IIS 8 Express is configured to deploy the web app. When I try to run the app from ...
0
votes
0answers
8 views

ASP.NET Open Auth Single Sign On

Here is my scenario: We us a web tool (Direct Response) that handles ecommerce shopping cart stuff. It allows some custom html and javascript to be added to their site templates. I will be using ...
0
votes
2answers
23 views

Setting up a WCF host within a website project

This is going to be a weird question, but: I'm currently running a wcf service on my website (made in Visual Studio 2012 - .scv file). I have a console client which I try to test the connection with ...
0
votes
1answer
17 views

Can I Send a custom class from asp .net 4.0 website to a WCF .net 4.0 service

I want to create a wrapper class called Report that contains dictionaries and lists and such in my website generated by 100-1000 fields from the website page, then send it to my WCF service. I have ...
0
votes
0answers
52 views

Unexpected results, class variable not saving [closed]

var voters = (from uvr in ent.UserVoterResponsibilities where uvr.UserId == user.Id select new { getAddress = (from a in ent.Addresses where a.Id == vJoin.CurrentAddressId select ...
-1
votes
0answers
28 views

PDFJS on ASP.NET crashing

i set up the pdf.js on my page and it works fine, but every time i click any button, like zoom in, sidebar etc. The document disapear every thing else remain. Before it it looks like it refreshes the ...
1
vote
1answer
31 views

HttpContext.Current.Session[“accesstoken”].ToString() is null when value should be set

I'm setting my accesstoken retreived from facebook in Session["accesstoken"]. When I try to retreive it I get hit by a nullreferenceexception. Why? It did work before I started working on the ...
1
vote
1answer
19 views

Multiply copies of assemblies are loaded into the memory by ASP.NET server

I have web server witch hosts ASP.NET. I used SysInternal process explorer and find that the several version of each dll from server bin folder are loaded. Assemblies are loaded from \Temporary ...
0
votes
1answer
23 views

Delete Row From Data Table

I want to Delete the Multiple records from the DataTable For example : in my case PaperId is Repeating several Times.I want to Delete it all Duplicate records. i have written code but loop is giving ...
0
votes
0answers
22 views

Accessing buttons added from inner.html on page_load from page_load

I'm trying to create an html table with information from my user info table in my database. I've successfully managed to display the information but I'm not managing to add a delete button next to ...
0
votes
1answer
24 views

Visual Studio Source Control / Version Control, Vault vs Git(hub) vs SVN - lone developer, best option?

Visual Studio 2012 Express, SQL Server 2012 Express, MVC 4, Code First I'm looking for a good single user source control solution. Vault vs Git(hub) vs SVN From what I've read deployment should ...
1
vote
2answers
25 views

How to call a function in special date and time?

I want to my code works on everynight at 00:00. it will check some data and will send email. But ı dont know how to call a function or webservice at 00:00 and everyday. ı hope u can understand my ...
1
vote
1answer
26 views

Display special characters

@{ Layout = null; string root = Server.MapPath("~"); string path = @"Content\galleries\galleries\"; DirectoryInfo Dir = new DirectoryInfo(root + path + (string)ViewData["Name"]); ...
0
votes
1answer
17 views

How to split one column data into two or more columns data in drop down list in asp?

I have a table in sql database whose column named 'sub_name' has been successfully included in the asp GridView. No need for correcting mistakes in this code. It just for demonstration. ...
0
votes
0answers
18 views

VB.NET Transferring file from server to webservice to client

I have files/folders (xls, xlsx, and zip) stored on a data server that I need to retrieve based on client-provided settings, and drop into a folder on the client's machine. This is being done through ...
0
votes
1answer
34 views

validate selected date in selected month and year in dropdowns in client side

I am working with my mvc 4 application.Here I have Day ,Month ,Year dropdowns to select a date of birth. Now I want to validate a selected date in a selected month and year (especially February 29,28 ...
0
votes
2answers
17 views

c# - Paramaters with ObjectDataSource Control

I have a 2-tier architecture, which means I'm working with Business Objects and DAL classes. My question is: how do you pass a value to the parameters of one of the functions in a DAL class. I'm ...
0
votes
0answers
10 views

GridView Edit button does nothing

I based my code on one that I found here. Clicking the Edit button just refreshes the page. This is my code: <asp:GridView ID="gvSkins" runat="server" ...
0
votes
1answer
11 views

“Server Error in '/' Application. Runtime” Error When clicking submit button

Im trying to publish my ASP.NET website. I have a Backend function, a WCF-service (i don't think this is the problem, because i can access it in debug and so on) The problem is that I publish this ...
0
votes
1answer
36 views

I would like to create a folder to store images in C# web application

//Directory where images are stored on the server String dist = "~/ImageStorage"; //get the file name of the posted image string imgName = image.FileName.ToString(); ...
0
votes
2answers
55 views

Simple Int.Parse addition

I'm giving int input in Textbox1 and Textbox2, then the sum of both will be display on Label1. Can anyone show me how it work??? My int.parse not working. .asxp <div> <asp:TextBox ...
0
votes
1answer
18 views

Prevent html tags entries in mvc textbox using regular expression

I want to prevent any html tags (written between "<>") in a textbox in my mvc 4 application. I have given the data annotation regular expression for my property as follows: ...
0
votes
0answers
16 views

Data Pager + Update Panel + list view

I need help, I have a DataPager inside the update panel and and working well, but when I refresh page or going on back button form some other page DataPager reset always to the first page. For ...
0
votes
0answers
12 views

Can't add ADO.NET entity data model

I have installed oracle XE created a table in database with some data installed Oracle Data Provider for Entity Framework on CodePlex created asp.net mvc application added connection(I can see the ...
0
votes
0answers
12 views

Search able grid view [closed]

I want to put a grid view in my "result.aspx" page so that all the information can be viewed. Here are 3 main points for the code: show grid on button click (not on page load) grid view should be ...
0
votes
1answer
15 views

Generate GUID for Primary key automatically In EF5

I'm using Guids as primary key for the entities in my database, using the model binding feature of asp.net 4.5 web forms when im inserting a record in the database using entity framework 5 im doing ...
0
votes
2answers
27 views

Why does the focused input text lose its focus?

I've got this at the bottom of my ready function: $("inputText").focus(); ...and as the page is loading, the cursor is in the inputText input Text for awhile, but then focus is lost again. What ...
0
votes
1answer
26 views

How can I optimize this actionresult for better performance? I need put put a timer on when to “GET” XML data from a url and etc

I have a actionresult that I think is pretty heavy, so I wonder how can I optimize it so it gets better performance. This web application will be used for by +100, 000 users at same time. Right now ...
1
vote
2answers
18 views

host WCF in Windows Form

I have created a WCF service (DLL), and I can use it when adding a service reference to it from my "adjacent" project in the solution. I wish to make this WCF service accessible / host it, in a ...
0
votes
1answer
10 views

Change Grid datasource dynamically

I need to change the telerik mvc grid datasource on a dropdown selection change. below is my current view and i want to change the grid with the dropdown selection. <%@ Page Title="" Language="C#" ...
2
votes
1answer
16 views

EF Code First Database Not Generated using MVC3

I'm developing an app using EF Code First and MVC3. The solution contains three pprojects; ProjectName.Model involving POCO classes only, ProjectName.App involving MVC3 web project from that the ...
0
votes
0answers
17 views

Refresh jqGrid by Ajax

I use two jqgrid. I want when click on row in grid1 then grid2 show data by Ajax on base parameters of grid1. How to change data of grid2 by Ajax? this code for grid2: $("#gridrelatedLette").jqGrid( ...
0
votes
0answers
14 views

How feasible is this approach of rss integration into a website?

This is my 'would be' rssFeed class (crude at present, will refine it as required) : public class rssFeed { public string itemTitle { get; set; } public string itemDesc { get; set; } ...
-2
votes
1answer
37 views

Grid filtering is only filtering last column [closed]

I tried this code for filtering all columns of my grid view by a text box, but it just filters the last column of my grid. How can I change it? What is wrong in my code? My first column is 2 and the ...
0
votes
0answers
9 views

second gridview is not filling all selected rows of first gridview. selected rows are over-writting previous selected ones

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Item_id" DataSourceID="SqlDataSource1" AllowPaging="True" PageSize="5" ...
2
votes
0answers
12 views

standardize text using phonetic

i received data from a datacenter and i have to cleanse and make data useful and my biggest problem is one column lets call it "service_description" and for example the data center belong to a hair ...
2
votes
1answer
17 views

IIS turned off my application automatically?

I just noticed that IIS turned off my ASP.NET web application automatically after it idled 20 minutes. The website is hosted on Godaddy.com. Below is the Global class which logs the ...
0
votes
1answer
16 views

How to fit Default ASP page in Visual Studio to large screens?

My ASP page looks like this on large screens: How do i make the page fit the whole screen? the css file looks like this: /* DEFAULTS ...
0
votes
2answers
27 views

avoid postback dynamically created checkbox in asp.net c#

Within a web form I am dynamically creating a series of chekboxes that are added to an asp:panel.Where as the panel in reside into a update panel.I want to avoid postback on checkbox changed event ...
0
votes
0answers
22 views

How to use own method code in datalist

I know how to insert data into datalist from database/load it from my function, thnink I don't know how to do is how to use function from code-behind. For example: HTML: Name: <asp:Label ID="Name" ...
0
votes
1answer
23 views

Receiving Json in HttpPost - ASP.net

I've set up a page to do an HTTP Post with a Json serialized generic list, to a different page in ASP.net. When it goes to the new page though, I can't seem to find the body of the HTTP Post. This ...
0
votes
0answers
9 views

how to save ajax fileuploader image in button save click

i have ajaxfileuploader control these contol firing uploadcomlete event when selecting image but i want to upload image when click save button . Ajaxfileupload control file name not getting in button ...
0
votes
1answer
23 views

LinqDataSource: How to assign IQueryable value to where parameters in code

I am trying to assign linq datasource in code behind but I have IQueryable query want to assign in where clouse using Any function like a sub query clause in sql this is my sql statment select * ...
0
votes
0answers
12 views

The state information is invalid for this page and might be corrupted

Server Error in '/VHK/CMM' Application. The state information is invalid for this page and might be corrupted. Description: An unhandled exception occurred during the execution of the current web ...
0
votes
2answers
26 views

ASP.Net web service large URL

We have to send a large packet to an ASP.Net web service through the URL. We cannot use POST for certain reasons, so we are URL encoding an XML package and we make a GET request to the service. ...
1
vote
1answer
35 views

Any better way of accessing values from database-LinqToSql

Is this a Correct way of accessing values when using Ling to SQL.I tried returning an IQueryable but got an error stating 'DataContext accessed after Dispose.' and hence converted it to a list.Can ...
0
votes
1answer
12 views

Clicking on treeview node disappears the treeview in asp.net. Why?

I am binding the treeview control in a usercontrol. On Clicking the node, the page dosent show the treeview and Tree_Index_SelectedNodeChanged does not fire. And there is no exception catched in the ...

1 2 3 4 5 3428