Search

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

Matching Posts

  • Re: Approach comments.

    Inline SQL versus stored procedures I understood stored proceedures is best approach as compare to inline sql. but suppose i developed a application in store proceedure + asp.net if i want to convet datbase to mysql or MS Access or oracle ? then also i have to change all code to inline? or i can use this store proceedures in Ms access or oracle, mysql? If i am using inline sql code then i can with in 5 minutes i can change the connection string and convert the tables database .. but i will not change
    Posted to Getting Started (Forum) by Zahyea on 11/11/2009
  • Approach comments.

    I developed a site in asp.net + ms Sql 2005 . I wrote all code in C# in the asp .net pages. I wrote classes etc. My friend made the same site he worked asp .net + ms Sql 2005, he also did in C# but he wrote the proceedure in ms sql 2005. He is calling proceedure in the asp .net pages. but i am not doing his style. Please which approach is good and programatically it has any issues? Thanks
    Posted to Getting Started (Forum) by Zahyea on 11/10/2009
  • Search

    I am searching Names from database. If there is no space it is searching the names but if i put two words then it is not searching even it has same string in the database. If i enter in the text box "dotnet" then it will show all the record of dotnet but when i enter in the text box "dotnet asp" it is not showing, it is also not showing even if there is same words or string "dotnet asp" in the database. Here is my code Select * from table where fname='"+ TextBox1
    Posted to Getting Started (Forum) by Zahyea on 11/10/2009
  • Image Button

    Hi All. I want to popup page Response.Redirect( "page.aspx?id=" + Session[ "print" ]); It is working, i want target="_Blank" how to add target event in imagebutton. Thanks
    Posted to Getting Started (Forum) by Zahyea on 7/7/2009
  • Re: Image Button

    I used html tag. Thank you very much for giving good idea.
    Posted to Getting Started (Forum) by Zahyea on 7/7/2009
  • DB Connection

    Hi All. Have a nice day. I completed my website sql server 2005. I need explanation that how many user can connect with my website as i m using sql server 2005. Is there limit of sql server ?? because by asp .net site user are connecting my database that i hosted. Or please can some one explain scenario what happen when many people connect the website asp .net + sql server? How sql server connection control the flow ? Thanks.
  • Condition

    Hi All. Have a nice day. I created some some classes and function. I want to stop my class if there is condition true. In vb6 i can stop class by adding (sub.exit). In .asp how to stop my class or function not to read any thing and stop recording or saving values. thanks.
    Posted to Getting Started (Forum) by Zahyea on 6/2/2009
  • Calculate Age

    Hi all. Have a nice day. I have text box, and i want to calculate again. TextBox1.Text="2/2/2003"; How to calculate age of above line. Thanks.
    Posted to Getting Started (Forum) by Zahyea on 5/30/2009
  • Restore

    Hi All. My Friend sent me Microsoft sql server 2005 database file. This file don't have any extenstion. I want to restore this file to sql server 2005. Please how can i restore it. Thanks.
  • Re: Global Start Session

    thank you. you solved my problem thanks
    Posted to State Management (Forum) by Zahyea on 1/28/2009
Page 1 of 18 (176 items) 1 2 3 4 5 Next > ... Last »