I must have read a couple dozen posts all asking the same question none having the right answer. Basically, when the page loads i'd like a response.redirect(url) to fire but I want it to open w/ a target of _search. This would be a great alternative to an actual frame page for what i'm doing. I...
I must have been through the install process 100 times on multiple computers. Yes I have gotten it to work almost everytime on different levels. I need everything to flow together perfectly.
I need to set this up on 3 more or less identical 2003 servers. Right now if I install Visual Studio...
So would i load it into the web browser component and just use the document method?
If you could just give me an example to run with i would lov ya forever man. thx
Zac
I'm trying to get the xml returned from an http query request into a dataset.
It works with this:
Dim path As String = "http://www.telcodata.us/query/queryexchangexml.html?npa=248&nxx=455"
Dim ds As New DataSet
ds.ReadXml(path)
GridView1.DataSource = ds...
I'm trying to get the xml returned from an http query request into a dataset.
It works with this:
Dim path As String = "http://www.telcodata.us/query/queryexchangexml.html?npa=248&nxx=455"
Dim ds As New DataSet
ds.ReadXml(path)
GridView1.DataSource = ds...
redapples,
Hey is there a mde decompiler program out there?
Basically what the program did was import a bill from Sprint & Bellsouth (both differant formats) and put the information into a database. I was directed to look for on the internet for ILEC or CLEC bill reconcilliation for the two...
Well I spoke with my IT director and he told me that I'm out of luck because the mde is basically compiled and there is no code there at all. Let me know if there is any kind of special magic that will help me do what i need to please respond! lol
thx
My past co'worker had written some macros for a database we use for billing. It takes our bill which is a complete mess and finds key characters then pulls out the actual data into the database. The thing is that he just left and when I try to get into the modules in the visual basic editor it...
well i'm using the web developer in visual studio 2005. And as far as everyone else i'm not to worried about them. It is just for an internal application.
I can't find any references on the target="_search" other than it opens in the search bar. not how to close it, or how to have it refresh...
I'm using Visual Studio 2k5 and fooling around with my sql server. Anyways I have a main page that you can select a record and after selecting it loads about 5 related tables for editing.
What my question is that I was messing around with a neat way to creat a base record if it wasn't listed in...
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.