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
C

Cannery

@Cannery
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can i declare a webcontrol in a webservice?
    C Cannery

    i want to declare a webcontrol in my webservice then pass it through a function that will render it to a string then return the value. How do i declare it? example dim myControl as new ASP.MyWebcontrol return RenderMy(mycontrol) Public Function RenderMy(ByVal ctrl As Control) As String Dim sb As New StringBuilder() Dim tw As New IO.StringWriter(sb) Dim hw As New HtmlTextWriter(tw) ctrl.RenderControl(hw) Return sb.ToString() End Function

    ASP.NET question tutorial

  • AjaX TIMER will not start in ascx
    C Cannery

    Here is my code. Front end

    codebehind

    Protected Sub Timer1\_Tick1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        MyEven!
    End Sub
    

    it never triggers the tick? i dont know what it cant be.

    ASP.NET question

  • AJAX Accordion control
    C Cannery

    How can i disable panes so they do not expand on click until i change it via code behind? Thank you for your help.

    ASP.NET question help

  • GridView, Multiple Images in one cell
    C Cannery

    Can you please give me a sample of that you wrote? What do you mean make images column as a template? i don't think i know how to make it a template column.

    ASP.NET question

  • GridView, Multiple Images in one cell
    C Cannery

    Hi, lets say i have a datatable with a column called images. and in the images column i have images/image1.png,images/image2.png,images/image3.png Now how can i make the column it is bound to display all 3 images? Thank you ahead of time.

    ASP.NET question
  • Login

  • Don't have an account? Register

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