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?
Sorry I should have been more clear.
Hitting the back button returns me to the login page which contains the previous login info, which I want to avoid.
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...
Thanks Jim, I've been breaking my head for a week over this, so obvious but you're the first to point it out.
Actualy seems more logical that the textfield values should
be unique.
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.
Here's the relevent code:
Imports System.Data.OleDb
Imports System
Imports System.IO
Public Class TlushFrm
Inherits System.Web.UI.Page
Protected WithEvents Button1 As System.Web.UI.WebControls.Button
Protected WithEvents TlushDate As System.Web.UI.WebControls.DropDownList...
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 ?
Rick,
The loading and binding is in a - If Not Page.IsPostback block.
The code only works for the 1st and 2nd items in the list (SelectedIndex = 0 or 1)
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...
Thanks Bob,
For the explanation, I'd been trying to find a solution using RegEx, now I understand why I didn't find one.
Cobol's my mother tongue, in the dialect I use the verb is TRANSFORM. Till now I've been using Cobol to generate web pages, this is my first foray into ASP and Visual Studio...
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...
Sorry you're quite right.
Here is the function I use to read the records:
Function Authenticate(ByVal strUserID As String, ByVal strPword As String) As Boolean
Dim objConn As New OleDbConnection(ConfigurationSettings.AppSettings("DSN"))
Dim objCmd As OleDbCommand
Dim...
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.