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
8 views

How to populate a @Html.DropDownList after selecting another @Html.DropDownList

DropDownList with some Categories loaded and i need to populate another @Html.DropDownList depending on the option selected on the 1st dropdown. This is the code I use to populate the 1st dropdown: ...
0
votes
3answers
39 views

What's wrong with “i”? Asp.Net MVC 3

I am reading an MVC book and following the examples from it to create a music store project. In one of the example, it creates a controller, calls an action method with a parameter in the URL. I ...
0
votes
1answer
21 views

set nullable if not visible with regex

I have a textbox which is controlled by a regex: [RegularExpression("[0-5]{1}[0-9]{1}:[0-5]{1}[0-9]{1},[0-9]{2}")] public string HighestValueStringDistance { get; set; } It works fine but ...
0
votes
1answer
34 views

Retrieving values from dynamically created RadioButtonList

My code-behind (c#) file declares RadioButtonLists dynamically for any given number of questions in my database using a while() loop: I add items to each tmpRBL in a for loop. I register each ...
0
votes
1answer
12 views

asp.net user control is not displaying: Unrecognized namespace

This is how a register the control on the page: <%@ Register TagPrefix="uc" TagName="Pcp" Src="../../Controls/ClientPayement.ascx" %> And this is how I use it: <uc1:Pcp ID = ...
0
votes
1answer
18 views

GUID datatype use in datalist delete command asp.net C#

i need help about GUID auto generate datatype treated as primary key. I don't know how to use this in delete command in datalist. Can anyone help me with an example coding of delete command in ...
1
vote
2answers
51 views

simple regex for a series of numbers and dots. N{3}.N{3}.N{3}.N{3}

I have an ASP.NET 4.0 MVC app in C# and I need to create a regex that will match N{3}.N{3}.N{3}.{N{3} where N{3} is any 1, 2, or 3 digits(0-9) e.g. 1.1.1.1 111.111.111.111 1.111.111.1 I ...
0
votes
1answer
50 views

compare to sum of 2 text box values

I am learning c#. I am building a web app that calculates slugging stats. To make sure that the at bats is greater than or equal to all the hits, I needed to compare the value of at bats to the sum ...
0
votes
2answers
12 views

Export sqldatasource to excel not just list or gridview

I'm trying to export my listview, but not just the visible listview, I want to export the entire contents of the sqldatasource. The query returns 20 columns, only a small set (5) are displayed on the ...
0
votes
2answers
25 views

2-column dropdownlist with one column hidden

I'm hoping this is a quick one. Sorry, still an ASP/C# n00b and I can't seem to find an example. What I want to do is have a dropdownlist on an ASP page. I want the list to display 2 values; ...
0
votes
0answers
5 views

How to bind server generated html data into knockout model attribute?

I want to bind back server generated html into knockout model. Is there any manner to do it? <table> <tr data-bind="with: dataList"> <td data-bind="text: Name"> ...
2
votes
6answers
56 views

best practices for dynamic content

I have a pretty extensive Classic ASP background (using server-side javascript), and my company is finally (FINALLY) making the push towards recoding everything in ASP.Net (using C#). I have a good ...
0
votes
1answer
14 views

how to avoid using TempData

I'm new to asp.net mvc, so please bear with me. I'm using TempData when I redirect to another Action and I don't want to "dirty" the URL with information. For example: [AllowAnonymous] public ...
0
votes
0answers
3 views

Crystal Reports 13.0.5 Dynamic Picklist is not populated in web viewer with 64 bit engine

We are using Crystal Reports and have a report with a dynamic picklist. If I load it under a 32 bit process, I get the picklist properly populated. If I instead run it under a 64 bit process, I ...
-1
votes
0answers
22 views

Need guidance with gridview, data repeater and session state

I am not new to .NET, but I am still fuzzy on the .config files. I have been trying to learn as much about session state as possible but cannot avoid a continual problem. I had a simple gridview ...
-1
votes
0answers
13 views

report viewer asp.net c# objectdatasource trouble

hello i'm a little concerned 'cause i have to make an aplication using the reporting services of asp.net on visual studio 2010, but i don't understand too much about it, i know that i have to create a ...
-1
votes
1answer
47 views

How to retrieve data from a datatable in horizontal order?

I have a table in sql server database as shown below, id | Labels ---------------- 1 MyHeaderLabel 2 MyFooterLabel 3 ...
2
votes
1answer
29 views

Can you encrypt entire web.config file with aspnet_regiis?

I know you can encrypt appSettings and connectionStrings and other individual sections in web.configs using aspnet_regiis, but how does one encrypt an entire web.config? I have a client requesting ...
1
vote
0answers
32 views

How to get the html code modified client side that was generated from the server side?

I created a list with jquery sortable + C#, that the user (client) can order: protected override void OnInit(EventArgs e) { base.OnInit(e); HtmlGenericControl ul = new ...
0
votes
0answers
16 views

update raw in gridview not work

I am using gridview to represent data in asp.net but when I clicks on update link nothing happens.I am trying to solve this problem in different ways, but no luck. <%@ Page Title="" ...
1
vote
0answers
23 views

Make the CompareValidator step outside its naming container to find a user control?

I've got a user control, DataRowPassword, and I've got the ValidationProperty declared on it so that the comparison will work: [ValidationProperty("Value")] public partial class ...
0
votes
1answer
17 views

Linking to javascript & CSS using client resource Management API

I am looking to integrate ”lightbox2” (http://lokeshdhakar.com/projects/ligh...) into a DNN module I am developing, this involves using 4x js and css files in the dnn project which come with ...
1
vote
0answers
19 views

Calling a method from a AsyncFileUpload's UploadedComplete isn't working as expected

I have an AsyncFileUpload control that should show a panel and set some text when the upload completes successfully. When I debug it, the event fires and I see that the method is called correctly, but ...
0
votes
1answer
20 views

Presenting Modal After Form Submission in MVC

I am trying to create a modal that will tell the user their submission was successfully submitted. This works fairly well, but the only problem is I have to declare each of my properties and assign it ...
0
votes
0answers
14 views

Call asmx web service with JQuery mobile .ajax

i have asmx web service that returns data from my server my web method code is [WebMethod] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public string GetFirstNineSubCategories() ...
0
votes
0answers
5 views

ASP.Net SSRS ReportViewer 502 Error - Possible Timeout?

I have an ASP.Net web page that uses the ReportViewer control to render SSRS reports. We are having an issue where reports that take longer than 30 seconds to render appear to hit some sort of ...
-1
votes
0answers
21 views

ASP.NET MVC Adding item to ListBox

I am very new to MVC, and I would like to have an Add button that adds the text in a text box to a list. I am very lost on how to go about doing this. Thanks.
0
votes
2answers
15 views

ASP.NET - Finding Label Control in a GridView

I'm having a problem trying to find a label control that is inside a GridView. Please see my codes below: <asp:GridView ID="MyGridView" runat="server"> <Columns> ...
0
votes
2answers
20 views

Why are these resources failing to load?

My asp.net project has several .png (and a few .gif) files in the \Content\Images folder. Two are not found; Chrome Dev Tool's Console tells me: "Failed to load resource: the server responded with a ...
0
votes
0answers
7 views

Ext.Net ASP.Net - Dynamic Forms

I am new to ASP.Net, so trying to understand the nuances of it. I need to create multiple number of dynamic forms from xml schema. I want to understand - a) Should use ASP.Net better or ASP.Net MVC ...
0
votes
1answer
49 views

What resources are freed up by using asynch techniques in ASP.NET?

Imagine we have an aspx web page that calls a stored procedure and 15 minutes later renders a table of data on a GridView. In my hypothetical, I'm not running, say, 4 asych which could happen in ...
0
votes
4answers
46 views

Change text of link

I have a following HTML <h2> <a href="Controller/Method" onclick="Increment_Visits(10)">ABC</a> </h2> <a href="#" id="10">Visits(10)</a> And following is JS ...
0
votes
0answers
8 views

GridView Paging sets focus at bottom instead of top of the page

I have a website that uses the asp GridView. When a user clicks the paging buttons at the bottom of the gridview, the page reloads to the bottom. I need the page to load to the top instead. Is ...
0
votes
0answers
14 views

how to apply css for html to pdf convert process?

I used iTextSharp to convert pdf from HTML with inline Css, but the css is not applying. divPDF.InnerHtml = "<ul ...
0
votes
1answer
24 views

ASP.NET MVC 4 website - Elmah vs Elman.MVC nuget package - which to use & why?

I have Code First MVC 4 application. I tried installing the NuGet package for logging Elmah - and everything seemed to work fine - Errors were reported fine at http://myapp/elmah.axd I then noticed ...
0
votes
1answer
24 views

Login Control Issue

I'm a junior in a software engineering and web development class and have ran into a problem. I need a log in page so that after a user clicks the log in button, they will be sent to my actual web ...
1
vote
1answer
20 views

Securely store and share a secret with ServiceStack across different logins

Given is a ServiceStack REST Service that can sign documents with one of the public/private key algorithm. The prvate key is encrypted using a passphrase only the admin of this privat/public key pair ...
0
votes
1answer
29 views

ASP.NET Membership returning SAME session information for every user

I have an ASP.NET Membership application. I log in as "JONNY" and this is a success. RUPERT then (from a different PC, at a different location) clicks on the members area and he is not prompted to ...
0
votes
0answers
7 views

Safari on iPad - Incorrect handling of HTTP status code 204

We are rendering an ASP.Net web form with a runat="server" tag in a bootstrap modal. We use the built in bootstrap capability to use the jQuery load function perform a get request and then insert the ...
0
votes
0answers
10 views

nivo slider wrong image size and position

I'm using nivo slider for a small image gallery in my ASP.NET C# web project, you can view it here: http://hightecdev.com/behnoush/Home.aspx I've used nivo slider in several projects, but this time ...
-2
votes
0answers
43 views

Asp C# webform passing values [closed]

i need some help in ASP. C# i have a: TexBoxUser: drowpdownlist. so i have to send the value of the texBoxUser and DropDownlist value to another Webform and catch the values in the webform and ...
0
votes
2answers
56 views

Jquery not returning the value of checkbox. But returns ID of checkbox. How?

I am using the below script to show the selected ID of checkbox. Which is working perfectly fine. When tried to get value it dosent return me the value. <div id="selected-ID"></div> ...
-1
votes
3answers
27 views

Get value from select list in JS

I know that this might be very simple question and I tried to find solutions in the web but I can't figure it... I have the following C# / ASPX code: SelectArea += "<select name=\"Area\" ...
0
votes
1answer
14 views

Adding onclientclick events on rowdatabind

I have a grid view that is populated from a stored proc. On the databind event I have added a onclientclick attribute as follows deleteContact.OnClientClick = "javascript:return confirm('Do you ...
0
votes
0answers
22 views

Cannot get JQuery Draggable to work (Fixed)

I'm using the same code from the demo website but for whatever reason I cannot get it to work. Here is the code on my master page: <link ...
0
votes
0answers
8 views

Chart uneven X axis data points with even labels

I need the chart to show evenly spaced Date Labels for a range of data. Because my data is not evenly spaced, I need to display many X Axis labels for which there does not exist a series value. I'm ...
0
votes
1answer
14 views

autocomplete return a userid display user text

Ive been playing with ajax autocomplete and have so far compiled the below im not quite sure how to do this, but i want autocomplete to show usernames but either have the userid stored or set a ...
0
votes
0answers
9 views

TeamCity MSbuild Deploy procedure

I'm using TeamCity for deployment process. For deploy i'm running MSbuild with this command line parameters: /P:Configuration=Release /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish ...
0
votes
0answers
40 views

Need to * textbox with label in gridview

I cannot find a clear solution, every post I saw on internet is about display a total row footer for this. I have a gridview which I Binded dinamically, I need to * price and quantity, for example: ...
0
votes
3answers
62 views

C#: trying to add padding to an int in a foreach loop throwing error

Trying to accomplish something basic, but I may be attempting a solution in the wrong manner. I have a DB generate ID. For display purposes they want it to look like this: 00001 00002 00003 ... ...

1 2 3 4 5 3426