asp.net-2.0 Questions

7

Solved

I have to build a small webapp for a company to maintain their business data... Only those within the company will be using it, but we are planning to host it in public domain, so that the employee...
Cato asked 5/2, 2010 at 6:1

2

I have a web server running Windows Server R2 Standard, and am experiencing the issue described in this blog post: http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsU...

2

Solved

I'm trying to get the equivalent int value of guid.getHashCode() in SQL Server 2008. I've tried CHECKSUM(uniqueidentifier var) but it does not return the same value. Is it possible to get the HashC...
Congreve asked 9/7, 2013 at 13:52

3

Solved

Can you please guide me what is session and session variables? I don't need a comparison of ASP session and ASP.NET session because I don't know anything about ASP. I have seen many articles on t...
Vortumnus asked 21/4, 2010 at 5:17

9

Are there any known issues with IIS 7.5? I'm getting the following error when I try to browse/start/view any page on the site. HTTP Error 500.19 - Internal Server Error The requested page cannot b...
Reichert asked 1/8, 2009 at 1:24

2

Solved

I have a question about converting a datareader to a datatable. In my code, I have a datareader created in one class and passed to another class that I want to convert it to a datatable. When I d...
Concent asked 23/2, 2012 at 12:35

4

Solved

Am writing a new C# web forms app and there is a strong possibility it will be deployed on a web server that only supports .Net 2.0. I'd love to be able to use something like Dapper or PetaP...
Esma asked 1/2, 2012 at 15:56

6

Solved

I want to Resolve "~/whatever" from inside non-Page contexts such as Global.asax (HttpApplication), HttpModule, HttpHandler, etc. but can only find such Resolution methods specific to Controls (and...
Isaacson asked 7/4, 2010 at 1:57

7

is there an easy way to reset ALL text fields in an asp.net form - like the reset button for html controls?
Oujda asked 8/11, 2008 at 15:59

4

Solved

I have an asp.net web-page application and i want it to be accessed using a local area network(LAN) or wireless area network(WLAN). I do not know where to start. Is there something that i wi...
Timms asked 14/3, 2009 at 17:52

11

Solved

I am developing a web application using ASP .NET 2.0, VS 2008 and SQL Server 2005. I would like to Use SSRS 2005 for the various reports I need to build for this web application. I would like to co...
Stickseed asked 3/2, 2009 at 15:9

1

I am using Asp.net 2.0. I do a server.transfer from page 1 to page 2. The URL remains page 1. Now I click a link on page 2 and that will transfer me to page 3. So the URL should remain page 1. Inst...
Cortisol asked 12/3, 2010 at 0:15

18

Solved

I am an absolute beginner at ASP.NET. How can I learn it better? Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
Malposition asked 24/11, 2009 at 14:1

3

Solved

using (SqlCommand cmd = new SqlCommand("ReportViewTable", cnx) { CommandType = CommandType.StoredProcedure }) When I try to open this page in the browser I am getting the CS1026: ) expected...
Sharpeyed asked 5/4, 2012 at 13:31

1

My application is built on ASP.NET 2.0 and is hosted on a dedicated server running Windows Server 2008 R2. From the last few days, my users are complaining that the application starts malfunctioni...
Bondmaid asked 23/2, 2012 at 10:56

1

Solved

I am creating a asp.net 2.0 webservice which give json as output and there's a very large, can't be break down, dataset which exceed the max length limit I have search on the internet, and there's...
Infanta asked 28/7, 2011 at 13:51

10

Solved

I keep getting this error ever so often when I launch the debugger to debug my site. I'm using the Telerik controls, and usually the error is in my tab strip. Here is an example of the error I'm lo...
Coffin asked 13/1, 2009 at 20:31

5

Solved

As you can see this is a question from a non web developer. I would like to have an ASPX page which, under certain circumstances, can generate a 401 error from code. Ideally it would show the IIS s...
Birch asked 20/10, 2008 at 6:53

4

Solved

I'm new to ASP.net, how can I read parameters passed from ASP.net page (http://website.com/index.aspx?id=12&nam=eee). Any small example will be appreciated, just something for me to start from...
Moonfaced asked 3/7, 2009 at 7:25

5

Solved

I can't seems to change the default color of the required field validator. In the source it is: <span class="required">*</span> <asp:RequiredFieldValidator ID="valReq_txtTracks" run...
Canoe asked 20/10, 2008 at 20:27

4

Solved

I would like to do something like this in ASP.Net 2.0: <asp:Repeater id="myRepeater" runat="server"> <ItemTemplate> <% if (DataBinder.Eval(Container.DataItem, "MyProperty").Equal...
Jankowski asked 7/4, 2009 at 13:17

7

Possible Duplicate: Javascript percentage validation I want to allow 0.00 to 100.00 only. function ValidateText(i) { if(i.value.length>0) { i.value = i.value.replace(/[^\d.d]...
Elayneelazaro asked 6/7, 2011 at 7:37

4

I'm trying to use the server side functionality of the jQuery Datatables plugin with ASP.Net. The ajax request is returning valid JSON, but nothing is showing up in the table. I originally had pr...
Electrobiology asked 5/2, 2010 at 20:26

2

Solved

Firstly there's a great overview of the IIS7 HTTP request lifecycle and various settings that affect performance here: ASP.NET Thread Usage on IIS 7.0 and 6.0 Very specifically though, in dotNet ...
Constrictor asked 19/1, 2011 at 16:9

4

Solved

I wanted to know when the browser is closed at server side in asp.net 2.0. How to detect in code behind?
Calore asked 2/12, 2010 at 8:47

© 2022 - 2024 — McMap. All rights reserved.