| Thread | Last Post | Replies |
|
| class - save from page to page | 24 Feb 2006 16:37 GMT | 3 |
How do I get a class to persist from page to page?
|
| Help me clean up my DB connection (trying to use parameterized query) | 24 Feb 2006 16:36 GMT | 5 |
I'm tring to modify an existing DB connection/query into a parameterized one. But, in doing so, I get an error stating that I am not defining the variable I am using in the query. This is what I have:
|
| Dynamic Controls and MasterPage Problem | 24 Feb 2006 16:34 GMT | 1 |
I have a page that creates dynamic textboxes based on the number of fields a user chooses to fill out. Basically, I am able to create the controls via this method (with other details): Dim txtbxTextBox as New Textbox()
|
| ASP.Net 1.1 Client Script | 24 Feb 2006 16:26 GMT | 1 |
I have an asp.net page with client side javascript. In the script I can get a control and read its properties by using document.getElementById('txtDBName'). But if I try to set any of the properties of this control it doesn't work; for example the code line
|
| GridView: Row background color= red if row ID = 3 | 24 Feb 2006 15:52 GMT | 1 |
How would I do that? Thanks
|
| simple doubt | 24 Feb 2006 15:39 GMT | 1 |
i have an excel file. i want to convert that excel file into csv(comma separated values) file format. can u give me some idea. Thanks in advance ,
|
| Web Services project | 24 Feb 2006 15:34 GMT | 1 |
Is there a way to create a web service project that has a proper project file (e.g. csproj), instead of having it be file based where whatever happens to be in the directory magically becomes part of the project? Thanks
|
| ASP.NET applications not working?? | 24 Feb 2006 15:21 GMT | 1 |
I'm new to deploying ASP.NET applications. So got a few sample apps like DotNetNuke and others and tried to run them on the webhost account i have. But every time it gives the same error -- Runtime Error
|
| Hosting an ASP .NET 2.0 web site with database | 24 Feb 2006 15:02 GMT | 1 |
I have an ASP .NET 2.0 web site with a MSSQL express 2005 database. What is the normal procedure to host that web site and database at a hosting site? I am hosting it at dotnetmart, but cannot quite figure out what setup
|
| filtering data | 24 Feb 2006 14:49 GMT | 1 |
the problem i'm having is that i can't get the Sql statement set to search for Department or Last_Name%..
:( <asp:SqlDataSource ID="SqlDataSource2" runat="server"
|
| Gridview - conditional formatting | 24 Feb 2006 14:43 GMT | 8 |
In order to customise rows on my gridview control, I've some code in the RowDataBound event, that works on each row, altering it's attributes.. for example I have: If gvResults.DataKeys.Item(e.Row.RowIndex).Values.Item(1).ToString() =
|
| Solution: Asp.Net and Smb shares - without impersonation | 24 Feb 2006 14:07 GMT | 4 |
I've found a solution to this that I think I like, but I thought it wise to put it out for all to see so people could punch holes in it as they wished. (Is there a better way?) I want a page in an Asp.Net site to be able to open/access a file that's on an
|
| vBulletin forum - similar. | 24 Feb 2006 13:58 GMT | 1 |
Does anyone know of an 'out of the box' forum software, similar to that of vBulletin which is unedr PHP? Thanks
|
| Sequence Order between Page Init and User Control Init | 24 Feb 2006 13:56 GMT | 1 |
I got a aspx which have several user controls on it. My question is that what is the order of ASP.NET execute the page and user control ? does it like this : Page Init -> User Control Init -> Page Load -> User Control Load ?
|
| Runs on development machine, not on server? | 24 Feb 2006 13:49 GMT | 10 |
I'm trying to deploy a asp.net app that I developed in Visual Studio 2003 on an XP Professional machine. It runs fine on the development machine, but when I try to run it locally on the server (i.e., http://myserver/myappdir.) I get an error like this:
|