Hello
I have the following problem
I have a string that looks like this:
myString = "bla bla bla" some other text "bla bla bla"
I need to split the string in such a way that the delimiter is the double quotes
I have try something like the following :
myString.Split("/"")
but it doesn't...
Yes in the long run I will need to move that code to a class (that will implie a redesign of some functions and passing more parameters) but for know I need a quick fix.
I am sure it must be a way to call code from another page it seems like something people will do frequently ?
Hello,
I was wondering if someone knows how to call code from a sibilling page.
I have 6 asp.net pages for an online questionaires and from page 3 I need to call code that was written in page 1.
The approach I am using is as follows.
the code behind from page 1 comes from a class call page 1...
How can I hide the pathname and filename in the URL as people navigate through my website? I want to just always show the base domain name without all the extra garbage. I don't need it because once in the site the user is to navigate using the buttons and links within the site.
Thanks.
Hello,
I was wondering how can I maintain state after I leave a page.
In other words I have a 6 page questionaire that I am creating online, and If a user fills page 1 and then goes to page 2 but for some reason decides to go back to page 1; I need to be able to have my application remember...
Hello,
I have the following problem
I create an ASP.NET web application in a machine and know I want to copy the application into another machine how can I do that ?
My application name is "interface" and it is saved on the root of my local IIS server as usual.
C:\Inetpub\wwwroot\interface...
Hello,
I am making an ASP.NET site. I have created several .aspx pages and some have web user controls(.ascx) that I made on them.
I now wish to use the content on these pages on a 'master page'. I originally wanted to use frame sets but when investigating inter-operability with ASP.NET I found...
Hello,
I have the following problem I create my application in two parts.
part one handles a given functionality and was created a separate asp.net web application
part two handles a different functionality and was also created a separate asp.net web application.
Know that I one to combine...
Hello,
I have the following situation
I create a button (and other controls) dynamically at runtime
And I have a mechanism to persist the button(and other controls) via session so that everytime a postback occurs the button gets recreated.
I am using an arraylist to store the button ( and...
Hello,
I need to know how to link to a given section of the page using asp .net
I have a page with a button , every time the button is click a new block of controls is added to the page.
As a result the lengh of the page increases and every time time a postback occur the page is display from...
Thanks for your reply,
I do have IIS in both of the machines.
I have heard of source safe before but wasn't sure in what context it could be used.
Will look into that.
Thanks
Hello,
I have the following problem I am working on an ASP .net application and during the day I work in the office but at night I like to save my changes and zip the folder where my application is stored to be able to work from home
I am testing this with another machine in the office but it...
All of my control are directly in the form and I am not using panels.
I don't think the loop works as it is because I have 17 controls in my form and when I run the following code I get a count of 3.
===============================
Dim child As Control
dim counter as integer
For Each...
Hello,
I will like to ask if someone knows how to loop through all of the controls of a webform and populate the text boxes with a value like "hello world" .
This is the code that I am trying but it doesn work
Dim child As Control
For Each child In Me.Controls...
I created a few textboxes and when I run my application some of them show up with a pale yellow background and some don't .
I try to adjust the BackColor property of the textboxes and I still can't eliminate that pale yellow background
Anyone knows why
Thanks Checkai,
I will try what you suggest. Just to ask - is a 'session' based approach the only route that you know of? Is it possible to pass cariable values from one .aspx page class to another - or is the scope available to variables in a class limited to that class - even public variables?
I have the following question:
I created some kind of wizard that consist of 4 differents pages to gather information from a user.
I will like to maintain all the data entered by the user temporarily saved in some kind of hash table until the user reach the last page.
Only when the user reach...
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.