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
X

XGaMeS

@XGaMeS
About
Posts
28
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP Tables
    X XGaMeS

    add " to the end of the string :) I am a newbie

    ASP.NET html database help

  • Problem with submit
    X XGaMeS

    I dont know why the : doesnt show but its really here in our application. For the rest it's because the onClick must be assigned at run-time because the controls are not here until then (we are binding image to a Datalist). Anyway we think we have find a way to resolve our problem. It appears it was an update with JScript or something similar. I am a newbie

    Web Development help javascript tools

  • Problem with submit
    X XGaMeS

    We know for sure that our problem come from the call to submit. It works fine on most of the computer, but for some there nothing to do. Like the submit do nothing. Please help us. script = "javascript:" script &= "window.dialogArguments.hidEdited.value='illustration';" script &= "window.dialogArguments.hidEditedParam1.value='" & Request.QueryString("sectionsorpages") & "';" script &= "window.dialogArguments.hidEditedParam2.value='" & Request.QueryString("p") & "';" script &= "window.dialogArguments.hidEditedParam3.value='" & CType(e.Item.FindControl("imgPhoto"), ImageButton).CommandArgument.Replace("\", "\\") & "';" script &= "window.dialogArguments.submit();" script &= "window.close();" script &= "return false;" CType(e.Item.FindControl("imgPhoto"), ImageButton).Attributes.Add("onclick", script) I am a javascript newbie

    Web Development help javascript tools

  • Printing a WebForm
    X XGaMeS

    Could i use different header for each page ? Since i have 2 or 3 page of printed paper for 1 webform ? I am a newbie

    ASP.NET help tutorial question

  • Printing a WebForm
    X XGaMeS

    I have a WebForm and i must print it in 2 or 3 pages with appropriate header. Someone have any big clue on how to do it ? I'm already familiar with Print Object, but not that much. :) Any help would be very much appreciated. Thanks in advance. :rose: I am a Ghost

    ASP.NET help tutorial question

  • XML into byte ??
    X XGaMeS

    And any clues on how to conevert it and pass it as a parameters ? I am...

    Visual Basic database sql-server sysadmin xml help

  • XML into byte ??
    X XGaMeS

    I want to store xml file in a ntext datatype in sql server 2000, someone have any idea how to do this ? By the way it's an XMLDocument who need to be stored and they are no more than 3-4k. I have no idea on how to do that.. please help me !:eek: I am a somehow a newbie

    Visual Basic database sql-server sysadmin xml help

  • MAC IE 5 problem
    X XGaMeS

    My control are dynamically generated and use AddHandler to handle the click event on them. Everything works fine in Explorer on Pc and Netscape. However in IE 5 for Mac only some of all the control are clickable (generally the last one i create dynamically). Is this a documented issues or something i do wrong ? Please help me. I am something

    ASP.NET help question

  • Big Question with WebForm
    X XGaMeS

    If i generate controls dynamically, and then goes to another page ... when I come back to this page throught a Response.redirect, do the controls will be there ? And if not is there an way to keep them here ? !!!!!!!!!!!!!!!

    ASP.NET question

  • Byte to file
    X XGaMeS

    I just got the correct encoding and everything is fine. :cool: I am a newbie

    Visual Basic question data-structures

  • Byte to file
    X XGaMeS

    Ok i have done that with a streamreader but unfortunately this file is damaged :(( I am a newbie

    Visual Basic question data-structures

  • Byte to file
    X XGaMeS

    I use the WebClient.DownloadData method to retrieve a file (.pdf) from a Webserver and convert it to a byte array. How can i convert it back to a .pdf file ? Ouais c'est ca... :mad:

    Visual Basic question data-structures

  • Download File
    X XGaMeS

    I must write an application that connect to a Web Server and retrieve file with a specific extension and place them in a array of bytes. I dont know where to start (except the fact that i must use System.Net namespace). Can someone help me.;P I am a newbie

    Visual Basic csharp sysadmin data-structures help

  • Validating a XML against a DTD
    X XGaMeS

    Is there a way to validate a XML file with a .dtd file wich is not defined in the tag ? I cant do it with XMLValidatingReader. :confused: I am a newbie

    Visual Basic xml question

  • Socket problem
    X XGaMeS

    Im trying to send command trought TCP-IP to a remote application. I use something like this : Dim myIpHostInfo As IPHostEntry = Dns.Resolve(strIP) Dim myIPAdress As IPAddress = myIpHostInfo.AddressList(0) Dim myRemoteEP As New IPEndPoint(myIPAdress, strPort) Dim bytesSent As Integer Dim mySender As New Sockets.Socket(Sockets.AddressFamily.InterNetwork, Sockets.SocketType.Stream, Sockets.ProtocolType.Tcp) mySender.Connect(myRemoteEP) Dim Key As System.Windows.Forms.Keys Dim CommandTest As Byte() = System.Text.Encoding.ASCII.GetBytes("/createdoc(NewDocument, 210 mm, 297 mm, 12 mm, 12 mm, 12 mm,12 mm, 0, 1, 5 pt, 0)" & Key.Enter & Key.LineFeed) I know im connected but every command i send does not do anything and return anything. :confused: Can it be possible that the fact i send in bytes and not String is the cause ? Maybe Winsock could handle that ? X| I am a newbie

    Visual Basic help question

  • Quark file
    X XGaMeS

    Quark XPress, the name of the textbox, picturebox, document, all that is in the file, all i can get from it with a streamreader is that : IIXPR3B B DC 2UÈA`  ¥Ó¦Sü¥SÑø €$ €$ €$ €$ $ d   )z  33  $ $    š  §Ó   d $ §ÓšýçÓçü  {T   {T   € € À À €  ìþûsUU   3ó Ý$ Ý$   % $ 5^ ü° I am a newbie

    Visual Basic help tutorial question

  • Quark file
    X XGaMeS

    I would like to know if someone is familiar with Quark File. I must absolutely know how to extract informations conatined in these files. Someone can help me ? I am a newbie

    Visual Basic help tutorial question

  • SQL Problem
    X XGaMeS

    Exactly what I needed :-D Thank you. And it's not the real table name and field. ;P I am a newbie

    Database database help question

  • SQL Problem
    X XGaMeS

    Table 1 | Table 2 | Table 3 IDPerson | IDRelation | IDWorkPlace xxxxxxxx | IDPerson | xxxxxxxx | IDWorkPlace| Sorry ;P I am a newbie

    Database database help question

  • SQL Problem
    X XGaMeS

    I have 1 table that connect 2 other table to it. I mean --> Table 1 Table 2 Table 3 IDPerson IDRelation IDWorkPlace IDPerson IDWorkPlace What I would like to know, is how can I get all the IDPerson that are not in the Table 2 ....:omg: This is not the real name of tables and fields but believe me, it must be like this. :rolleyes: I am a newbie and maybe not but who cares :eek:

    Database database help 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