Topics
-
- 4 replies
- 1.1k views
Hello, I need to redirect all unauthenticated users (All authenticated users will have a session cookie of sorts or possibly something else) to https://mywebsite.com/login.aspx Also.. all users going to: http://mywebsite.com/login.aspx needs to be redirected to: https://mywebsite.com/login.aspx I have read you do this through web.config.. but I cannot get this working:( <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> <!-- DYNAMIC DEBUG COMPILATION Set compilation debug="true" to insert debugging symbols (.pdb information) into the compiled page. Because this creates a larger file t…
Last reply by trend, -
- 1 reply
- 886 views
Hello! How can read for example the first three bytes of the last 128 bytes of an mp3 file? :confused: I'm using VB2005 Beta2
Last reply by JumpyNET, -
- 0 replies
- 968 views
I have run into a problem that is driving me crazy. Object : I have to send data to a homepage that does not have a webservice to recive XML files but only a normal homepage were users can input their data in the normal way. Since i have alle the data in XML i have build a small program that simulates the user on the webpage. This is NOT done with sendkeys but by using the mshtml / axInterop.SHDocvw. This all works fine but now they have changed a way to registrate some of the data. Now the user has to Click in a table cell (<TD>) and at the same time hold the CTRL key down. The click part is no problem, it is done like this : Dim All As mshtml.IHTMLElementCol…
Last reply by webwiz_dk, -
- 5 replies
- 1k views
I have a user control that has a datagrid on it. From that datagrid I want the count of the rows - which I have. No problem... What I want to do is have that row count be displayed on the main page without having to set up a new stored procedure or datareader/grid on the main page. The datagrid is displayed on the main page (since it is a user control and all). How do I pass the values from a user control back into the main page????? Any help is appreciated. Thanks, Amy
Last reply by kahlua001, -
- 2 replies
- 1k views
Dear all, I am trying to make a toolbar with images, such as the one which is on IE, but no matter how I do, the image is not appearing. I have created ImageList, and have linked to the ToolBar properties, I can see the image when I am on the design phase, but after I run the program, the image is disappeared. Can anyone tell me why it do that? Thanks PlayKid
Last reply by Simcoder, -
Rtf
by lothos12345-
- Leaders
- 2 replies
- 955 views
I have an rtf that is filled with text from a database. Every so often a hyper is in the text and the rtf detects the hyperlink and it looks like a hyper link however when you click on it nothing happens not sure why. This is a visual basic.NET application. Any help would be greatly appreciated.
Last reply by Iceplug, -
-
- 2 replies
- 875 views
Hi, ALL I need a help. I have a XML file and I want to add new DataRow into XML. This is my xml called test.xml <?xml version="1.0" standalone="yes"?> <data> <records> <row> <br_personid>202</br_personid> <br_password>pajchkildfpl</br_password> <br_startlevel>1</br_startlevel> <br_language>1</br_language> <br_mouse>1</br_mouse> </row> <row> <br_personid>58</br_personid> <br_password>phpakchmnikicpdm</br_password> <br_startlevel>303</br_startlevel> <br_language>1</b…
Last reply by Erdenemandal, -
-
- Administrators
- 2 replies
- 1k views
Hi All, The HTML in this link: http://www.bigred.me.uk/meb/default.aspx contains a line that refers to CSS: <DIV id="Feet" style="Z-INDEX: 108; LEFT: 248px; POSITION: absolute; TOP: 488px"></DIV> In I.E. it shows the image perfect, however in FireFox the image does not show. Can anyone explain why? Thanks, Dave. :D :D :D
Last reply by davearia, -
-
-
- Leaders
- Administrators
- 18 replies
- 3.9k views
I'm 20% through writing an application to communicate with, and take readings from, an external device over a serial cable. The Comms is fine, the Office component AxOWC10.AxSpreadsheet control is a piece of cake but I'm completely stuck on Structures and/or scope. Coding the data-manipulation begins with making preset templates for different uses of the external device. It's a bit like your clothes-washing machine, set the programme according to the kind of clothes you're putting into it. In this case, choosing a preset template sets column headings, numbers of columns, which equations to run and which columns they go in, how many cycles the data-acquisition goes t…
Last reply by David, -
-
-
- Administrators
- 6 replies
- 2k views
(this is all ASP.NET related) I've never messed with AD using VBS before, but apparently the LAN team has and everything they do they can 'bind' to a specific server. Now in my limited experiance using the DirectoryEntry and DirectorySearcher object there is a flag called ServerBind that you can use when connecting but MSDNs documentation on that is vague. And by that I mean what do they mean if you have a server specified in the LDAP path and if you do have it in your LDAP path does that mean you are already binding to a specific server? Example: LDAP://CN=Happy Gilmore,OU=Comedy,DC=movies,DC=entertainment,DC=com Aren't you specifying the movies.entertainme…
Last reply by AsifCh, -
-
-
- Administrators
- 3 replies
- 1.6k views
How do they do it ? ... if there's a link i can read up on, just hook me up. :)
Last reply by jmcilhinney, -
-
- 4 replies
- 1.2k views
Hi All, Here is the code in my HTML I am working with: <DIV onmouseup="this.style.backgroundPosition='0 -50px';" class="liknobtn" onmousedown="this.style.backgroundPosition='0 -100px';" id="liknobtn_01" onmouseover="this.style.backgroundPosition='0 -50px';" title="Back To Home Page" onmouseout="this.style.backgroundPosition='0 0';" runat="server"> </DIV> I want to move to a URL if the user presses this button. I think it is the OnClick event I should use but I cannot work out what to put in it. Please help, Dave.
Last reply by davearia, -
-
- Leaders
- *Experts*
- 3 replies
- 1.2k views
I was wondering if there was a way to have a textbox only allow numbers and not letters or any other characters. For example if someone were to try and type a "t" in that textbox then nothing would enter into the box. if anyone knows a way of setting a property like this on a textbox please post.
Last reply by dynamic_sysop, -
-
Option FAST
by Puiu- 4 replies
- 1k views
1.Could anyone tell me if I were to use the OPTION FAST(x) in an SQL query (where x is a number smaller then the total number of rows returned by the query) would it be of any help if i use that query in ASP.NET to fill a dataset ? For as much as i know a dataset is completly filled with the data and then it is displayed 2. I have a query that sounds like this: select * from Media where Description like @Value and convert(char(10),ShootingDate,110) =@BeginDate The problem is that if leave the @Value blank ('') and @beginDate is a date found in the table there are no results returned. If I use "or" instead of "and" and I give @Value a value and @Begindate a da…
Last reply by Puiu, -
- 0 replies
- 864 views
It's been so long since I've done a windows project... Got a custom control I'm making, it's size can only be in increments of 128...I have the math worked out...the problem is I can't remember the property or the technique to use to make sure the Resizing is completed before applying the math. The OnResize and OnSizeChanged overrides/events seem to happen constantly throughout the user resizing, the OnLayout override/event seems to fall in that category to. I know a spagetti way to do it would be to watch the mouse and keyboard events, but I think there is probably something more natural that is built in like OnResizeComplete or something like that. Also...again, b…
Last reply by bri189a, -
- 0 replies
- 612 views
the File Field is a HTML Control I use in ASP.NET for uploading files. My problem is that I don't know how to filter the files, when the user clicks Browse
Last reply by PROKA, -
- 7 replies
- 1.4k views
I've got an object which has no textures and one transparent section. How do I make it so that when this object is loaded in DirectX the transparent section shows? Thanks John
Last reply by JohnFricker, -
- 3 replies
- 993 views
Hi, Let me preface this by stating I am a "noob" to VB.Net. I have a series of reports I am in the process of creating using Crystal Reports (yes, this is also a first time event .. such fun!!). THe question I have is one that I have looked through the forums for a clear (to me) answer yet havent found one yet. I have an MS Access application that runs in disconnected mode using a dataset for all data manipulation events. I would like to reference that dataset with Crystal Reports and not have to define a second dataset just for that purpose. The reasons for using a dataset are two-fold: First to allow the Crystal Reports to run without being tied to a s…
Last reply by Puiu, -
- 2 replies
- 869 views
How do I send username/pw in asp.net for a website that requires basic authentication From a standards document specifying the Internet standards track protocol for the Internet community �HTTP Authentication: Basic and Digest Access Authentication� To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a base64 [7] encoded string in the credentials. basic-credentials = base64-user-pass base64-user-pass = <base64 [4] encoding of user-pass, except not limited to 76 char/line> user-pass = userid ":" password userid = *<TE…
Last reply by trend, -
-
- Administrators
- 2 replies
- 828 views
Hi All, I have been working on an ASP.NET project on my machine locally for a week and today I finally got to a stage where decided to upload it onto a remote server. I apologise in advance if this is a tiresome question but I am out of ideas. I did what I normally do in that I used Visual Studio to copy the project to a folder choosing the option to select only files needed to run this application. I put these in a folder on the remote server and put the dll and pdb of this project in the bin folder of the the root of my directory as I usually do. When I tried to put the address of the aspx i.e. http://www.bigred.me.uk/meb/default.aspx, I got the dreaded Server …
Last reply by davearia, -
-
Who's Online 0 Members, 0 Anonymous, 15 Guests (See full list)
- There are no registered users currently online