Search

You searched for the word(s): userid:867202

Matching Posts

  • Re: StackOverFlow Error When Adding Control

    Thank You very very much
    Posted to Web Forms (Forum) by mohdazeemuddin on 10/27/2009
  • StackOverFlow Error When Adding Control

    Hi Every One i am creating dynamic table and adding control to table. the row and the column of the table depend on the database table. i am fetching the data using dataset and adding it to the table it perfectly adding the column of first row. when it going to add the first row to the table it giving error STACKOVERFLOW. below is my code for (int i = 0; i < ds.Tables[0].Rows.Count; i++) { TableRow tr = new TableRow(); for (int j = 0; j < ds.Tables[0].Columns.Count; j++) { TableCell tc = new
    Posted to Web Forms (Forum) by mohdazeemuddin on 10/26/2009
  • Re: StackOverFlow Error When Adding Control

    i debug the code i got the error at line 25 at the time of adding row to the table
    Posted to Web Forms (Forum) by mohdazeemuddin on 10/26/2009
  • Re: StackOverFlow Error When Adding Control

    for ( int j = 0; j < ds.Tables [i] .Columns.Count; j++) i used this also its giving same error
    Posted to Web Forms (Forum) by mohdazeemuddin on 10/26/2009
  • Re: order analysis

    Thanks for giving your prestigious time to me for reading and helping me I go through my application and I design the order analysis form on paper I find three types of data in that form. the first type of data which I seen in my application is the user have to insert data once like Employee reference no, project name ,project duration , customer name etc. the second type of data is user will enter again and again for each product like if customer order for 3 product so employee has to enter detail
    Posted to Getting Started (Forum) by mohdazeemuddin on 8/12/2009
  • Re: Calendar button

    Hi I need the same think in c# can i get this in c#
    Posted to Getting Started (Forum) by mohdazeemuddin on 8/12/2009
  • order analysis

    Hi to all master of asp.net and C# I am trying to develop an order analysis form. Actually I saw on excel application in my friend system so I trying do the same functionality by creating a simple web based application in which I would like to provide login facility also the application is some thing like this 1) There is a hierarchical level of authorization and the role contain vp or gm, Direct manager, employee 2) Any order get by employee he should fill the order analysis form and for approval
    Posted to Getting Started (Forum) by mohdazeemuddin on 8/11/2009
  • Runtime Error

    Hi Every body, By the Grace of God i create my first Website and i published on Net and i create Database also My Question is it is neccessary to have customError tag in web.config beacuse when i type my website url i got is error that customErrors mode="Off" and one more thing in web.congif only i write the Configuration setting like this <configuration> <appSettings> <add key ="Connect" value="server=.; database=Ckom; uid=sa; Password=;" /> </appSettings>
    Posted to Web Forms (Forum) by mohdazeemuddin on 8/4/2009
  • How to Host asp site for free

    Hi I have create one web site i want to test that site on Net is their any site so that i can check my site free it will not charge it should be free of cost please tell is they any site for free
    Posted to Hosting Open Forum (Forum) by mohdazeemuddin on 7/30/2009
Page 1 of 4 (35 items) 1 2 3 4 Next >