| Thread | Last Post | Replies |
|
| getting the character code of a character in a string | 19 Jan 2006 21:27 GMT | 9 |
I'm trying to convert some JavaScript to C# and don't know how to get the character code of a character in a string. in JavaScript it is as follows: for( i = 0; i < email.length; i++) {
|
| "Protect" or Disable Editing of A Webcontrol | 19 Jan 2006 21:15 GMT | 7 |
I hope somebody can make a hero out of me before tomorrow! Let's say I have a web page with a couple of textboxes, checkboxes, radio buttons, etc. User fills in some data, clicks submit, and off it goes. Tomorrow, someone else retrieves that page with the data. I want the second ...
|
| View state problem | 19 Jan 2006 20:54 GMT | 4 |
The code snippets are below. I write in (C#) a Page object in a control library. I'm using this page as an HtppHandler in a website (which referes the DLL). This page contains 2 panels (one is visible when the other is not).
|
| ObjectDataSource & GridView for variable length input lists | 19 Jan 2006 20:50 GMT | 1 |
Re: ASP.NET 2.0 I would like suggestions or code examples on how to collect a variable length list of input data (item# & item quantity specifically). I thought that I could accomplish this using a GridView that has ViewState
|
| Adding Reference | 19 Jan 2006 20:30 GMT | 1 |
I need to add a reference to a DLL on a code page. I cannot install the dll on the machine. Neither can I reference it in the web config file, neither do I use VS or have a project application. I tried using like:
|
| Referencing class methods when using JIT directives | 19 Jan 2006 20:21 GMT | 1 |
In my ASP.NET application, I have user controls that refer to each other's static methods. It works fine using the standard DLL compilation. I now have a requirement where I need to get rid of my DLL, and go completely wth JIT compilation using the Src attribute in each user ...
|
| Web.config not recognized in root directory | 19 Jan 2006 20:17 GMT | 1 |
I am using the new "web deployment addin" in VS 2005 to output my web site. The web site is correctly output (assemblies generated in the \bin subdirectory). The web site on my developement machine (WIN 2K OS) can be accessed and works correctly from other workstations (i.e no
|
| databound datagrid to sql with rollup | 19 Jan 2006 20:14 GMT | 1 |
I have a SQL Server 2003 stored procedure that uses "select ... group by ... with rollup" syntax. The total of columns from the query varies from 3 to 4. The query returns several rollup generated null column rows. In an ASP.Net form, I have a datagrid.DataSource bound to the
|
| Switching Context From HTML to Code Behind | 19 Jan 2006 20:02 GMT | 2 |
Hey guys, Apologies if this is in the wrong thread, whenever I search for <% or "switching context" I get no results. What I am trying to do is set the value of a html text box to a server side
|
| Using localhost in Windows 2003 server | 19 Jan 2006 19:13 GMT | 4 |
BC31019: Unable to write to output file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_login.aspx.cdcab7d2.pfohb--r.dll': Access is denied.
|
| Need to find which text box has the focus. | 19 Jan 2006 18:58 GMT | 1 |
I have an aspx form with 52 text boxes, each one representing a week. On another part of the form I have a further 7 text boxes, each representing a day of the week. I'd really like to be able to mimic the functionality in the VB6
|
| Caching scenario suggestions | 19 Jan 2006 18:43 GMT | 1 |
I have a navigation bar user control that is very expensive to create from the database. This toolbar will only change when the user navigates to a different section (there are three in total). What I would like to do is cache the toolbar while the user is in a current
|
| Thread was being aborted | 19 Jan 2006 18:41 GMT | 3 |
Howdy, I have an error mod in my app that emails me whenever there is an error. I use try..catch to capture the error. It works great, I love it, except for this one minor issue. Whenever there is a script that processes some data
|
| ServerVariables("LOGON_USER") reports a length greater than the characters displayed | 19 Jan 2006 18:23 GMT | 1 |
I am trying to figure out why I am trying to use the result of Request.ServerVariables("LOGON_USER") in a query in my aspx application. I want to use the server variable. When I check the length of the string that this method returns
|
| Text below an image | 19 Jan 2006 18:22 GMT | 9 |
Im gonna display a list of images in an aspx page from sql server Db.Each image has a link.When someone clicks the image i want the width and size of the image to be displayed at the bottom of the image without any coding at code-behind because the resulting page will display only ...
|