Recent content by new_coder

  1. N

    MySQL database version

    I need help urgently with asp.net datagrid My datagrid updatecommand button does not fire. instead it goes to editcommand event handler. please help.
  2. N

    ASP.NET page displays different at runtime

    If I remove the positioning, that division does not move to the right. it overlaps on the left division. I have 2 divisions placed next to each other. If I remove that it does not allow me in design view to move the divisions. By the code I have currently I am able to view things nicely in...
  3. N

    ASP.NET page displays different at runtime

    The problem still persists even after removing the z-index. A couple of nights before I was able to see them correctly. I saved the code and didnt work on it till the next day. That was when i started having problems. I didn't even change the code what was before. I am so thankful to you for...
  4. N

    ASP.NET page displays different at runtime

    Thanks Maverick. Can you please look into this. What should i do here? I changed the z-index in layout to 101 as it allows me to move the frames. what am i doing wrong here? :( <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Index.aspx.vb" Inherits="FINALTCW.Index"...
  5. N

    ASP.NET page displays different at runtime

    Hi: I am new to .NET. I have designed a projet in ASP.net using VB.NET. I am able to load all the pages but the pages at runtime don't display the same like design mode pages. The frames seem to overlap each other at runtime. I am not using frames but <div> like divisions. Why does the page...
Back
Top