| Thread | Last Post | Replies |
|
| How to specify the file path in HTML Input button--Help me | 14 Dec 2006 16:35 GMT | 3 |
I am using HTML input file button to browse the file and just am updating the file name in sql server table.But now i want to browse the file from the remote file share path .How can i specify this path in HTML input button.Is there anyway to
|
| select from database | 14 Dec 2006 15:44 GMT | 3 |
i have a gridview with a templatefield that contains a checkbox. this all works fine and update database fine. But the problem i have is that if the user checks a box, closes the application, then re-opens application, the box is no longer checked.
|
| transferring an asp.net project from one pc to another | 14 Dec 2006 14:39 GMT | 9 |
I'm trying to copy an asp.net project onto another computer in order to work on it from there as well. Whatever way I set up the directory in IIS the project cannot be run on the new computer (I posted a similar post yesterday but this one should be a bit clearer as to the steps ...
|
| Hierachical Relationship driving me nuts. | 14 Dec 2006 14:24 GMT | 7 |
I am trying to set up a SQL table with associated stored procedures to be able to have nested 'categories' to any depth. I need to then be able to retrieve (or move or delete) a particular category and its children (to a specified depth) and display it in a repeater (for
|
| Passing and using parameters | 14 Dec 2006 13:57 GMT | 3 |
Passing and using parameters How to get hold of the parameter value provided by the URL? When I open a web form with a DataSource I often include a parameter in the URL as below: myNewPage.aspx?myParam = 10
|
| Invalid postback or callback argument is driving me nuts! | 14 Dec 2006 13:05 GMT | 5 |
Hi all experts, I am going nuts with this Invalid postback or callback argument thingy with .Net 2.0 I am building a file attachment module which relays on a Datatable
|
| Return Values from Popup to UserControl | 14 Dec 2006 12:32 GMT | 2 |
Can anyone tell me please how can I return values from a popup to a UserControl. I use the same "method" like to return to a WebForm, but it not works in UserControl case. I have this code to return from popup to webform:
|
| refactor methods within classes as well asp.net pages | 14 Dec 2006 10:47 GMT | 1 |
I have a Data Access Layer where I have to change the method names and signatures. This works fine with the DAL project, but as far as I can see, the refactor function won´t update the methods within asp.net pages, which use the methods. How can I accomplish this without having
|
| Localization Advice Wanted | 14 Dec 2006 10:09 GMT | 1 |
I am doing an ASP.NET 2.0 web site that needs to support multiple languages. I know how to do this using shared resource files. We want to allow our clients to select one type of currency and date format but also allow their users to use the application in different languages
|
| CLOWN -HOLES | 14 Dec 2006 09:51 GMT | 5 |
WHY CAN'T THE CLOWN -HOLES WHO WROTE ASP.NET PROVIDE AN ERROR LINE NUMBER??? HONEST TO SH@THOLE PETE Server Error in '/New Folder (7)' Application.
|
| HttpRepsone.OutputStream & HttpWebResponse.GetResponseStream() | 14 Dec 2006 09:06 GMT | 2 |
The example in the msdn shows how to write an image to the OutputStream and the example for GetResponseStream() shows how to read the stream and write it to the console. Unfortunately there is no example on how to distinguish between the image that was written to the stream and ...
|
| Moving application under VS2005 web server to IIS | 14 Dec 2006 07:20 GMT | 3 |
A friend of mine has developed an ASP.NET application with VS2005. Of course, this application has been run for testing purposes in the default web server VS2005 has. I've copied application's folder to my machine and put it under IIS.
|
| Attribute 'ms_2d_layout' is not a valid attribute of element 'tabl | 14 Dec 2006 06:39 GMT | 4 |
I am trying to port an application for ASP.NET 1.1 to ASP.NET 2.0. Why am I getting "Error 1 Validation (Internet Explorer 6): Attribute 'ms_2d_layout' is not a valid attribute of element 'table'" from this element "<TABLE height="689" cellSpacing="0" cellPadding="0" ...
|
| sending data to another server | 14 Dec 2006 04:59 GMT | 1 |
Hi friends.. am having one problem while reading an xml file and sending the contents by HTTP POST to another server..but i am facing the error like ->Cannot send a content-body with this verb-type.<?xml version="1.0"
|
| Access Control | 14 Dec 2006 04:25 GMT | 1 |
I have am adding a user control to a master page. In my user control VB code I need to access a control which is in the master page. I tried:
|