Search results

  1. D

    .NET Application Problem

    Thanks a lot for the great tips guys.... I'll go ahead and debug the problem as soon as I have some time on my hands.... Again thanks for those great tips... -Nirav
  2. D

    .NET Application Problem

    The page doesnt dataBind to the data grid... It comes up blank... When I view source, I see the application executed but no content... I am still trying to figure it out.... Thanks for your help Riley... Appreciate it
  3. D

    .NET Application Problem

    The table is named News, Sorry about the confusion....
  4. D

    .NET Application Problem

    Hi WineIsGood, I appreciate your help... I have managed to get the customErrors mode to be off and I did see the error, I have since fixed that error, but whenever I execute the above, I just get a blank page... I checked the database and it does have rows in it.... Everything above...
  5. D

    .NET Application Problem

    I keep turning the customErrors mode off, but it still displays that error... I am not sure as to why it is doing that... I cleared my cache and that is not the case....
  6. D

    .NET Application Problem

    Alright, well I already have customErrors mode set to off in my web.config file but it isnt recognizing that... It still shows up with that error... I have checked and re-checked that all the database types are the same, int varchar, etc as my localhost database... My table also has a...
  7. D

    .NET Application Problem

    Now I get the unspecified runtime error message throughout the application itself, is there any configuration I need to do to match the server settings? Here is the error: Runtime Error Description: An application error occurred on the server. The current custom error settings for...
  8. D

    .NET Application Problem

    Hi, I'm having trouble with my .net application... I have a file that has a datagrid and the code is as follows: <asp:datagrid id="MyDataGrid" runat="server" OnDeleteCommand="MyDataGrid_Delete" DataKeyField="ID" HeaderStyle-BackColor="#CCCCCC" Font-Size="10pt" Font-Name="Arial"...
Back
Top