| Thread | Last Post | Replies |
|
| Warning and how to optimize code | 19 Jan 2006 08:02 GMT | 2 |
I have 5 warnings only but I want to know how to "optimize" my code so that it is "clean." The warning is this with all 5 the same Warning 1 Variable 'strxxx' is used before it has been assigned a value. A
|
| 2.0 ws bug | 19 Jan 2006 06:12 GMT | 2 |
When you put a Web service in the same iis app directory as a regular web app, you get the following error:- The MaintainScrollPositionOnPostback page directive cannot be set without an htmlform.
|
| Data display question | 19 Jan 2006 06:04 GMT | 3 |
I don't know if I'm doing anything wrong, but I'm trying to list 3 products per line on a page. So for example, if a user searches for 'widget' and he gets 4 results, I would have something like: w1 w2 w3
|
| Posting data and reading it | 19 Jan 2006 05:31 GMT | 3 |
I'm posting the data to another page and reading the results. I'm doing it approximately as described here: http://authors.aspalliance.com/stevesmith/articles/netscrape2.asp It works fine. But I'm getting the result as one string. I know the field
|
| checkboxFileld in gridview | 19 Jan 2006 05:07 GMT | 1 |
I have checkBoxField in gridView and I want it to be "enabled" as if it was a normal checkbox so the user can change it's value. How I can achive this ? Jarod
|
| making word and excel file | 19 Jan 2006 04:28 GMT | 2 |
i'd like to make some word and excel file from webpage this word file is the same as the webpage how can i make it?
|
| Updating component attributes | 19 Jan 2006 04:15 GMT | 3 |
If I update the background color of an asp.net control (e.g. a TableCell) from client-side javascript, how do I read that change from asp.net server-side code (e.gf. in C#)? Many thanks.
|
| How do I get from dynamic aspx to static html | 19 Jan 2006 03:22 GMT | 5 |
I created this neat little .net site which tracks the inventory of my little widge company giving me real time inventory counts and whatnot. It uses your standard code that calls a stored procedure and loads up a datagrid and works really well.
|
| changing the asp.net development server port? | 19 Jan 2006 03:11 GMT | 2 |
At my new job the asp.net development server port is 2204. So the only way for me to test aspx pages is by typing "localhost:2204/myapp/default.aspx". At my old job this port was not enabled and I could simply type localhost/myapp/default.aspx. Is there a way to change this ...
|
| Calendar control to display image on Mondays | 19 Jan 2006 03:09 GMT | 2 |
I am trying to get an image to appear on all Mondays within the calendar control. I also want that image to be a link. How can I do this?
|
| Microsoft.Web.UI.WebControls doesnot work when upladed to web hosting server | 19 Jan 2006 03:07 GMT | 3 |
We have an application that works perfectly in-house (tested on 3 different servers). It uses Microsoft.Web.UI.WebControls.dll for menubars and toolbars. Problem Description:
|
| Asp:TreeView | 19 Jan 2006 02:08 GMT | 3 |
How do I get the new TreeView (asp2.0) to load something in an Iframe? I've setup a NaviagateUrl and set the Target property to the name of the Iframe, but it still tries to load a new window?! Cheers
|
| Silly question about XHTML | 19 Jan 2006 01:34 GMT | 4 |
I think I'm having a dim day and should just go back to bed, but alas, I cant do that.... I'm writing a peice of code to create XHTML compliant documents using System.IO, there's probably an easier way but anyway... my code works fine,
|
| Can you use DataSource property from event handler? | 19 Jan 2006 01:13 GMT | 1 |
I am trying to get the DataSet from a Repeater using its DataSource property from an event handler. I am getting Null instead. Should the DataSource persist when the event hadler is called or is Null the
|
| A Visual Studio 2005 Standard problem | 19 Jan 2006 00:49 GMT | 3 |
In Design View, sometimes the Properties Window will not refresh properly when I select different controls on the page. Has anyone else noticed this problem?
|