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

mikailcetinkaya

@mikailcetinkaya
About
Posts
56
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DataGridView text -> image
    M mikailcetinkaya

    May use on item data bound event and create a new image cell and by downcasting paste it to the cell u want

    Mikail Çetinkaya . The C# DEveloper

    C# question

  • How can i send text messages server to client computer on LAN ?
    M mikailcetinkaya

    Check this article on codeproject: Send Messages Using The Net Send Command - Syed M Hussain

    Mikail Çetinkaya . The C# DEveloper

    C# csharp question sysadmin help

  • how can we make movable browserless windows like pop ups using java script or anything.....
    M mikailcetinkaya

    look on javascript window.open function it has many parameters to do your job Look at document.childpage or child Window ? to exchange parameters

    Mikail Çetinkaya . The C# DEveloper

    ASP.NET java tools help lounge

  • System.Web.HttpRequestValidationException A potentially dangerous Request.Form value was detected from the client (txtareaurl=" <!-- Copied from Gen...").
    M mikailcetinkaya

    Make textbox multiLine true or close Page Validation on page settings of the page

    Mikail Çetinkaya . The C# DEveloper

    ASP.NET help

  • Dropdown binding in client side
    M mikailcetinkaya

    Use a hidden field on form and in client script code put value into it (dropdown client onSelectedChanged event)

    Mikail Çetinkaya . The C# DEveloper

    ASP.NET question database wpf wcf help

  • create pdf file with vector image with .net
    M mikailcetinkaya

    My answer will not be a .NET way answer but an answer to dealing multi format vector and non vector medias. Try to use Tex on this kind of management. Because of the human readable syntax of Tex document management system(open source on Windows and Linux), it is possible to do anyting on any document medias. Any media can be prepared and rendered into and from Tex. it is more of a Linux way of solution. Render strings that Tex Requires and select output format, that is it. Google LaTex and tex, give it a go.

    Mikail Çetinkaya . The C# DEveloper

    ASP.NET csharp asp-net graphics help question

  • How to place Linkbutton on Image?
    M mikailcetinkaya

    :sigh:use something like; drag or put a html link control like"" Mikail Çetinkaya . The C# DEveloper -- modified at 6:57 Wednesday 18th January, 2006

    ASP.NET help tutorial question

  • Using Resources in Asp.Net 2.0. Problem.
    M mikailcetinkaya

    i am no geek on resources but for first problem; make an aspx page that reads the given parameter matched resource . some page like readresource.aspx?param=Picture1 ... it will be a page like database blob picture to image page. but you wont use db but the resource. maybe this solves your both problems... for such a page sample search codeproject with "database image" or "resource image" with only asp.net selected on detail search Mikail Çetinkaya . The C# DEveloper

    ASP.NET graphics help tutorial csharp asp-net

  • Page Object
    M mikailcetinkaya

    you can cache the whole page like Cache["Page2"]=this; and take it back page2=(Pageobj)cache["Page2"]; Mikail Çetinkaya . The C# DEveloper

    ASP.NET question

  • [Message Deleted]
    M mikailcetinkaya

    not sure but on options of project there is an option to app for being fully trusted or u can check out deployment pattern on http://www.msdn.com patterns&practices section... Mikail Çetinkaya . The C# DEveloper

    C#

  • How to get the IP address of the current host?
    M mikailcetinkaya

    it is like ipv6= 0.0.ipv4 Mikail Çetinkaya . The C# DEveloper

    C# csharp tutorial question

  • catch an application/process start event...
    M mikailcetinkaya

    it is easy if your program is working when one tries opening any app. make a system tray docking application and loop through processes that are loaded; or subscribe to processpool events. for more info search at codeproject for singleton pattern sample where it looks for a process with the same name. your code is similar... or by vs toolz for office (vsto addin) for vs2005 has many plugin features.(accessible on msdn office developer center u need licensing...) choose whatever uwant Mikail Çetinkaya . The C# DEveloper

    C# question csharp help

  • æøå characters
    M mikailcetinkaya

    try onload manually declaring encoding like Response.encoding="XXXXX" Mikail Çetinkaya . The C# DEveloper

    C# question database help

  • Communicating to a mobile phone
    M mikailcetinkaya

    this type of question is answered in this forum pls. search on forum and cp Mikail Çetinkaya . The C# DEveloper

    C# help tutorial question

  • æøå characters
    M mikailcetinkaya

    it is all about that textbox viewState data. your controls doesnot take proper encodings to store viewstate data , agressively inspect properties of them and use a html textbox control Mikail Çetinkaya . The C# DEveloper

    C# question database help

  • Adding Controls Like Radio Button,Button in a Outlook Mail Body.
    M mikailcetinkaya

    after declaring mail body as html and specifying the encoding of mail ; you can specify a form in html and set its post property to your aspx that stores data. Even more u may even use ajax tecniques for that Mikail Çetinkaya . The C# DEveloper

    ASP.NET database tutorial

  • how to connect remote server from local machine using asp code
    M mikailcetinkaya

    make a network mapped drive to where u want to access and then like c: goto X:\... Mikail Çetinkaya . The C# DEveloper

    ASP.NET sysadmin tutorial

  • Call application .exe
    M mikailcetinkaya

    anyway, u are right; the best would be loading that dll at runtime and run that compiled functionality of compiled code in asp.net sandbox. Or atleast prepare a security restriction that just fits. Or any other suggestion? i would like to hear from u... Mikail Çetinkaya . The C# DEveloper

    ASP.NET csharp javascript asp-net linux

  • Remote IIS.
    M mikailcetinkaya

    on iis machine map a network drive on the files on linux machine that has a file server configured. By that network drive read/write/exec props given as required, define a virtual directory there.:doh: Mikail Çetinkaya . The C# DEveloper

    ASP.NET question sysadmin windows-admin linux workspace

  • Classic asp question
    M mikailcetinkaya

    make the excel outputting page a seperate page where by parameters it can output any excel shape. it normalizes code and prevent copy pasting excel generation through pages. transfer page to there with proper parameters. Mikail Çetinkaya . The C# DEveloper -- modified at 11:35 Monday 9th January, 2006

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