0
votes
0answers
8 views

ASP Button only clickable on text and border

We are having an issue with all of our ASP buttons. One of the last steps that we took before going live with a new version of our application was replacing 100's of image buttons with asp:buttons ...
0
votes
1answer
19 views

Adding Row To a Table ASP.NET C# Microsoft Visual Studio

I created a Table with these headers. Now How do I use a WHILE LOOP and add empty rows dynamically on the page load. Like if I want 40 empty row with 3 cells each, How do I use a while loop and add ...
0
votes
1answer
9 views

ASP.NET trigger update panel by _dopostback

I have an FormView inside updatepanel, they are wrapped in modal dialog(bootstrap). When user click on "Edit" button, but then decide to close the diaglog, I need to switch the formview from ...
0
votes
0answers
2 views

Web.config conflicting code hide file extension and custom 404

I'm just about finished building this website for a client of mine. All along I've been running a script inside the web.config file which hides the .php file extensions from the end of the web ...
0
votes
1answer
13 views

asp.net using mvc 3 applying kendo ui

sir can anyone lend me a hand in fixing my program.. im using kendo ui in my asp.net mvc. the problem is the records in the database is not being display everytime i run the program it just display ...
0
votes
0answers
13 views

Download File link on ascx without popup

I have a link on an ASCX, what I want to do is have a file download prompt without doing a popup. example: <a href="download.aspx">Download</a> then in the Download.aspx Page_Load ...
0
votes
1answer
21 views

How to solve Server Error in '/' Application.?

I have been trying to access my partner's web application from my computer but this problem keeps showing up.I have tried to convert the web application to an application in IIS,but the problem still ...
0
votes
4answers
17 views

Uncheck asp.net checkboxlist values using javascript or jquery

I have an asp.net checkbox list and the values of checkboxlist are binded from database. my requirement is to uncheck the checkboxes on a button click. Can someone please suggest me a way on how to ...
0
votes
5answers
27 views

MVC 4 Views, common or specific?

This is my first time using MVC, first time writing a web application as well. So far, I managed to have a view for a list of employees, and an edit view for the Employee model. If I had 25 models ...
0
votes
0answers
15 views

How to disable the default JQM page in a SPA?

I have a single page JQM application - all JQM "pages" are in one document: <div> @RenderPage("Views/login.cshtml") @RenderPage("Views/page1.cshtml") ...
0
votes
1answer
11 views

passing string with html tags to controller in asp.net mvc

I'm using asp.net mvc2 and I want to implement a rich text area, and passing the contents in this textarea to controller. However, I found that since the contents of rich text area contains html tags, ...
0
votes
1answer
7 views

show only month and year in ajax toolkit calendar extender

please help.. how to modify calendar extender display in ajax calendar extender to show only month and year, i mean the calendar view NOT the textbox text format, so i only select month name in ...
-1
votes
0answers
41 views

The entity or complex type ' ' not be constructed in a LINQ to Entities query

