This tag refers to the version 4.0 of the ASP.NET web application framework introduced with the .NET Framework 4.

learn more… | top users | synonyms

1
vote
2answers
40 views

Is Web Service in ASP.NET obsolete? What to use with ASP.NET 4.0?

I have to write a simple Web Service application in ASP.NET. I read somewhere that Web Services is now obsolete and some new technologies like WCF is there. But as the name suggests, Windows ...
1
vote
1answer
22 views

Does setting of HTTP cookie in ASP.NET Takes time?

I am facing a strange problem. I am setting a cookie in one page (Response.setcookie), then doing Response.Redirect to another page and there I am accessing cookie (from Request of that page). Now ...
0
votes
0answers
7 views

How to check role based authentication on button click event

I have a login form in which user have to enter credential i.e. username and password.In my code i check that user whether it is an authorized user or not now i also want to check what is the access ...
0
votes
0answers
5 views

redirecting to different domian from href but url routing causing issue?

I have created an application in asp.net 4.0 and implemented url routing in global.asax file. Everything is fine till now. But in one page, i need to redirect the user to different domain. <a ...
0
votes
2answers
39 views

Url rewrite for subdomain as Username

first of all i do not have enough experience with Url rewriting in asp.net. Anyways i pulled url rewriting thanks to SO and other helpful articles over internet. But this new project have a specific ...
1
vote
1answer
29 views

How to get the value from the list with in the object

I am calling a service, service is returning an object that contains a list. in this list number of elements are there like list[0],list1,etc... Now i am trying to get value from the list, but it is ...
0
votes
0answers
22 views

Website is getting barraged with bad requests [closed]

In the Google and Bing webmaster tools I see that thousands of bad requests have been made to my website for URLs that don't exist. I'm concerned this will hurt my SEO and degrade performance via ...
2
votes
1answer
18 views

Response.Redirect() vs Response.RedirectPermanent()

I am new in ASP.Net 4.0, and have seen a new feature called Response.RedirectPermanent(). i have checked few articles, but unable to understand cleanly the actual meaning and difference of ...
0
votes
0answers
18 views

.html Url Rewriting working on local PC but not working on web hosting . My Global.asax file code below

