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.
mehran asg
Posts
-
profeesional sample oop project with c# -
How to rewrite global resources value programatically?Or how to create a new global resources file for new language dynamically?in fact I want my site admin able to create new language in his adminpanel. is there any simple way? thanks mehran
-
virtual subdomain without ISAPI [modified]Hi. I have the same problem .Do you know any online HttpModule sample? I have no idea about it. regards. mehran
-
Create virtual subdomain programaticalyHi. 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
-
swf files have not shown in my sitesMy 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
-
swf files have not shown in my sitesHi. 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. :(
-
create textbox dynumicaly and add to placeholderhi 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
-
IEnumerable<t></t>a world of thanks. I 'll try to do it
-
IEnumerable<t></t>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?
-
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?A world of thanks
-
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?A world of thanks.
-
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?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
-
Add ListItem to Custom DropDownListI konw that! but I want create custom dropdownlist with 3 default items
-
Add ListItem to Custom DropDownListI 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 .
-
Custom DropDownLsitunfortunately don't work. I think ,I must add items in a different manner. but I don't know how.
-
Custom DropDownLsitunfortunately don't work. I think ,I must add items in a different manner. but I don't know how.
-
Custom DropDownLsitnamespace 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 }
-
Custom DropDownLsitI created Custom dropDownList . I use it in a page. but I can't access to it in code behind.
-
Custom DropDownListI 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?
-
Is there ant diffrence between create a new website project and create a webapplication in visual stadio.net?A world of thanks