| Thread | Last Post | Replies |
|
| Compiler Error Message | 28 Jun 2007 13:38 GMT | 1 |
I get this message saying line 75 is the problem. But when I take out " & StateOfInjury & " from a line much further down, the error goes away. Anybody know why?
|
| Validate User | 28 Jun 2007 13:27 GMT | 2 |
I am trying to check if a user is valid as follows: Response.Write(Membership.ValidateUser("usr", "pass").ToString) It always gives me FALSE. The username and password are correct. In fact, if I authenticate the
|
| Tracking Search Results? | 28 Jun 2007 13:10 GMT | 2 |
Could somebody please tell me how to track search results? I want to know how many times, say, a profile picture is returned in a given search and how many times a "searcher" clicks on any given picture in the returned results. I'd like to do something like,
|
| There is no consumer connection point 'IMessageConsumer' on 'bla [2]'. | 28 Jun 2007 12:27 GMT | 1 |
I created a static connected webpart. INTERFACE: public interface IMessage {
|
| Trying to stream back data to Excel from ASP.NET - charset issues | 28 Jun 2007 11:54 GMT | 1 |
Folks, we're trying to stream back a result set from a SQL query into Excel from our ASP.NET application. Basically, we're doing this here:
|
| Strange Behavior for Pages Named Default.aspx | 28 Jun 2007 09:28 GMT | 3 |
I have several asp.net 2.0 apps written in VS2005 in C#. For each one, I like to create and track page view events, increment counters, etc. I do this in a block on each page, like this... protected void Page_Load(object sender, EventArgs e)
|
| .Net 2.0 - Edit Bit datatype in a gridview | 28 Jun 2007 08:57 GMT | 1 |
I have a table with a field with a bit datatype. I use a gridview to edit that a row in that table. I use SQLDataSource and enable editbutton property to get a link to edit the row. That all works fine but after I click the edit link, the bit field turns
|
| loading usercontrol from usercontrol | 28 Jun 2007 08:38 GMT | 2 |
In my application I have a usercontrol called "base" with a panel called "pnl1"; in "pnl1" I put my usercontrol.
>From "base" I load another usercontrol called "ctl1". Now I would like to have 2 possibilities: from "base" to load another
|
| URGENT OPPENINGS | 28 Jun 2007 08:28 GMT | 1 |
Job summary Learn and adapt to new technologies Understand the requirements given Do the coding according to the requirements conforming to the coding
|
| Property. | 28 Jun 2007 08:23 GMT | 3 |
On my profile I have a property as follows: Private _Levels As Generic.List(Of Enumeration.Level) Public Property Levels() As Generic.List(Of Enumeration.Level) Get
|
| Please Help me Optimize my Code | 28 Jun 2007 07:46 GMT | 10 |
I made a ASP.NET 2.0 site that shows possible "recipes" for paint colors stored in an access dbase. Basically, 1000 colors are stored with specific RGB values in separate columns. A user sees all the colors listed on the page with hyperlinks that open the "mixes" page.
|
| how to correctly release a Reporting Services report (out of memory problem) | 28 Jun 2007 05:41 GMT | 1 |
All: I am having a problem with Microsoft Reporting Services. I am running a local report (RDLC) on ASP.Net. Running the report obviously can use a lot of memory because it must consume ADO.Net. My problem is that the report
|
| Crystal Reports rendering errors upon deployment/migration | 28 Jun 2007 05:31 GMT | 1 |
Our reports look fine locally on our workstations and on our development test box. When we deploy to our integrated test environment, parts of labels and fields are lopped off - on all reports. The rightmost area of labels/fields are cut off, the second
|
| @Register and MasterPage | 28 Jun 2007 01:28 GMT | 5 |
Why does the @Register directive not carry over into templated pages? I have to @Register the user controls I want to use on every page... this seems contrary to the whole point of master pages to begin with. ????
|
| How to in VB | 28 Jun 2007 00:38 GMT | 2 |
I want to use this to format the date field in a GridView control. How would I do this in vb? -- aspx page -- <asp:GridView runat="server" ID="gridView"
|