| Thread | Last Post | Replies |
|
| In a GridView how do you search for an item and set the GridView1.PageIndex accordingly? | 18 Oct 2007 19:06 GMT | 1 |
I have a GridView that displays multiple pages. I also have a TextBox where the user can input an ID (one of the GridView column values). I would like to use this TextBox.Text value to search the GridView for
|
| MaintainScrollPosition in masterpage + ajax | 18 Oct 2007 17:02 GMT | 2 |
Hello. A little tricky situation: I have a master page. Inside that master page I have A div (With overflow:scroll) that contain an ajax updatePanel. Inside that updatePanel I have a tree.
|
| Optimizing an ASP.NET application | 18 Oct 2007 16:57 GMT | 2 |
Yesterday I ran my ASP.NET application as a client and it had serious performance issues (clicking a button and waiting 2 minutes to get a response, images downloaded very slowly, etc.), so I've entered another application on the same server, but this one was a classic ASP
|
| this.Controls.Add(Control) Does Not Add Control to child collection (this.Controls.Count == 0) | 18 Oct 2007 16:53 GMT | 3 |
Ok, as silly as it may sound, I have a situation where I am creating a CompositeControl in ASP.NET 2.0, C#. I have the following code in the CreateChildControls() method that build the control's child control collection:
|
| Why won't the following work in FireFox? | 18 Oct 2007 16:39 GMT | 11 |
I have the following code which allows you to drag a div in IE, and have it then move back to it's natural position when you release the mouse button: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| Retrieving ObjectDataSource columns | 18 Oct 2007 16:21 GMT | 7 |
I have a simple data object that returns two columns in a dataset, ID and DESC, for example. When I bind a dropdownlist to this <dataobjectmethod>, I have to manually enter the column names for the ID and value. How do I make
|
| LINQ Query | 18 Oct 2007 15:59 GMT | 2 |
I have 2 tables: [A] > Aid, Aname ... [B] > Bid, Aid, Bname ... I need to get the records in B given a Bname and a Aname. I think I
|
| GridView - no columns | 18 Oct 2007 14:05 GMT | 7 |
I have a GridView that successfully populates, however when I interrogate its Columns collection in code it has 0 entries (there should be in my case 4) I need this to change the visible property of some columns. Guy
|
| SetNoStore | 18 Oct 2007 12:07 GMT | 1 |
I am trying to prevent ASP.NET from caching a ASPX page using Response.Cache.SetNoStore() but the page still gets cached. How do I prevent the page from caching? I also tried using Response.Cache.SetNoServerCaching but the page
|
| Gridview DataBind Problem | 18 Oct 2007 09:51 GMT | 1 |
I have an SP which returns near about 10000rows from the oracle database, i want to bind the data to the gridview but while fetching the data from the oracle database its takes too much time and sometime my request goes timeout.
|
| Working with live data..danger | 18 Oct 2007 09:22 GMT | 11 |
Not sure I am in the right place here but thought I would ask an open question. We have an IIS website, mainly ASP files, .NET 1 & 2, this is located in our DMZ. It connects back into the LAN using using port 1433 to our SQL 2000 server.
|
| Single Page Sorting | 18 Oct 2007 08:00 GMT | 2 |
I am currently using a DataGrid to display a list of Top 20 Customer Accounts that are sorted by a sales value. These results are retrived from an ObjectDataSource From this list I want to sort the results by for example Customer Name,
|
| Image cannot be display | 18 Oct 2007 07:45 GMT | 1 |
All, I try to write a small asp.net page (with Ajax a.k.a. Atlas). For some reason in the IDE, Visual Web Developer 2005, I can place an image and see that the image is loaded correctly
|
| IIS appliction pool Recycling drops DLL-references | 18 Oct 2007 07:41 GMT | 2 |
I'm not sure if this is the right group, but: When the IIS performs a recycle on an given Application Pool, the website on this pool seems to loose references to third-party DLL-files in the bin-folder.
|
| AJAX Controls | 18 Oct 2007 07:07 GMT | 3 |
October 17, 2007 06:00pm Hi all I am new to ASP Net 2.
|