| Thread | Last Post | Replies |
|
| calling aspx page from another system | 18 Jan 2007 18:01 GMT | 8 |
I am working on network which doesnot have any server. I have developed an asp.net application and i want it to open from other sytem.I have typed "hhtp://software/web1/default.aspx" in the browser of other system. Here "software" is my system name. The page is not
|
| Saving data using Callback?? | 18 Jan 2007 17:56 GMT | 4 |
I am wondering if anyone has tried the following saving values from a page to a database using CallBack? is this possible? Basically instead of pressing a button that contacts the server and refreshes the whole page, i was wondering if it is possible to allow
|
| Sending information between 2 web services on 1 web server. | 18 Jan 2007 17:16 GMT | 1 |
Hello my name is Craig. I am wondering if it is possible to have 2 websites that are based on the same web server and if somebody enters some information into a textbox on 1 page and then clicks the button to send that information.
|
| Change Textbox text on Rollover | 18 Jan 2007 17:00 GMT | 3 |
I'm trying to change the text in a textbox when I roll over a hyperlink on the page. I know to use the "this.MyHyperlink.Attributes.Add("onMouseOver", "ChangeText()");"
|
| Web based document editing | 18 Jan 2007 16:51 GMT | 3 |
We've got an asp.net app (2.0). We want to allow users to click a button that will launch a file of any type (namely word, excel, etc). Users can edit the file, save / close it, and viola! The new version is then available on the web site.
|
| RSS vs. checking file size? | 18 Jan 2007 16:37 GMT | 1 |
If I participate in a forum that doesn't have any way to watch threads or any type of RSS, I could get the filesize of the thread I want to watch. When the filesize changes, I know there is a new post. Are there any reasons why this won't work?
|
| Set title in master page | 18 Jan 2007 15:56 GMT | 10 |
How do I set the title in a master page from a content page, assuming that I don't set the content page's title property in the .aspx file but rather in the codebehind file? (The reason I ask is because the title in the content page is dynamic.) Thanks, Roshawn
|
| Authentication Forms and CSS-File | 18 Jan 2007 15:52 GMT | 2 |
hi aspx-community! i do have a (for me) unsolvable problem: i'm using authentication mode="Forms" in my web.config and use my own login-system. all that works fine.
|
| library for pdf | 18 Jan 2007 15:40 GMT | 9 |
Hi, I search library to make a report in pdf by programaticaly. To put a paragraph , a chart or table If possible free.
|
| Compatabilty between IE and Mozilla | 18 Jan 2007 15:13 GMT | 4 |
The website which I developed in asp.net is displayed in a different way in Mozilla fire fox. It is getting displayed correctly in IE. How can I display it in Mozilla in the same way. Please give suggestions
|
| Missing '}' on MSDN | 18 Jan 2007 15:03 GMT | 3 |
Am I the only one who's missing brackets on that page? http://msdn2.microsoft.com/en-us/library/d62kzs03(VS.80).aspx (C# section of the examples). Whom do I report this to?
|
| Visual Studio development server listen interfaces | 18 Jan 2007 14:53 GMT | 2 |
Is it possible to tell the integrated Visual Studio development web server (used, for example, for debugging web services) to listen on other network interfaces than localhost? I develop my client application on another machine and would like to
|
| about random string | 18 Jan 2007 14:46 GMT | 3 |
hi , how can i generate a random string like this "a8t32zx1bg3" i know that about Number random.next(x) does it work without Number ?
|
| UserControl Property Grid | 18 Jan 2007 13:16 GMT | 1 |
I have created the following usercontrol public class RegisterUser : TemplatedWebControl { private VisFields _vfields = new VisFields(); public VisFields VisibleFields {
|
| MenuItems point to two different forms, what is best approach | 18 Jan 2007 13:03 GMT | 2 |
All, I have a menu which contains Category as the master and Product as the child. When I click on a Category in the menu, I want one formView control,
|