| Thread | Last Post | Replies |
|
| Best practice | 27 Feb 2006 18:50 GMT | 1 |
I have a question related to performance and/or best practice. Whenever I try to access a column's value from the dataset I use the following convention. if(objData.Tables[0].Rows[0]["FIELD_ID"].ToString()!="")
|
| WebForm Organisation | 27 Feb 2006 18:45 GMT | 1 |
I'm confused with ASP's WebForms and would like some advice. I explain better with an example: I have a travel system where you create a booking by entering your email, telephone number, etc into a form and once submitted a 'booking' object is
|
| Static life cycle | 27 Feb 2006 17:58 GMT | 2 |
How static are static variables in ASP.NET? This is not a real example, but it's good enough to make the point. Say I have a custom control with a dictionary. The dictionary is composed of 10,000 strings read from a file and hashed. Obviously I don't want/need to
|
| Using themed css files requires a header control on the page | 27 Feb 2006 17:51 GMT | 5 |
I get this exception when I use a themed css file. In my web.config file I have: <pages theme="dRise"> and the trouble page is a master page :
|
| Serious Warning about upgrading to 2.0 -- ccokieless sessions | 27 Feb 2006 17:06 GMT | 1 |
We upgraded this weekend and are now getting call after call on our tech support line. It appears that 2.0 handles the cookieless sessionID differently than 1.X. Now every one of our customers that had our site bookmarked with their sessionID in the URL is getting a server error ...
|
| click event on hyperlink field | 27 Feb 2006 16:49 GMT | 2 |
Hi have a hyperlink column in my datagridview. How can I capture the click event on the hyperlink ? Thank you
|
| object is null or no object | 27 Feb 2006 16:43 GMT | 2 |
I have two colums for adressdata. The first one is enabled and includes fields like name, city and postcode. The second has the same fields, but is disabled. With a button, which says, there is a different delivery address, I enable them. To here no Problem.
|
| regex.replace | 27 Feb 2006 16:41 GMT | 1 |
I'm a newbie to regular expressions. I've a requirement where in I need to search a string and replace a pattern within it.... I want to replace the src attribute of the below string.... " <img src=\"c:\\windows\\windows\\desktop\\imagfes.jpg\">gfhsdfjsd<img
|
| Using the post method | 27 Feb 2006 16:16 GMT | 1 |
I have read that the way I have to read a text box from another page has changed. I have a form using the post method I am constructing the name of the text box using a recordset field. <td WIDTH="60"><input type="text" name="<%=Cstr(rs("ItemID"))%>"
|
| What's the point of precompiling a web site? | 27 Feb 2006 15:59 GMT | 10 |
I was just looking at aspnet_compiler.exe and thinking how useful it was to have your web site compiled, then I thought that maybe it isn't!! What's the advantage? I would never upload a site, nor even upload a new version of one file, without immediately testing it a browser. ...
|
| Big usability problem with validators | 27 Feb 2006 15:54 GMT | 4 |
If you add (say) two text boxes to a form, then add a validator with some simple rule for one of them, you can observer the following problem:- Type some erroneous value in the text box with the validator, then click
|
| How to get a string from a thread onto a page? | 27 Feb 2006 15:46 GMT | 4 |
I created a thread in Page_Load and get a string through a socket from another process. Then I show this string in a textbox on the page. When Page_Load exits, the string does not display on the textbox. If I add a Response.Flush() statement, I get an exception of type:
|
| link label color | 27 Feb 2006 15:17 GMT | 1 |
Is it possible change the default color of a link label and basically override the client side settings? I need another color on my site for the links other than Blue (unvisited) and Purple (visited)? Thanks
|
| d | 27 Feb 2006 15:00 GMT | 1 |
|
| how am I killed IIS? | 27 Feb 2006 14:48 GMT | 6 |
Hi everyone, I am somehow managing to kill IIS, please help (running ASP.NET 2.0). I have a page (PAGE) with a dynamically loaded control (DLC1), this control itself has a further dynamically loaded control with in (DCL2).
|