I have an aspx page displaying forms containing Hebrew Dos text - Ansi char values 128 - 154.
Using Response.Charset = "iso-8859-8" the Hebrew text displays OK but all the other Hebrew text on the controls comes out as gibberish (urecognizable). Is there any way of limiting the Charset set just...
Hi,
I would like to know if it's possible to replace the following pcanywhere (ole) session with ftp.
1. Remote calls waiting host (modem)
2. Files transfered from remote to host
3. Remote calls batch file on host to execute.
4. When execution on host completes the output
files...
Is it possible to avoid the Encoding that VS.net
imposes on every page, so that input and output remain the same - if I hand code the page everything is OK. Or alternitavly is it possible to have more than 1 charset per page?
In what state is the previous form returned when I hit the Back button?
In Form1 I have a LinkButton that does the folowing:
Hyperlink1.Visible = False
Textbox1.text = ""
Textbox2.text = ""
Response.Redirect("Form2.aspx")
When I hit the Back button in...
What could be the reason that only the first 2 items in a dropdownlist work correctly. Clicking any other items either returns the 2nd item (SelectedIndex(1)) or nothing.
Hi,
I have a dropdown list with 6 items, clicking the first item is ok - SelectedIndex = 0, clicking any other item the SeletedIndex = 1. I have the loading and binding for the dropdownlist in a If Not Page.IsPostBack block.
Any ideas ?
Hi,
Is there any way to read data from a file and then output an exact copy of that data byte for byte to an html page.
Response.Write(objStreamReader.ReadLine())
Can someone please send me a replacement for the above so that I can copy the input to output without any encoding interference...
Hi, I have a text file which I want to read and display in a browser, to display the text I have to convert the character set from hexadecimal values 80 - 9A to E0 - FA,
bascicaly adding 60 (hex) to each charater before displaying it in the browser, what would be the best way to convert the...
My asp.net app doesn't see new records I add to the Access 2000 table. If I open the table from the Server Explorer the new records appear. Any ideas how I can make them visible from my asp.net app. ??
Hi I need some code for changing text in a string(or file) from one character set to another (old code to new code) would the following work
Regex.Replace(String, [a-z], [A-Z])
Hi,
Does anyone know if its possible to transfere files in pcanywhere 10.5 using a command-line. I'm a host waiting
for a remote. When the remote (pca 11) calls I want to transfere from remote to host proccess the file and return a file to the remote and then terminate the connection.
At the...
Hi
I have a problem with OLE FileXferToHost. I connect OK, I've checked the connectionStatus for 5 seconds to ensure I have a consistent connection, but the FileXferToHost hangs
it opens file transfer but then just waits until I cancel the connection. If I get past this 1st filetransfer...
Hi
I have an ascii text file of monthly payslips, the 1st line of each payslip starts with an '*' followed by 131 spaces and CRLF, the 3rd line of the payslip contains a 9 digit ID number.
I need to build a file of the ID numbers and the start address (offset) within the file of each payslip...
Hi,
I have a form that I change the backcolor property. The property displays the new color, but the forms backcolor remains unchanged. Changing backcolor on other forms in the project works ok.
Any ideas what the problem might be. ?
Hi,
I have 2 forms, on Form1 (the startup form) I have a DataConnection, DataAdapter and a DataSet. How do I get the same DataSet to appear in DataBindings on Form2.
Thanks for any help.
Hi,
I'm using VB.Net (VS 2002) to create a windows form.
After adding an OleDbDataAdapter and OleDbConnection I
clicked the form design tab and got the following:
The designer could not be shown for this file because
none of the classes within it can be designed.
The designer inspected...
I need to construct a Select statment to query an mdb database from a vb.net windows form.
The Select statement is:
SELECT * from EmployeeTable Where EmployeeNumber = Me.EmployeeNumberTxt
Me.EmployeeNumberTxt is input from a TextBox on the form before executing the query.
Can someone please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.