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)
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.