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
D

danasegaranea

@danasegaranea
About
Posts
135
Topics
62
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Could not find installable ISAM.
    D danasegaranea

    Post the new connection string

    ASP.NET help csharp asp-net question

  • Could not find installable ISAM.
    D danasegaranea

    Do you have the MDB in the Root Directory. Normally this error could be arrive if the path is not mentioned for the datasource. Set the MDB path fully and try

    ASP.NET help csharp asp-net question

  • Why this ont rendering the Control properly
    D danasegaranea

    Working on it

    ASP.NET question

  • Why this ont rendering the Control properly
    D danasegaranea

    This one I have Already tried. The things is that the HyperLink is Not Causing the CrossPage postback. I need cross Page PostBack

    ASP.NET question

  • Why this ont rendering the Control properly
    D danasegaranea

    Thanks for the reply darkcalin. The thing is that they have created one user control which gets html tags as input and prints a table. But I I add this to form , my problem is not solved. What I am doing is that creating a control and and rendering its contents to html page. Hope I am clear now

    ASP.NET question

  • Why this ont rendering the Control properly
    D danasegaranea

    This method is not causing the postback event.

    ASP.NET question

  • Why this ont rendering the Control properly
    D danasegaranea

    I tried to create one LinkButton. Used this code.

    Dim hlink As LinkButton
    Dim sw As System.IO.StringWriter
    Dim htw As HtmlTextWriter
    hlink = New LinkButton
    hlink.ID = "ZoneLink"
    hlink.Text = "TestButton"
    sw = New System.IO.StringWriter
    htw = New HtmlTextWriter(sw)
    hlink.PostBackUrl = "Default2.aspx"
    hlink.RenderControl(htw)
    Response.Write(sw.ToString)

    But only displays the text. No hyperlink is displayed ?

    ASP.NET question

  • UserControl
    D danasegaranea

    That works well Now I am trying to add the form gridview controls name inside the Enum ... May be a diffcult task ?

    ASP.NET question

  • UserControl
    D danasegaranea

    Yes Yes

    ASP.NET question

  • UserControl
    D danasegaranea

    Thanks for the reply N a v a n e e t h If add a single value it displays the value How can I add a values like DropdownList ?

    ASP.NET question

  • UserControl
    D danasegaranea

    Hi all, I am building a usercontrol .. When the user dragdrop the user control in the webform, i want to list the gridviewnames in a property of that user controll How can I ? Thanks in Advance Dana

    ASP.NET question

  • Types of JIT
    D danasegaranea

    3 types of JIT Compilers

    .NET (Core and Framework)

  • Types of JIT
    D danasegaranea

    Hi All, Could some one explain the three types of JIT Thanks in Advance Dana

    .NET (Core and Framework)

  • Reading File
    D danasegaranea

    Hi All, How can read file located at the C:\ Drive of cleint using FileSystem object Thanks in Advance Dana

    Web Development

  • Image button in Gridview
    D danasegaranea

    Thanks for the reply.. You are in the retriving phase. I am asking how to add a server control to the header ?

    ASP.NET question

  • Image button in Gridview
    D danasegaranea

    Hi All, I am adding one imagebutton in gridview using the "RowDataBound" method. But I could not able to found the onclick/runtat event.. How can i add this one ? ImageButton imgSortAssendingbyId = new ImageButton(); Thanks in Advance Dana

    ASP.NET question

  • Asp:HyperLink
    D danasegaranea

    This is my code Sub btnProjects_Click Dim retValue If frmHourRegistration.chkShowAll.checked=true then retValue= window.showModalDialog("test.aspx",window, "dialogWidth:550px;resizable:yes") If IsNull(retValue) Then frmHourRegistration.txtProject.Value=Empty frmHourRegistration.hlProject.Value=Empty **//Error** Else frmHourRegistration.txtProject.Value=retValue(0) frmHourRegistration.hlProject.Text=retValue(1) End If End If End Sub

    ASP.NET help question

  • Asp:HyperLink
    D danasegaranea

    Thanks for the reply Sylvester george , It works well in the code behind. But i want to populate from VBScript function. How can I ?

    ASP.NET help question

  • Asp:HyperLink
    D danasegaranea

    Hi all, I am trying to set the text property to the asp:hyperlink control using frmHourRegistration.hlProject.Text="Test" But I am gettting the error as "Method not supported" What I am doing wrong here ?

    ASP.NET help question

  • VBScript file in asp.net
    D danasegaranea

    Hi all, How to embed a external vbscript file in asp.net application. Thanks in advance Dana

    ASP.NET csharp asp-net tutorial
  • Login

  • Don't have an account? Register

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