| Thread | Last Post | Replies |
|
| Paths in Subdomains | 15 Jan 2007 15:07 GMT | 7 |
I have my site xyz.com.pk hosted on a domain, also there is another subdomain hosted as admin.xyz.com.pk. I have a form in the admin subdomain that wants to save a file in the xyz.com.pk subdomain. I am having a problem with the path of file. I
|
| web app project errors after installing sp1 | 15 Jan 2007 14:32 GMT | 6 |
On winXP with VSTE for software developers installed, I downloaded and installed vs2005 sp1 during the install i was informed that I had to uninstall the web application project package
|
| deploying webform? | 15 Jan 2007 14:29 GMT | 6 |
I've been working on local host to create a webform in asp.net. now I'supposed to deploy it on another server how could I do this? Thank you
|
| User Control Strange Request | 15 Jan 2007 13:24 GMT | 4 |
I have a user control that contains a button with a btnSubmit_Click code. I put the control in a page and works great. I want to have the ability in some pages to add some code to the page in order to be executed just before the btnSubmit_Click and then the rest code of the
|
| WinForm control to WebForm control | 15 Jan 2007 12:09 GMT | 2 |
I have a windows form ActiveX used for connecting remote servers. It is related to a video streaming interface (as I am a system integrator, I don't know what technology they actually used). However, I can't integrate the same ActiveX successfully to a web form. How should I
|
| Sqlconnection object in website | 15 Jan 2007 11:10 GMT | 4 |
Hi Guys I have a problem here. I want to improve the performance for a website. When I looked into the system, I have found that the system made the "SqlConnection Object" static. That mean only one SqlConnection object will be used.
|
| Nested user controls assigning value to childs property. | 15 Jan 2007 10:15 GMT | 2 |
Scenario: I have a datalist control bound to a datasource. By itself, this works just fine. Now, inside the ItemTemplate I have a custom user control (I wrote this user control) and it has an itemId property exposed so I can
|
| Open stream as pdf | 15 Jan 2007 09:33 GMT | 1 |
Hi, I'm using this code to open a pdf BinaryStream from database as pdf Document and it's working : Response.AddHeader("Content-Disposition", "attachment;filename=File.pdf"); Response.ContentType = "application/pdf";
|
| Web page size | 15 Jan 2007 07:53 GMT | 2 |
With the advent of Service Pack 1 for Visual Studio 2005 we at last get a possibility to convert our old ASP.Net 1.1 web application to ASP.Net 2.0. We converted it. And we were unpleasantly impressed. There are many just
|
| Compile time type check in C# | 15 Jan 2007 07:39 GMT | 2 |
I am working with .NET 1.1 datatypes in my project in C#. I ended up writing code a typical waterfall if..else modal. if ( xType == "System.String") do this
|
| Javascript Confirm() | 15 Jan 2007 07:20 GMT | 7 |
Can any one direct me in how to use javascript confirm() function when a condition is met from codebehind. I don't want to attach this to a button. When I submit the page, I want to check some business rules, and based on the response from the database, if the response is Yes, I
|
| Show progress bar during page Load code running . . | 15 Jan 2007 06:46 GMT | 2 |
I have a asp.net 2.0 page that runs a large DB query on the Page_Load event. This is needed because it generates an array of pictures that are then dumped out onto the webpage. Is there any way to display progress to the user while this query is
|
| Multi Culture Applications | 15 Jan 2007 06:30 GMT | 1 |
Does anyone have any experience developing applications which might be used in non english speaking countries , even Japan. I may have to get invloved in this and was wondering where I can find experienced people to give me some pointers advice or point me to good
|
| .NET page old Javascript | 15 Jan 2007 05:35 GMT | 1 |
I changed a couple of things on the server among them - Javascript include I started testing - seems like uses old Javascript I renamed Javascript file - does not seem to notice
|
| Installing an ASP.NET app - what settings? | 15 Jan 2007 05:22 GMT | 3 |
Hi; According to the WIX post at http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg03741.html an ASP.NET installer is supposed to set WebApplicationExtension for 42 different
|