private static void RegisterRoutes(System.Web.Routing.RouteCollection routes) { routes.Add(new System.Web.Routing.Route("{resource}.axd/{*pathInfo}", new System.Web.Routing.StopRoutingHandler())); ...
-3
votes
0answers
49 views

How to split name in different row of gridview [duplicate]

Hi coder i have a question which i won't be able do so may be you guys can help me i have string which contain name in series like this FXP/R,U ...
2
votes
1answer
58 views

How to divide series of names into different rows

I have a list of name in series like: 1.WROBEL/TERESA 2.WROBEL/MAREK Now what i want is to show these name in grid like this WROBEL/TERESA WROBEL/MAREK and so on i dont want number and . into ...
3
votes
0answers
39 views

Object of type “X” cannot be converted to object of type “X” (again)

I've seen the dupes of this. None of the answers there are helping me. The peculiar details of our situation are: The class that cannot be converted is a result class coming from the WCF service. ...
1
vote
1answer
35 views

How to match two condition on same string to get one output using regex

I have a string in which I have to find PNR number. To get PNR number I have to check two condition: First in Passenger should be more than one. Second String contain ITINERARY REBOOKED. If ...
0
votes
1answer
37 views

Initial SelectedValue in DropDownList not posting back when re-selected

I have a DropDownList with the following markup: <asp:UpdatePanel id="UpdatePanel1" runat="server" ChildrenAsTriggers="true" UpdateMode="Always"> <ContentTemplate> ...
0
votes
0answers
58 views

Regex not matching as expected

I don't know why this code is not executing the nested foreach loop. public DataTable GetPNR(List<string> Request) { dt.Columns.Add("PNR", typeof(string)); foreach (string ...
2
votes
3answers
49 views

ASP.NET Repeater - HiddenField working without being declared

Using ASP.NET 4.0 Bit of a strange one here, my code works but I don't know why! So I have some HTML like so: <asp:Repeater runat="server" ID="uxMyRepeater" ClientIDMode="Predictable"> ...
0
votes
1answer
39 views

How to get one string using two different condition on it using regex in asp.net

I have a string in which I have to find PNR number. To get PNR number I have to check two condition: First in Passenger should be more than one. Second String contain ITINERARY REBOOKED. If both ...
0
votes
0answers
16 views

Access is denied on loading application config

I have a asp.net server application which on specific requests spawns a separate executable to perform some calculations against a database. I have created and successfully tested a working ...
0
votes
2answers
47 views

How to remove ViewState from updatepanel Ajax requests?

I am already storing the viewstate in session. However when I use updatepanel, I still see this: ...
2
votes
3answers
67 views

Are there any difference in using File.Copy to move a file or to write a stream to the location?

I am refactoring some code an have a question that i could use a few comments on. The original code download a file to a stream. Then it writes the stream to a File in a temp directory before using ...
2
votes
0answers
24 views

asp.net handler not picking up case sensitive

I have this handler in my web.config: <add name="handler1" path="*.jpg" verb="*" type="ImageHandler" resourceType="Unspecified" preCondition="integratedMode" /> Problem is the path is case ...
0
votes
1answer
17 views

Shared Hosting Compilation

It seems that whenever I upload a file onto my shared hosting site, the site goes offline whilst it compiles the page no matter how slight the change is. It seems its compiling the whole site. I ...
0
votes
1answer
83 views

AJAX 504 when calling ASP.NET Web API

My AJAX call is returning a 504 error when calling an ASP.NET Web API action. More info: Here's my API action: public HttpResponseMessage Get(string fileName, int feedID) { try { // ...
-3
votes
0answers
41 views

how to create roles and provide authentication and authorization them

I have an application in which i have 3 different folder. What i want is: (a) Create roles in the database. (b) When user enter login details system first check whether that user present in the ...
-1
votes
1answer
47 views

how to check user already exist in th database or not

I have a form i just want to check whether that user in already exist or not and if not then it save in the database else show error message user already exist in know this question i asked many times ...
0
votes
1answer
15 views

how to provide authentication and authorization in application

I m creating an application in which i have three roles. (a) Admin (b) Manager (c) Supervisor What i want is when user enter details on lo-gin page first system check whether user is whether its a ...
0
votes
0answers
77 views

Creating an instance of DynamicDataManager in a SharePoint 2013 webpart throws MethodAccessException

I'm facing a strange problem in SharePoint 2013 WebPart that instantiates an object of type System.Web.DynamicData.DynamicDataManager. It throws the following exception: [MethodAccessException: ...
0
votes
0answers
33 views

Cannot connect with the SQL Server 2008 R2 in a free web hosting

I am hosting a website with the SQL Server 2008 R2 in a free web hosting, I can connect with all the pages except one page which is in the same db. Dim sds As New SqlDataSource("workstation id = ...
0
votes
1answer
9 views

Public Property as ObjectDataSource Select Parameter

I have an ODS, which is bound to an ADO.NET datatable. There is one select parameter. I would like to use a public property which I have declared in my code-behind as the select parameter, something ...
0
votes
0answers
45 views

How to pass array of custom objects to ASMX webservice?

I am trying to pass an array of custom objects from my asp.net code behind to a webservice method. The webservice is ASMX and I can't change that for now. I can verify up to the point of the code ...
1
vote
0answers
82 views

ASP.NET website pages not reflecting recent changes

I have been working on a new intranet site for a few weeks now, and everything has worked as expected. If I made any changes whatsoever (added raw text, new controls, etc) to my .aspx pages, and then ...
1
vote
1answer
58 views

ASP.Net: Find parent control implementing interface T

I have this method which will give me the first parent control which is of the generic type T where T is a subtype of Control. // Given a Control, find parent Control of T public static T ...
0
votes
1answer
36 views

VB.NET compatibility issue between versions 4.0 and 4.5

I'm writing a program on VB.NET, using a WIN8, 64-bit computer. I have the .NET 4.5 framework installed. I'm having a hard time running the program on a WINXP 32-bit computer, which has the .NET 4.0 ...
-2
votes
0answers
30 views

Task parallelism to Retrieve data from database and display it in rad grid parallely [closed]

I want to use task parallelism, in which one task continuously retrieving data from the database and the another task will display the retrieved data (Say 100,200,500,1000,..) in radgrid parallely. ...
1
vote
1answer
38 views

Getting Values of other Series through tooltip

I'm having a Chart whose data is coming from a list. This class has id and count1 and count2 as Properties... Now, i have a list of class...where the values are... Id Count1 Count2 1 -10 20 ...
-3
votes
0answers
43 views

creating a form tag on server side and submitting using post method?

I need to create and submit a form tag onserver side dynamically and submit. Situation is I can't declare form tags at design time. Requrment is on button click (postback) a form tag should be ...
0
votes
1answer
73 views

Asp.Net 4.0 Ajax Postback w/ Redirect produces Double Escaped Url

I started noticing this problem after my session expired and I would click a button to perform an Ajax Postback inside of an UpdatePanel. ASP would catch the expired session and redirect me to the ...
0
votes
0answers
26 views

Chart Displaying Empty after bound with a list

This is the aspx for the chart tag : <asp:Chart ID="Chart1" runat="server"> <Series> <asp:Series Name="Series1" ChartType="Bar" Legend="Legend1" ...
1
vote
1answer
44 views

Getting Sum of Multiple Columns and summing up values for the same id from a list

I have a list which returns. Grade Col1 Col2 Col3 Col4 t1 2 1 3 2 t2 2 5 1 5 t1 2 6 4 4 First, i need to add the values in each row for the ...
0
votes
0answers
90 views

Url only with string ID : URL Routing in asp.net 4.0 Webforms

I previously created a url like this www.mydomain.com/brand/nikkon using URL routing asp.net 4(webforms) RouteTable.Routes.MapPageRoute("brandRoute","brand/{Name}","~/Viewbrand.aspx"); Now I ...
0
votes
1answer
31 views

VS 2010 App_folder Is missing from Add ASP.NET Folder & App_Code Namespace

I could not add App_Code For my project, so I decided to add It as new Folder an naming it "App_code". Is this is correct way to add this folder to my Project? If this is correct way , why I can not ...
0
votes
0answers
26 views

How to change position of selected area on button click?

I want to implement functionality using JQuery which move/change background of selected area on different different button click events, and according to customization there coast will get change and ...
0
votes
0answers
55 views

Access dropdownlist value which is kept outside listview?

I have a listview and a dropdownlist ( this is kept outside listview) and one search button. Now i need to access two literal control from listview which are kept in layout template and ...
1
vote
4answers
57 views

What is default directory of File.Open?

I have this code: Stream f = File.Open("data.majid", FileMode.OpenOrCreate, FileAccess.ReadWrite); Where will be file created?
1
vote
1answer
56 views

Asp.Net Cookie does persists after browser closing

What i'm basically doing is creating a cookie and using form auth. This is what i'm using to create the cookie. Session.Add("username", userName); Session.Add("password", ...
6
votes
1answer
89 views

Is it valid to use `<%= “{0}, {1}”, arg1, arg2 %>` in place of `<%= string.Format(“{0}, {1}”, arg1, arg2) %>` in ASP.NET aspx pages

In my aspx pages I often use the following and it works fine: <%= "{0}, {1}", arg1, arg2 %> I use ReSharper for code analysis. I just upgraded for v6.1 to 7 and it is giving me the following ...
0
votes
0answers
118 views

how to use existed Sequence number in C# Code to get auto increment in combination of two fields

I have created a stored procedure as: ALTER PROCEDURE [dbo].[Budget_Details] @Budget_Type varchar(10) ,@Item_Category_Code varchar (20) ,@Item_Description varchar(500) ,@Configurations varchar(500) ...
0
votes
1answer
179 views

change query string values without redirect in c#

I have a query string that looks something like this: "somename1=123&QueryString=PlaceHolder%3dNothing%26anotherid%3dsomevalue&somename=somevalue" but I want the query string to be something ...
0
votes
0answers
85 views

Labels not updating when loading user control via AJAX in Page_LoadComplete

I have two UpdatePanel on my page. Panel A has some delivery costs based on a selected address. Panel B contains a list of addresses which when clicked causes a post back to update Panel A. I am ...
1
vote
6answers
144 views

Show comma-separated string in datalist or listview?

I have string which has data in comma-separated format. like below. xyz,abc,lmnk Now I need to show these items in one of the column in listview or datalist but like below (vertically). xyz abc ...

1 2 3 4 5 24