Search

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

Matching Posts

  • Dialog Custom Close Button

    Hi I want to create a dialog with top close button which is little outside of dialog. like on following http://www.buildltd.com/gallery.aspx Please click on any image then you can see on top close button. Thanks
  • Re: Force reload of an image

    hi Its bad idea to remove page cache and simple solution like declare a pagestate variable and increment it each time and use like qureystring img.src=1.jpg?id=1 (1=variable) then next img.src=1.jpg?id=2..... Thanks
    Posted to State Management (Forum) by M imran shafiq on 10/17/2009
  • Re: Datalist Headache

    You are right But Question how i can repeat Columns in repeater Control like Datalist? Thanks
    Posted to Getting Started (Forum) by M imran shafiq on 10/2/2009
  • Datalist Headache

    I want to remove space mensioned in following image but i think no one capable to solve this let see. My Code is as below <asp:DataList runat="server" ID="DL1" CellPadding="1" CellSpacing="1" RepeatDirection="Horizontal" RepeatLayout="Flow" RepeatColumns="3" OnItemDataBound="DL1_ItemDataBound"> <ItemStyle BorderWidth="0px" Width="150px" BackColor="LightGray" HorizontalAlign="Center"
    Posted to Getting Started (Forum) by M imran shafiq on 10/1/2009
  • Re: Datalist Headache

    I do not want to use Layout as table because it will also add extra space i want just like as below http://fresno.craigslist.org/
    Posted to Getting Started (Forum) by M imran shafiq on 10/1/2009
  • Datalist Control Layout

    Hi My requirements to show data look like craiglist as below with repeat 3 cols with DataList America Europe Asia Boston Helsinki Tokyo Chicago Madrid Africa New York Berlin South Africa Canada Budapest Toronto London Montreal Barcelona but it keeps doing this America Europe Africa Boston Helsinki South Africa Chicago Madrid New York Berlin Budapest London Barcelona Canada Asia Toronto Tokyo Montreal Is it Possible with .Net Controls?
  • Re: Datalist Control Layout

    [quote user="docluv"] Absolutely. You have to nest controls. Excuse me if I do not do this perfect, I have not done a datalist in a while, the ListView is much better ;) <datalist.....> <itemtemplate> <ul><li><%# Eval("Country")%> <repeater> <itemtemplate> <ul><li><%# Eval("City")%></li></ul> </itemtemplate> </repeater> </li></ul> </itemtemplate> </datalist> So
  • Re: Datalist Control Layout

    [quote user="brijmohans10"] Hiii just try to put DataList's Property" RepeatLayout=”Flow”". Hope it will work [/quote] I try it but it cannot fulfil requirements i want also repeat to horizantal but also want to remove extra space on column level.
  • Re: Datalist Control Layout

    Hi thanks to reply me? Can u provide me some Code sample to fulfil my requirements? I need to repeat columns without white space area? Thanks
  • Php to Asp.Net

    How i can convert following code please can any one convert it? <?php // 1 week session_cache_expire(60*24*7); session_start(); $default_tags = 'agile ajax apache api apml applescript architecture auth autocomplete beautify bug bugs C canvas cheatsheet closure Cocoa code codedump comet compiler compression compressor Computer crossdomain csrf css3 D dashcode debug debugger debugging development dom ext firebug firefox flash flex framework functions greasemonkey hack hacks howto html html5
Page 1 of 75 (748 items) 1 2 3 4 5 Next > ... Last »