Search

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

Matching Posts

  • Best way to pervent unused and left open connection to sql

    Hello every one i had a design question. What would be the best way to approach a problem such as a perventing unsed and left open sql connections i have written a class called DataBase Manger but my question is should this class be static or none-static. right now the way i have is something like this private SqlConnection Get() { SqlConnection sqlCon = new SqlConnection(ConfigurationManager.ConnectionStrings["StringConnetionName"].ConnectionString); sqlCon.Open(); return sqlCon; } /// <summary>
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by integral on 3/31/2007
    Filed under: 2.0, .NET SQL Server 2005, ASP.NET
  • Re: on reload

    hi one note if i add this args.get_propertyName() == "inPostback" && .... like you mentioned on the topic above it wont work any more
  • Re: on reload

    thank you guys..the last one worked :)
  • on reload

    hey every one i am using atlas in my webpage..but i had a question ..is there a way to call a javascript function that you wrote on page refresh sort of say..for example i have a dropdown that you can choose which category you would like to see ...when you choose your category ..using atlas i refresh only the portion of the page..so the whole page doesnot get refreshed...but i would like a javascript function that i wrote to get call as soon as atlas finishes rereshing the page ...can you guys guide
  • Ajaxed based method calles

    Hi every one i wanted to konw if there was a way to call a web server method from js file the same way you do with ajax for example you could do something like this in your js file in ajax i mean Register.AddMember("Atlas"); and in your Register.cs file you would have something like [AjaxPro. AjaxMethod ] public void AddMemeber(string mName){ //Do whatever }
  • atlas and opera

    atlas not working with opera? i would like to migrate to atlas but i just noticed it deosnt work in opera i am currntly using ajax ..ajax works in every browser..will atlas work in opera or is that just not planned
  • CreateUserWizard

    Hello all, I have a question...i am using the regulare wizard to create members while implementing membership provider now every thing works fine..member gets created i do see it in the database , but the login wizard doesnot log in the members that i manually create..if i create the same members using the createUser wizard...the user can login usig the login wizard..how can i fix that...thank you oh btw the code i am using to create members is Membership.CreateUser(this.UserName, this.Password,
    Posted to Security (Forum) by integral on 3/8/2006
  • User Control casting

    Hello i want to programmically load my user control into my aspx page but the casting from asp.net 1.1 doesnot work and i think its becuase asp.net 2.0 creates partial classes instead of full classes the old code private Control ctlControl; private void LoadControl(){ ctlControl = (FeaturedProduct1)LoadControl("FeaturedProduct1.ascx"); PlaceHolder1.Controls.Add(ctlControl); } any ideas? Thanks in advance }
    Posted to Getting Started (Forum) by integral on 6/15/2005
  • Re: UPS Online Tools

    you know what you are right it was harsh but it was true thanks and i am sorry
    Posted to Commerce Starter Kit (Forum) by integral on 12/12/2004
  • Re: UPS Online Tools

    could you email me your site and the code i am very intersted to learn on how to implement that into my store thank you amir-20@rogers.com
    Posted to Commerce Starter Kit (Forum) by integral on 12/11/2004
Page 1 of 2 (16 items) 1 2 Next >