I hope someone can help me because when i edit my code . an exception shows THIS IS MY CONTROLLER public IEnumerable<APPLICANT> GetApplicant() { IEnumerable<APPLICANT> applicantdata ...
0
votes
1answer
15 views

User Structure, Multiple User Types

I am currently developing a new database / web application for our school. I will need to supply a little bit of background information to make my question a little more relatable. There are many ...
0
votes
0answers
18 views

twitter bootstrap modal and tabbed navigation

I have modal that opens up and in that modal i want to show tabbed navigation. i have the following code <div id="TaskListDialog" class="modal hide fade" tabindex="-1" role="dialog" ...
4
votes
1answer
30 views

C# EF Code First Deploy to Godaddy

I am having issues deploying my app to godaddy hosting using EF code first. I dont want my app to create the database since the database already exists. So I read some posts on here and placed this ...
0
votes
0answers
14 views

ASP.NET Login control not working in Release mode

I have a simple Login control in my ASP.NET 4.0 application -- Here's the provider section in my web.config: <providers> <clear /> <remove ...
0
votes
1answer
12 views

getting actionlist to send current url to actionresult

I'm trying to pass my current url to my actionresult but returnUrl always comes up null @Html.ActionLink("Create Student", "Create", "StudentCenter", new{ returnUrl = Request.RawUrl}, new { ...
0
votes
1answer
7 views

Which user will be used when setting SmtpClient.UseDefaultCredentials to true in an ASP.NET application?

In an ASP.NET or ASP.NET MVC application, if I send an e-mail using SmtpClient with UseDefaultCredentials set to true, which user will be used to authenticate with the mail server?
2
votes
2answers
19 views

ASP.NET MVC Areas localization

I have an ASP.NET 3 MVC site with areas. The structure is like this: Areas Products Views Advanced Search Detail Great Products Views Advanced Search Detail Currently I can access ...
0
votes
0answers
6 views

ASPX embedded resource not showing

I am using a ASPX page as a embedded resource for displaying that in a iframe on a separate page. Works absolutely fine on all the development machines. Even if i host that in IIS in my machine, it ...
0
votes
1answer
35 views

Get dropdownlist selected option from C# list of objects

I have an list of objects that I receive in my Razor View in C# @model IEnumerable<Project.Models.EvaluationObject> In each object of the IEnumerable I have a property called "MaxValue" that ...
1
vote
1answer
52 views

Why is DataTable copy getting truncated when the original is being truncated?

I am trying to preserve a copy of the original DataTable while trying to truncate the original for another purpose. But when i truncate the original, the copy also gets truncated. using (SqlCommand ...
0
votes
2answers
23 views

Amazon S3 - MS office files corrupted when downloading

When I upload a docx, xlsx or pptx to amazon S3 using aws .net sdk the file is getting uploaded fine and I am able to view the file directly from S3 without any issues. But when I download the file in ...
1
vote
4answers
45 views

Button click to add string to List<string>

I would like to have a button that when clicked will take the text of what's inside the text box and add it to a list of strings. Then, I have another button that when clicked will output the count ...
0
votes
2answers
24 views

Converting AJAX REST call to a C# .NET

I have a AJAX call that works perfectly. I'm trying to make the same call via C# but I'am very confused. This is my webmethod: [WebMethod(true)] public static object ParentLogin(string email, string ...
-1
votes
3answers
51 views

Using Regex in C#

using regex let say I have html as string How can I get all widgets control tag from string using regex.? Current Approach const string widgetStartPattern = "<widget:ContentPageView"; const ...
0
votes
0answers
8 views

RuntimeBinderException when passing Dynamic Type model

I have a table with Id, Col1, Col2, Col3,Col4 With below linq query, I create a model and pass it it to strongly typed following view and everything works just fine var cse = ...
0
votes
0answers
14 views

How to connect HP Quality Center using C# and ASP.net

I am looking to connect HP quality center using C# and ASP.net. Can someone please suggest me a way to connect it using .net web application. Also, do i need to do any installation on my server where ...
0
votes
0answers
7 views

Umbraco 6: Creating new Template using a View instead of Masterpage

I'm trying out Umbraco 6. I've already installed and modified uBlogsy successfully. I wish to create a new Document Type and matching template, but every time I try to do so a new file is created on ...
0
votes
3answers
53 views

Shared login in two MVC Projects? Why?

Imagine when you create a new MVC4 Project and you start registering an account using SimpleMembership and you logged using Remember Me checkbox. Now, when you create another MVC 4 Project, the ...
0
votes
4answers
26 views

How to hide column and access it programatically in Gridview?

I have a gridview which is bonded totally programatically . I want to hide some columns and also rich them to show them in the label. Here is my gridview : <Gridview ID=Gridview1 runat="server" ...
0
votes
2answers
39 views

Invalid expression term error in the code

Error 1 The best overloaded method match for 'int.TryParse(string, out int)' has some invalid arguments Error 2 Argument 1: cannot convert from 'int' to 'string' It gives me error in ...
0
votes
0answers
13 views

Get user name and surname by user id FB Api

In the Facebook API is there a way in which I can get a user's name and surname by user id? I am using FB API in my ASP.NET MVC application and I am using the MultiFriendSelector to let the users ...
0
votes
3answers
37 views

MVC 4 - Unable to update a partial view via an Ajax call

I have an MVC 4 view that contains a partial view. The partial view is included in the main view as follows: <div id="PartialView"> @Html.Partial("_PhotoList", @Model) ...
0
votes
1answer
16 views

Different FieldHeaderStyle DetailsView for edit vs readonly mode

I'm using an ASP DetailsView and would like the item header to be different depending on what mode the DetailsView is in. I have two images - each one is 500px wide and 30px high. The right 300px ...
1
vote
4answers
26 views

Assign a dynamic string to the ID of an element

I want to assign a dynamic string to the ID of an element. Here's how my input element is: <input id = 'ac'+ @item.index /> notice, I am assigning 'ac' + @item.index @item.index is the ...
0
votes
1answer
29 views

How can I move a file from one bucket to another programmatically

I am trying to do an image upload in which I upload images to a bucket called "MyImagesTemp" and then at a certain point i would be able to get the file name and move it from MyImagesTemp to ...
1
vote
4answers
67 views

Parsing xml dynamic tag using c#

I'm a c# learner and now I've been facing this situation: Here is the sample of xml I'm working on <User_Security> <bob> <group>s1, a2, b3</group> </bob> ...
0
votes
1answer
12 views

Where is IsolatedStorage located on the filesystem when using IIS/ASP.Net?

For one reason or another, I'm using IsolatedStorage with ASP.Net under IIS 8.0(Integrated mode w/ .Net 4.5). This actually works exactly as I'd expect. However, it's very handy to debug isolated ...
1
vote
2answers
45 views

Linq Sorted Groupby and Orderby fields

I feel I am just on the edge of my answer! I have a custom fileInfo class with holders info such as "reporting store number" , "report date" etc... I have a List<fileInfo> which I hold all ...
0
votes
0answers
16 views

Server side dynamic XML file

I am working on an asp.net project where I have to create on the server side a XML file dynamically. The data comes from the server and I have to sent that to the client as a response to a request. ...
0
votes
1answer
14 views

Error: Request is not available in this context

I have this code in global.asax void Application_Start(object sender, EventArgs e) { // Code that runs on application startup if (Request.Cookies["mylang"] == null) { ...
0
votes
1answer
23 views

Binding Numbered Arrays in MVC

I'm seeing an odd (to me) issue where I am attempting to post an array of integers based on checkboxes. When the values are not posted in order, the model binder doesn't seem to function in a way ...
2
votes
1answer
46 views

In ASP.NET MVC 4, where is the connection between controller and view stored?

New to ASP.NET MVC, I understand that, if I right-click in an action within my controller, the context menu gives me Add View, and Go To View. Where does the app store that connection? I have ...
0
votes
1answer
40 views

URL redirect page w/ POST, use JavaScript or C#

I need to create a simple service that accepts some query string parameters, fires off a POST to a service that accepts some of those parameters then, redirects to a different page that is specified ...
-6
votes
0answers
30 views

Make invisible forms from a table asp.net

so I got this new page I'm working on and the thing is i just need like 25% of the forms (texbox, labels, and so on) from the control to be visible, the other ones are being used in other pages and I ...
0
votes
1answer
14 views

Model (ViewModel) binding when model needs dependencies injected

I'm using Ninject for dependency injecting in an ASP.Net MVC application (This is my first project using Ninject or DI at all for that matter). I'm opting to using the Model-View-ViewModel pattern. ...
0
votes
0answers
22 views

Orientation for sub items in a horizontally oriented menu in asp.net?

I am trying to figure out the best way to orient sub menu items vertically in a ASP Menu which is oriented horizontally like this <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal"> ...
0
votes
1answer
13 views

In controller part ASP.NET MVC 4 Survey project

In the code below I have a problem: List<SurveyContext> surveys = (from s in DbContext.Surveys where s.userName == s.userName ...

1 2 3 4 5 4423