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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

Krazy Programmer

@Krazy Programmer
About
Posts
262
Topics
94
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Service doubt
    K Krazy Programmer

    hi, I need to write a background working app which can be installed on server (shared Server) So here some one suggested to write a windows service for this . I have written the coding in the start function of Service1.cs I have written protected override void OnStart(string[] args) { ThreadStart Thstart = new ThreadStart(startfunction); mytheread = new Thread(Thstart); mytheread.Start(); // TODO: Add code here to start your service. } but when i debug it its not getting executed .. i have the start function definition .. I have scour the web but was not able to find a proper solution. Please help me in this thanks

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET sysadmin debugging help

  • Background application
    K Krazy Programmer

    okay . so this will work in the background all the time without any problem

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET question

  • Background application
    K Krazy Programmer

    hello friends i want to write an application which runs in background and sends a mail to me in every 5 minutes I would like to know .. Is it possible via WEb service ? or web application ? I dont want to Open any web page for this . Thanks Tiwari No Longer a Dot Net Programmer ...

    ASP.NET question

  • Gmaps Google InfoWindow
    K Krazy Programmer

    Hi, (I have downloaded a control from net named GoogleMapForASPNet.ascx) My aim is store some values in a database . So when the user is clicking on a point on GMAP a info window is getting raised up and in that few textboxes with a submit button is placed . i want to store the text box data into mysql database * I dont want the page to get post back what i have tried Placed a html submit button and under Form i have written method="post" and action='apage.aspx' now on submit button i am passing data via query string .. .. ... problem is its navigating to that apage.aspx # is there anyway to stop navigating ? Secondly i have placed a html button and added runat="server" and on onserverclick="butclick" # Please tell me where to write the butclick function , i tried with writing the function in current page as well as the control page . but no result # if i was wrong with two concepts .. please suggest something to solve this problem Happy programming

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET database html mysql sysadmin help

  • GMAPS Question
    K Krazy Programmer

    yes it is Google Maps

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET csharp help question

  • GMAPS Question
    K Krazy Programmer

    hmmm Let me clear what i want to do . there is a url present in the InfoHTML of a point what i tried to do is <p style='color:blue;' onClick='myPopup2('http://www.google.co.in/)'>Edit Details</p> here is my js function function myPopup2(urlstring) { window.open(urlstring , "myWindow", "status = 1, height = 350, width = 325, resizable = 0,scrollbars = no" ) This function is not working . * its working when i do not pass the argument and write the url in place of url string even the function is not getting called up when i am having a argument in it Please help me with this Happy programming

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET csharp help question

  • GMAPS Question
    K Krazy Programmer

    Hello friends ( I've download GMAPS Control ) I am dynamically adding a point to Gmap, Now when the user clicks on that map Point i want to fire a event in aspx page (Call a C# Function) I'll be thankful for the help Happy programming

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET csharp help question

  • Gmaps Question
    K Krazy Programmer

    Generally how can i allow user to draw boundaries on the Map ?

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET help question

  • Gmaps Question
    K Krazy Programmer

    Hi, I want user to draw boundaries on a map . I am making a tracking system , I have done the GPS Part , Storing retrieving and placing points on Maps also . I want user to draw boundaries on a Map and if the GPS device goes out of its range , need to inform . I will be thankful if anyone can help me in this Thanks and regards Sindhu tiwari :-\:cool:

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET help question

  • 0:12 to 0:24 format
    K Krazy Programmer

    I got the solution it is Datetime dt = Datetime.Now() string st = dt.TimeOfDay.ToString(); Here i get time in 0:24 format .. Thanks sindhu tiwari (no longer a dot net programmer : Now an iphone app developer)

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET help

  • 0:12 to 0:24 format
    K Krazy Programmer

    Hi i want to change the date time format form 0-12 to 0-24 I want to do it programatically , Please help me in this thanks and Regards Sindhu Tiwari * I dont want to change regional settings *

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET help

  • [Message Deleted]
    K Krazy Programmer

    shanthi jothi wrote:

    Please help me how to generate payslip report is not crystal report in all employees and export this report in ms-word.

    Please help me how to answer is not question in all sense and export this question to micro-soft was joking .. hey make your question clear

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET

  • I am Confused with this
    K Krazy Programmer

    hi, I have written a web-method under web-service which returns an array of string. for some reason i am getting data through a WebRequest I am able to get data but i am confused regarding the appearance of xml format Please tell me why two string tags are appearing here * it returns more than two rows * i have removed the starting tag '<' as it was not getting posted properly HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length

    soap:envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    soap:body>
    getadsresponse xmlns="http://google.com/tiwarione/">
    getadsresult>
    string>string
    string>string
    /getadsresult>
    /getadsresponse>
    /soap:body>
    /soap:envelope>

    I will be thankful for the response :rolleyes: Thanks and regards sindhu tiwari :laugh:

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET xml wcf com data-structures

  • problem with ado.net
    K Krazy Programmer

    shahid hussain pakistan wrote:

    i m facing problems with ado.net

    ado.net is facing problems with you :laugh:

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET csharp help

  • doubt
    K Krazy Programmer

    hi, friends I've written a web-service using C# in which there is a web method which returns a string array , I need to get the data using SOAP but when i look at the SOAP output result it returns two strings so i am bit confused , I've written it to return a array string and it is giving back only two strings ... Please tell me where i am wrong . ( * i may need a learning book still please help me in this * ) this is the soap result HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length string string Thanks and Regards Sindhu Tiwari Who said nothing is Impossible i am doing it from years

    Web Development xml learning csharp wcf data-structures

  • how to hilight a specific text in the textbox
    K Krazy Programmer

    quite difficult seems to be impossible take a label instead of textbox .. use span to change the color or bold it

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET tutorial

  • How I Change Menu Css on page load Event OR Runtime
    K Krazy Programmer

    how about asking this in ASP.NET Forum ... :-)

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    C# css question

  • validation controls
    K Krazy Programmer

    RajeevKumarSharma wrote:

    Hi Why dont you use the Update pannel

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    %>]]>

    ASP.NET regex help

  • How to get new release of Atlas in ASP.net?
    K Krazy Programmer

    G o o G Le

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET csharp asp-net tutorial question announcement

  • iframe generation problem
    K Krazy Programmer

    not sure but drop a iframe control on the page and look at the syntax .. generally to my knowledge because of improper syntax this happends

    If You win You need not Explain............ But If You Loose You Should not be there to Explain......

    ASP.NET help html hardware 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