add " to the end of the string :) I am a newbie
XGaMeS
Posts
-
ASP Tables -
Problem with submitI 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
-
Problem with submitWe 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 -
Printing a WebFormCould i use different header for each page ? Since i have 2 or 3 page of printed paper for 1 webform ? I am a newbie
-
Printing a WebFormI 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
-
XML into byte ??And any clues on how to conevert it and pass it as a parameters ? I am...
-
XML into byte ??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
-
MAC IE 5 problemMy 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
-
Big Question with WebFormIf 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 ? !!!!!!!!!!!!!!!
-
Byte to fileI just got the correct encoding and everything is fine. :cool: I am a newbie
-
Byte to fileOk i have done that with a streamreader but unfortunately this file is damaged :(( I am a newbie
-
Byte to fileI 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:
-
Download FileI 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
-
Validating a XML against a DTDIs 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
-
Socket problemIm 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 -
Quark fileQuark 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
-
Quark fileI 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
-
SQL ProblemExactly what I needed :-D Thank you. And it's not the real table name and field. ;P I am a newbie
-
SQL ProblemTable 1 | Table 2 | Table 3 IDPerson | IDRelation | IDWorkPlace xxxxxxxx | IDPerson | xxxxxxxx | IDWorkPlace| Sorry ;P I am a newbie
-
SQL ProblemI 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: