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

mehran asg

@mehran asg
About
Posts
53
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • profeesional sample oop project with c#
    M mehran asg

    hi I'm not professional in oop with c#. I need a sample proffessional project. I want to learn with a project. If you konw, please send it to me. if you have a better idea ,please guide me. regards.

    C# csharp tutorial

  • How to rewrite global resources value programatically?Or how to create a new global resources file for new language dynamically?
    M mehran asg

    in fact I want my site admin able to create new language in his adminpanel. is there any simple way? thanks mehran

    ASP.NET tutorial question

  • virtual subdomain without ISAPI [modified]
    M mehran asg

    Hi. I have the same problem .Do you know any online HttpModule sample? I have no idea about it. regards. mehran

    ASP.NET csharp php asp-net com tutorial

  • Create virtual subdomain programaticaly
    M mehran asg

    Hi. How can I create virtual subdomain with asp.net 1.1? for exmaple I want convert : http://www.dirtourist.com/User/index.aspx?Uid=1004 To http://www.Hakhamanesh.dirtourist.com

    ASP.NET question csharp asp-net database com

  • swf files have not shown in my sites
    M mehran asg

    My Dear Friend! Are u kidding me? :D I found it. I hope u read this message. The goverment filtered swf file. I'm Iranian. Iranian fuckin President is a dictator. Free Iran

    ASP.NET com adobe security help question

  • swf files have not shown in my sites
    M mehran asg

    Hi. last night every thing was ok. please see these: http://ibrc.ir http://acme-security.com now flash files don't be shown. why? virus? or host problem? there are more than 40 web sites with this problem. :(

    ASP.NET com adobe security help question

  • create textbox dynumicaly and add to placeholder
    M mehran asg

    hi I want in button_click create a text box and add to placeholder. in fact, I want by each click add a textbox to my page. how? thanks

    ASP.NET question

  • IEnumerable<t></t>
    M mehran asg

    a world of thanks. I 'll try to do it

    C# question

  • IEnumerable<t></t>
    M mehran asg

    hi. How can I return IEnumerable az a method parameter. In fact I want to return a table records. but I must return as IEnumerable; How can I fill IEnumerable and return it?

    C# question

  • how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
    M mehran asg

    A world of thanks

    ASP.NET question

  • how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
    M mehran asg

    A world of thanks.

    ASP.NET question

  • how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
    M mehran asg

    how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? I can inherit from dropdownlist but I dont know how I can add this items

    ASP.NET question

  • Add ListItem to Custom DropDownList
    M mehran asg

    I konw that! but I want create custom dropdownlist with 3 default items

    ASP.NET

  • Add ListItem to Custom DropDownList
    M mehran asg

    I created a custom dropdownlist. (inherit from standard dropdownlist control) I want to add ListItem inside this control. but I don't know where I must add ListItem. I add it in RenderContent method but I received NullRefrenceException .

    ASP.NET

  • Custom DropDownLsit
    M mehran asg

    unfortunately don't work. I think ,I must add items in a different manner. but I don't know how.

    ASP.NET

  • Custom DropDownLsit
    M mehran asg

    unfortunately don't work. I think ,I must add items in a different manner. but I don't know how.

    ASP.NET

  • Custom DropDownLsit
    M mehran asg

    namespace HakhamaneshControl { [ToolboxData("<{0}:Drp_Languages runat=server></{0}:Drp_Languages>")] public class Drp_Languages : DropDownList { protected override void RenderContents(HtmlTextWriter output) { output.RenderBeginTag(HtmlTextWriterTag.Option); output.AddAttribute(HtmlTextWriterAttribute.Value, "Ar"); output.Write("Ar"); output.RenderEndTag(); } } } /// <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="CreateCustomControl._Default" %> <%@ Register Assembly="ServerControl1" Namespace="HakhamaneshControl" TagPrefix="cc2" %> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button" /> <div> <cc2:Drp_Languages ID="hhhh" runat="server"> </cc2:Drp_Languages> </div> </form> </body> </html> //code behind protected void Button1_Click(object sender, EventArgs e) { Response.Write(DropDownList1.SelectedItem.Value.ToString());// null refrence exception }

    ASP.NET

  • Custom DropDownLsit
    M mehran asg

    I created Custom dropDownList . I use it in a page. but I can't access to it in code behind.

    ASP.NET

  • Custom DropDownList
    M mehran asg

    I need a dropdownlist with 3 items. I use this dropdownlist in each page in my project. how can I inherit from DropDownList control and add these items to it?

    ASP.NET question

  • Is there ant diffrence between create a new website project and create a webapplication in visual stadio.net?
    M mehran asg

    A world of thanks

    ASP.NET csharp 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