| Thread | Last Post | Replies |
|
| GridView sorting | 12 Jun 2006 23:04 GMT | 1 |
I have a GridView with one sort column. When I click the sort column the first time nothing happens. After that when I click the sort column the sort order changes and my grid is updated as expected. I am only having an issue the first time I click on the sort column. I have read ...
|
| OnChange Javascript - IE vs Firefox | 12 Jun 2006 21:53 GMT | 7 |
I'm having a HUGE problem with Javascript under IE, the code below belongs to a page http://filterqueen.brinkster.net/test.aspx it works fine under Firefox, but not in IE...
|
| trap and ignore invalid viewstate | 12 Jun 2006 21:29 GMT | 1 |
I am trying to trap the invalid_viewstate error in my application so that an error email does not get sent. In my global.asax under Application_Error: Exception ex=Server.GetLastError();
|
| ReportViewer Default Format | 12 Jun 2006 20:28 GMT | 1 |
Hello, I was wondering if there was any way to change the default format of the ASP.NET 2.0 ReportViewer control to be a PDF. I want only IE to render in HTML defaultly, whereas Firefox and Opera (and anything else) would generate a PDF so it doesn't look so mangled. I'm
|
| MasterPage Problems | 12 Jun 2006 20:02 GMT | 5 |
In my project i have two master page which i change dynamic in runtime.. The first one with 1 ContentPanel "onepanel.master", the second with 2 contentPanel"twopanel.master".. but when i switch between them it don't work, if the default masterpage is
|
| Split Data in a DataSet | 12 Jun 2006 20:02 GMT | 2 |
I have a dataset with 12 records selected from a Database (Top 12) I need to bind a DataList to the first 6 records and another DataList to the last 6 records. How can I split this datadet in two or accomplish this? copy each set of 6 rows to a DataTable or DataRow()...How?
|
| Master Pages causing me grief | 12 Jun 2006 19:35 GMT | 3 |
I want to pass a string variable from default3.aspx to default2.aspx. I create a property in default2.aspx, called "X", and assign a value. I then call Server.Transfer("default3.aspx") In default3.aspx I have this code:
|
| Session State Problem (ASP.NET 2.0) | 12 Jun 2006 19:20 GMT | 2 |
I'm having some trouble with a combination of these elements: the Session state, a Repeater control, a TreeView control, and a button. Here's the process: - User logs in (loginid stored in session state)
|
| Table where I want to draw a border around the whole table but not between the cells. | 12 Jun 2006 19:20 GMT | 8 |
I have a table with multiple cells and I want to draw a box around the entire table but not around the individual cells. How do I do that? TIA - Jeff.
|
| Error 80070522 attempting to start ASP.NET | 12 Jun 2006 18:31 GMT | 2 |
We have a machine running Windows 2000 which is running a 3rd party application. We recently installed ASP.NET 2.0 on the server to install some addons for this application. When attempting to browse to an asp.net site, we get this error in the event log:
|
| How do I stop the framework from HTML escaping my text? | 12 Jun 2006 18:06 GMT | 6 |
I am populating a drop down list at run time, and the text going in includes a pound sign. I have been trying to add the item like this... drpFerret.Items.Add(new ListItem("Ferrets £9.99")); but the framework HTML encodes this, resulting in the "£" being
|
| Watching my Packet TCP and UDP | 12 Jun 2006 17:22 GMT | 4 |
Hi, What's best way for Watching my Packet TCP and UDP ? Socket ? Some external DLL ? What I need to use for build programs like this? I want measure data on specific or anyone port at Real Time. Thanks
|
| Master Page in Asp.Net | 12 Jun 2006 17:09 GMT | 3 |
Asp.net 2.0 introduced a new component Master Page. Does it do the same work like controller in MVC model or what is it's purpose? Like to know what component in Asp.Net 2.0 act like
|
| 2 Basic Questions | 12 Jun 2006 17:06 GMT | 4 |
1. How can I set a button/image as the default so when the user will press on the enter button that specified button/image will receive the event 2. Is there a method that will insert the cursor into a textbox (or set the focus to any other control)
|
| using directive w/o code-behind | 12 Jun 2006 16:50 GMT | 4 |
I developed an asp.net 2.0 page without using the code-behind model because the page is so simple. Now I am trying to add "using System.Data.OracleClient" to the page, but asp doesn't seem to like it no matter where I put it. Is there a valid syntax for this? I feel silly
|