Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mareers

@mareers
About
Posts
34
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting a byte array into System.Web.UI.HtmlControls.HtmlImage
    M mareers

    I have an image in the form of byte array and i have to display it as Htmlimage. I ve tried in google. I got some results ragarding converting the image into System.drawing.image Can any body post some links or info. to convert a byte array into html image?

    --Sreeram

    ASP.NET html graphics design data-structures question

  • .Net Architechture
    M mareers

    refer MSDN..

    --Sreeram

    ASP.NET csharp business architecture

  • dynamic controls in asp.net
    M mareers

    use javascript...

    --Sreeram

    ASP.NET csharp asp-net question

  • question on MS_POSITIONING
    M mareers

    ASP.NET 1.1 to ASP.NET 2.0 Migration #2 I believe that MS_POSITIONING keyword is deprecated in ASP.NET 2.0. ASP.NET 1.1 ASP.NET 2.0 By default, ASP.NET 2.0 is based on Flow Layout. So just remove the MS_POSITIONING keyword. But how about GridLayout? That is a very good question. Since all the ASP.NET 2.0 by default are based on FlowLayout, how can we change this? ASP.NET 1.1 ASP.NET 2.0 You still have to remove the keyword MS_POSITIONING like this: But in order for you to use grid layout for absolute positioning of controls, do this: In your VS 2005 IDE, click on Tools -> Options -> HTML Designer -> CSS Positioning Then checks the "Change positioning to the following for controls added using the Toolbox, paste or drag and drop", then selects "Absolute Positioned" OR you can do this: Say you only want certain control to be absolute and others still based on flow layout. Select a control on the designer and then go to Layout -> Position Change from Not Set to Absolute -------- Thnks for posting this question. I too donno the answer. got this from some .net forum --Sreeram

    ASP.NET csharp question

  • Referenced Assembly Namd and Version
    M mareers

    thats a gr8 answer koushik......

    --Sreeram

    C# announcement

  • Populate The Popup Window without refreshing Parent Page.
    M mareers

    nope.. it won't

    --Sreeram

    ASP.NET com

  • Populate The Popup Window without refreshing Parent Page.
    M mareers

    use the following javascript function.. pass the target url, width and height of the window to be opened. function OpenWindow(url, width, height) { if( url == null || url == "" ) { return false; } else { var handle = window.open(url, "scrollbars=yes,screenX=25,screenY=25,directories=0,height=" + height + ",width=" + width + ",location=no,menubar=no,resizable=yes,status=no,toolbar=no"); + Children.push(handle); handle.focus(); return handle; } } --Sreeram

    ASP.NET com

  • how i can make content editable asp.net page
    M mareers

    use font dialogue box

    --sreeram

    ASP.NET csharp asp-net

  • Login Control in asp.net
    M mareers

    u can't change it... if u want to use ur own database...u have to use ur own controls instead of login control...

    ------------------------------ -Sreeram

    ASP.NET csharp asp-net database help question

  • Html tool tip..........,
    M mareers

    u'll have a title attribule for html controls. assign ur tool tip to the title attribute.

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET javascript html tutorial

  • Adding Image to ASP button
    M mareers

    Thanks for the reply sathesh. But in my application, we have customized buttons. We must use those buttons. any alternative?

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET question

  • Adding Image to ASP button
    M mareers

    I have a requirement in my web application where in I have to display an image on ASP button. I cannot use an image button. Is it possible to diaplay an image on asp button?

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET question

  • yo
    M mareers

    come on... start (hard) coding...

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET help

  • Check all checkboxes as the header checkbox is checked
    M mareers

    use javascript

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET

  • How to call dll from asp.net page
    M mareers

    Add a reference of that dll in ur project. import it in ur page by using the Imports(VB) or Using (c#) and use it.

    ------------------------------ If u think u can, u can. If u think u can't, u r right.

    ASP.NET question csharp asp-net com help

  • Regular Expression for Getting file urls on webpage
    M mareers

    Hi Neo, i think there is no need for a regular xpression here... just take the string and check whether it ends with .pdf. thats it....

    mareers

    ASP.NET help regex

  • Gridview column width
    M mareers

    Don't set width for the last column. think it'll automatically fits into the remaining space...if the earlier columns are of fixed width.

    mareers

    ASP.NET json help question

  • Panel
    M mareers

    by using placeholders

    mareers

    ASP.NET com question announcement

  • passing value between two asp.net pages
    M mareers

    u may use the Cross Page Posting feature if u r using ASP.Net 2.0

    sreeram

    ASP.NET csharp javascript asp-net

  • Validation control issues...
    M mareers

    (0[1-9]|1[0-2]|[1-9])/(0[1-9]|1[0-9]|2[0-9]|3[0-1]|[1-9])/\d{4})$ this is reg exp to validate a date.... mm/dd/yyyy format

    mareers

    ASP.NET help csharp visual-studio com regex
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups