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

How to return the value inside Json

I want to get the data from the server in my Windows phone 7.5 and for that I'm using Json.net .I want to return the returnType value which I received from server but I don't know how to return it.I ...
0
votes
0answers
4 views

Asp.net OnSelectedIndexChanged event not firing despite autopostback being true

Okay I have some code for a website I am building. I have a listbox that is databound to an SqlDataSource. When selected, it is supposed to generate an SQL query that updates\filters a different ...
-1
votes
1answer
20 views

Insert a row at certain points in a datatable?

I have a table that looks like this: Name Hours Mark 10 Mark 15 Mark 10 Mark 13 Albert 11 Albert 12 Max 10 Max 13 This data resides in a datatable, which is the datasource for my ...
0
votes
0answers
6 views

Increasing the Maximum Upload Size only for a specific folder in my asp.net appl

The theory: The 4MB is the default max file size with asp.net for uploading files, but you can override it in your web.config. For instance, to expand the upload limit to 20MB, you'd do this: ...
0
votes
1answer
15 views

multiple radio buttons can be selected at the same time

I am trying to create a asp.net form app. I am using Foundation.Zurb framework as css. but the multiple radiobuttons can be selected in the same form. How can I prevent this? <tr> ...
0
votes
1answer
10 views

GridViewDataDateColumn - Trying to apply different date format in different row cells of the same column

I have a GridViewDataDateColumn in ASPxGridView. I am trying to apply different date format in cells of the same column. For example: I have a "CreatedDate" and "status" columns in an ASPxGridView ...
1
vote
2answers
23 views

Hide/Show Placeholder using Jquery

I have a placeholder and want to show it using JQuery. Now in placeholder I cannot have style="Visibility:hidden" so I have to set the Visible Property to False, hence Jquery not able to find it. My ...
0
votes
0answers
2 views

Opening pdf in DotNetNuke

I have a pdf file uploaded from the filemanager, this file must be shown in a new tab when a user clicks on the download button. For now I just create the link manually, because I don't know how else ...
0
votes
1answer
14 views

jquery ajax post with error and success message returned from the server

Here is my view <div> @using ( Html.BeginForm("jQueryPost", "Home",null, FormMethod.Post, new { id="FormPost" })) { @Html.TextBoxFor(x=> x.Name)<br /> ...
0
votes
0answers
5 views

asp.net grid view hyper link pass values to new window

hai guys here is my question please help me I have a gridview with hyperlink fields here my requirement is if I click on hyperlink of particular row I need to display that particular row values into ...
0
votes
1answer
16 views

How to filter dates older than 3 days in Crystal Reports?

I'm currently working a project that requires a report. I have never used any type of reporting before but I have researched and many people use Crystal Reports. I have implemented this into my ...
0
votes
0answers
10 views

Creating Multilevel Menu at Runtime in ASP.NET?

I have database Structure like below TblMenu >> MenuID, MenuName, LinkPath, MenuDesc, MenuPosition, IsParent, ChildID I am fetching Items at Runtime at Masterpage and want to display items properly ...
-2
votes
1answer
15 views

asp.net c# 3 layer LinqTOSql project

I am looking for a template for a 3 layer architecture sample project which should contain the data access layer, the business access layer and the presentation layer. Does anyone have a link for a ...
0
votes
4answers
30 views

Run Javascript function after postback in asp.net

I have a button which causes a postback and also calls the javascript function hideInsert() which looks something like this: function hideInsert() { $('.hide').hide(); alert("hide"); ...
0
votes
3answers
40 views

Is there alternative editors to ASP.NET and C#

same as title suggest, I have recently got into the asp.net business and I was wondering if there are better code editors available or better yet just simpler/more instinctive shortcuts and plugins ...

1 2 3 4 5 11730
15 30 50 per page