Questions tagged [asp.net-3.5]

asp.net-3.5 is the 3.5 version of web development framework asp.net, part of .Net. It features: ASP.NET AJAX as a part of the runtime, new LINQ data capabilities, improved support for CSS.

1125 questions
0
votes
1 answer

AjaxControlToolkit 3.5 - ReorderList scrolling div issue

I have a ReorderList inside a vertically "scrollable" DIV tag which does not work when the scrollbar for DIV tag is already scrolled and we try to re-order visible items. For details, please refer http://forums.asp.net/p/1068063/1550532.aspx. I…
AYK
  • 3,312
  • 1
  • 17
  • 30
0
votes
1 answer

ListView Hierarchical data - ASP.Net

I'm working on an asp.net application where I need to display records in the form of a ListBox in hierarchical format (parent-child records). I managed to do that using ASP.Net 3.5 ListView Control, but I couldn't get the functionalities of the…
Sridhar
0
votes
1 answer

Performance related issue

There is following scenario: I am working on one telecom based project which generates price for provided site details input. Input is passed in the form of Excel sheet and corresponding output is displayed in gridview. Output grid contains two…
associate
  • 1
  • 2
0
votes
1 answer

items per page, asp.net 3.5, c#, GridView

I am trying to extend the Paging property of our Gridview to allow a user to select how many items they would like to see per page by clicking on the respective text links; i.e., 25 | 50 | 75 | 100. The page property is set in the code behind as…
Carol
  • 3
  • 2
0
votes
1 answer

chrome browser issue with asp.net 3.5 website

I have developed one website in asp.net 3.5. It is perfectly running in all browsers but its flickering in chrome. I am not able to find the reason. What I am doing is, I have 5 type of banners(Header,Footer,Silver,Gold and Diamond) and each one is…
0
votes
1 answer

Error obtaining the response from a Web Service call

I am trying to consume a Web Service and, though apparently all my parameters seem to be okay, I keep getting an erro page as response instead of an array of bytes which is what I am expecting and what the WebService is supposed to return. My…
0
votes
2 answers

simple LINQ query

i am having trouble joinging tables on a LINQ query. (source: kalleload.net) As you can see there are three tables there. On my webpage, i want to display the following data in a List View. betid | bet.title | bet.description | match.location |…
masfenix
  • 7,736
  • 11
  • 45
  • 60
0
votes
1 answer

Enable no timeout for one specific page

I have a page that doing something, it can take 1,2 hours or even more... After a while I get request timed out, I want that this specific page will NOT get request timed out - ever(or at least 24 hours). How do I do it? Thanks.
Nir
  • 2,497
  • 9
  • 42
  • 71
0
votes
2 answers

ASP.NET Login control, how to query user-specific data

I have installed a Login control in ASP.NET/C# in login.aspx and after the user has logged in, it takes him to the member.aspx page. All works perfectly fine but what should I do if I want to query a database for some user-specific data? How would I…
dotnetasp35
0
votes
2 answers

Why is my viewstate growing between postbacks when using dynamic data?

I'm writing a pretty complex web form using ASP.NET Dynamic Data. Several of the controls on this form post back, since there are dependencies between controls. I'm noticing that the viewstate is growing larger with every postback, until after 5…
0
votes
2 answers

How to automate a task in a ASP.NET website in C#

NET. I want to modify a field "Age" for all account holders in my MYSQL database once an year. Is there any way to automate this task?
Deepak Joy Jose
  • 103
  • 1
  • 3
  • 14
0
votes
1 answer

ASP.net Reverse User GUID to UserName

Struggling trying to find best way to reverse a GUID to username. Any help?
0
votes
2 answers

I have added the child controls on repeater control. that child control not firing the event

i have create the wizard control , in side this i have create the repeater control.this repeater control has three radio buttons.all are created with dynamically.I want to fire a radio button checkedchange event. find the code: **Panel…
Devas
0
votes
1 answer

App_Code modules ignore machine.config namespaces

I have a legacy ASP.NET/VB.NET WebSite. There several App_Code modules/code files that use types from common namespaces (such as the "System", etc.) included in the machine.config file. For some reason, these modules do not recognize the included…
Mikhail
  • 9,186
  • 4
  • 33
  • 49
0
votes
0 answers

binding data with 3d cylinder chart using asp.net 3.5

My data: Product_C====== Product_B====== product_A====== Month 124=========== 101=============== 60 ============= Feb 123============99=============== 59==============March 130=========== 100============= 70==============April is it…
Salahaldin
  • 92
  • 4
  • 15