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

chakkara2003

@chakkara2003
About
Posts
56
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • recursive function in asp.net 1,1
    C chakkara2003

    can u send the code to nidheeshkayal@gmail.com coolsweety

    ASP.NET csharp asp-net help

  • recursive function in asp.net 1,1
    C chakkara2003

    protected void Page_Load(object sender, EventArgs e) { string str = "this is a string

    "; StringBuilder strbui = new StringBuilder(str); funcTest(strbui); } public void funcTest(StringBuilder strb) { string str1="",str2=""; for (int Loop = 0; Loop < strb.Length; Loop++) { if (strb[Loop].Equals(' ')) { if (str1.Equals("
    ")) { strb.Remove(Loop - 4, 4); } else { str2 = str2 + str1; str2 = str2 + " "; str1 = ""; } } else { str1 = str1 + strb[Loop]; } } Response.Write(str2); } coolsweety

    ASP.NET csharp asp-net help

  • Cannot Find Control?
    C chakkara2003

    FindControl("tddltabs_" + i.ToString) this search for a control named tddltabs_i(1), coolsweety

    ASP.NET help question

  • is it possible to edit the dll files
    C chakkara2003

    can u explain me how this tool can be used coolsweety

    C# help

  • is it possible to edit the dll files
    C chakkara2003

    thanx coolsweety

    C# help

  • is it possible to edit the dll files
    C chakkara2003

    hi i need to read all public methods from an assembly and read the code inside that public method, then i need to write something to that code. is it possible, plz help me coolsweety

    C# help

  • getting all public methods in a class
    C chakkara2003

    thanx, i need to get the code back and to write some thing to that assembly, is it possible thanx once again coolsweety

    C# question

  • getting all public methods in a class
    C chakkara2003

    hi thanx, now i need a small help. here is my requirement i am create one application. And which uses reflection, by using this i am all my public methods. now i want to know that is it possible to get the contents inside a public method(in this application i am loading only the assemblies) once again thanx coolsweety

    C# question

  • getting all public methods in a class
    C chakkara2003

    hi all, how can i get the names of all public methods in a class thanx in advance coolsweety

    C# question

  • Error when copied in to server
    C chakkara2003

    hi all i am created one windows application with opendialog box and stream reader. it is running fine in my mechine. then i copied that in to my server. when i try to the project in server, i am getting the fallowing exception Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. i had searched in the net with the above keyword and find that .net won't give permission to run projects in shared/network drives. is there any other solution for this coolsweety

    C# sysadmin csharp security help announcement

  • Alert Box
    C chakkara2003

    go back to ur previous post, there u wil get the answer.if u want some thing else then please specify ur query correctly coolsweety

    ASP.NET help

  • Opening a new window from a page
    C chakkara2003

    u can use the javascript window.open coolsweety

    ASP.NET sysadmin tutorial question

  • Getting a text from a textbox
    C chakkara2003

    textbox2.text=textbox.text; coolsweety

    C# csharp help

  • shortcut
    C chakkara2003

    hi all, how can create a shortcut to my web project at the time of installation. thanx in advance coolsweety

    ASP.NET

  • Infragistics
    C chakkara2003

    ask help from their support persons coolsweety

    ASP.NET question

  • Compare Validator Control
    C chakkara2003

    use a compare validator to validate two dates. add one comparevalidator on properties select controltocompare,controltovalidate and value to compare. give value as >, < and change the type property into date this wil fulfil ur requirement, if any error let me know coolsweety

    ASP.NET help tutorial

  • difference between configSource and file attributes in web.config
    C chakkara2003

    thanx very much coolsweety

    ASP.NET

  • difference between configSource and file attributes in web.config
    C chakkara2003

    hi can anybody tell the difference between configSource and file attributes in web.config file coolsweety

    ASP.NET

  • advantage of using multiple config files
    C chakkara2003

    hi all can anybody tell me the advantage of using multiple config files. coolsweety

    ASP.NET

  • multiple configuration files
    C chakkara2003

    thanx all, it is working. the mistake wat i made is i had created the second config file with all attributes in configurationsettings, no need of using all setting use only appsettings in second config file coolsweety

    ASP.NET tutorial question workspace
  • Login

  • Don't have an account? Register

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