Search

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

Matching Posts

  • Re: Populating dropdown list using client side

    Hi mudassarkhan , Thanks for your reply, it actually worked after fixing a javascript mistake i had. It worth explain it here for others : Whilst i was adding the option i was not setting the value: var opt = document.createElement( 'option' ); opt.text = listItem.text; opt. value = listItem.text; // important ddlPropertyMaximumPrice.options.add(opt); Thanks mudassarkhan
    Posted to Client Side Web Development (Forum) by borgmark on 1/11/2009
  • Re: Populating dropdown list using client side

    I tried the Reuqest.Params but i still get an empty string, however the keys is in the Request.Params HttpValueCollection
    Posted to Client Side Web Development (Forum) by borgmark on 1/11/2009
  • Populating dropdown list using client side

    Hi Guys, I have 2 dropdown lists, one being the MIN price and the other is the MAX price. InitialIy I populate both dropdowns using server side, but whenever a MIN price option is selected i will updated the MAX price values using javascript in order not to have MAX price values which are less than the selected MIN price values. My problem is that when i try to read the MIN price value at the server side, it seems that the javascript changes does not reflect the server side values (which makes sense
    Posted to Client Side Web Development (Forum) by borgmark on 1/11/2009
  • Deployment Archive

    Hi Guys, I do have one question with regards to ASP.net deployment. In java, we use .ear archives to deploy web applications. Is there something similar in .NET ? thanks
  • Re: Bind to html field inside a datalist

    The HTML depends on the user input since i`m colecting user input from and HTML editor textbox. The HTML could be as simple as (text<br/>text<br/> etc)
    Posted to Getting Started (Forum) by borgmark on 9/15/2008
    Filed under: machine.config
  • Bind to html field inside a datalist

    Hi All Does anyone knows how to bind to a database field within the database that contains html, in a datalist. I managed to bind to the field but the HTML is being shown as text rather than rendered correctly. I am binding to the field as follows: "server" Text= '<%#DataBinder.Eval(Container.DataItem, "message")%>' /> p.s.: The same output is shown correctly when is assign it to a label rather than binding it
    Posted to Getting Started (Forum) by borgmark on 9/14/2008
  • Deploying a pre compiled website excluding static files

    Hi Guys Do you any of a method where an ASP.net application can be deployed without overwriting static files like images. In my scenario i do have normal graphics that are used to render the site and it`s not an issue if these graphics are overwritten. The problem is that i do have other graphics like profile photos which cannot be overwritten. A simplified view of my structure is as follows: commons/images/ bin folder appcode appdata images/(profile photos etc - must not be overwritten) aspx pages
    Posted to Configuration and Deployment (Forum) by borgmark on 9/10/2008
  • Re: Missing Dependencies

    Hi chenthil_it Thanks for your help. Basically what i did is i uploaded all the files from the dev machine onto the live server. When i checked for the failing dependency, it was infact on the live server, i also confirmed that the contents of the bin folder on the dev machine matches the contents of the bin folder on the live server
    Posted to Configuration and Deployment (Forum) by borgmark on 9/9/2008
  • Missing Dependencies

    Hi Guys, I am currently creating a web application and everything works fine on my development machine. I`ve also tried to deploy my application on my local IIS and it works fine. But however when i deploy the application on the live server i get several missing dependencies errors like : Reference required to assembly 'Castle.ActiveRecord . Can someone help me in this issue please regards, Mark Borg
    Posted to Configuration and Deployment (Forum) by borgmark on 9/9/2008
    Filed under: version number
  • Re: ASP.net 2 schedulin control

    I am looking for a free ASP.net control that i can use on my site to allow the user to schedule appointments, similar to Obout schedule. The only problem i have with obout is that the control expects a connection string and in my case i am working in an Object Relational Mapping environment.
    Posted to Getting Started (Forum) by borgmark on 8/7/2008
Page 1 of 7 (65 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities