Search

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

Matching Posts

  • Re: Hide asp label after 5 seconds

    I have done a similar sort of thing which is baked in the Rails framework and called "Flash" feature. Here is the article that explains how to perform the same thing using .NET. http://www.highoncoding.com/Articles/542_Creating_Rails_Like_Flash_Feature_in__NET_The_Flash_Control.aspx I am using the JQuery framework to create the effect so in your case you will need to download the JQuery library and refer in your pages or in the master page. One other thing I want to talk about is the use
    Posted to Getting Started (Forum) by azamsharp on 10/28/2009
  • Re: Hide asp label after 5 seconds

    Seems like you need to inject some JavaScript code after the Button click event which will trigger the HideLabel function. That injected code can also be setInterval. Again, make sure you need setInterval because from the looks of it it seems like you need setTimeout function. Also, check out the article I posted above!
    Posted to Getting Started (Forum) by azamsharp on 10/28/2009
  • Re: Timeout Expired: Moving from 32 to 64 bits Connection Pool

    Problem was solved! It was a leaky connection. The connection was not closing.
    Posted to Architecture (Forum) by azamsharp on 9/25/2009
  • Timeout Expired: Moving from 32 to 64 bits Connection Pool

    Here is the error we are getting. We moved app and db servers to x64 from 32-bit. Framework 2.0 service pack 2 is installed on the servers. Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Here is the error we are getting. We moved app and db servers to x64 from 32-bit. Framework 2.0 service pack 2 is installed on the servers. Timeout expired. The timeout period
    Posted to Architecture (Forum) by azamsharp on 9/23/2009
  • Re: Preview Contents Of Zip File Prior To Download

    I wrote an article recently which describes how to zip all the files togeher and then download them in the form of a single zipped files. http://www.highoncoding.com/Articles/597_Downloading_Multiple_Files_as_a_Zip_File_Using_GridView_and_SharpZipLib.aspx
    Posted to Getting Started (Forum) by azamsharp on 8/6/2009
  • Technical Authors Needed!!

    I am looking for technical authors for my website www.highoncoding.com. I pay $20 per article and this is a long long term contract. All articles must be original and should not be published anywhere. Contact me at azamsharp at gmail dot com.
    Posted to Jobs (Forum) by azamsharp on 8/3/2009
  • Re: Response.Cookies.Clear() not working as expected

    You cannot really Delete a Cookie from the client's machine. But, the trick is to create a cookie with the same name and set the expiration date to an earlier date. This will make the cookie obsolete and the browser will not bother reading the cookie's value.
    Posted to Getting Started (Forum) by azamsharp on 8/2/2009
  • Re: JQuery - Fade in/fade out on link click

    JQuery has a special plug-in to create a freeze page. It is called BlockUI. I have discussed the details in my article below: http://highoncoding.com/Articles/562_GridView_Confirmation_Box_Using_JQuery_BlockUI.aspx
    Posted to Client Side Web Development (Forum) by azamsharp on 8/2/2009
  • Re: some problem here, why i only add first row data in my shopping cart?

    I am glad you are able to solve your problems. For adding a picture in the shopping cart you must have access to the picture URL. Once, you add the item in the session that item should also have the pictureURL. You simply need to add an image control inside the Shopping Cart and assign the ImageURL to the selected item. That will display the picture in the shopping cart.
    Posted to Getting Started (Forum) by azamsharp on 7/31/2009
  • Re: How to embed javascript into a content page?

    The idea of using embedded resource is basically a good idea when you are developering custom controls. When you want to use the JavaScript in your application then using .JS is a good option. By using .JS file you can also run JSMinify to minify the size of the file. The .JS file is also cached so it won't be downloaded again and again.
    Posted to Client Side Web Development (Forum) by azamsharp on 7/30/2009
Page 1 of 449 (4490 items) 1 2 3 4 5 Next > ... Last »