| Thread | Last Post | Replies |
|
| Really slow, painfullu slow asp.net web app | 15 Feb 2006 23:02 GMT | 3 |
I am trying to write an ASP.NET web app, in Visual Basic.NET, using Visual Studio.NET 2004, .NET framework 1.1.4322 SP1 Running the project/app on localhost while in dev/write/debug stage When I say "trying", I do have it written, and it works ... sort of,
|
| Excel (in XML format) to a dataset | 15 Feb 2006 22:59 GMT | 3 |
I have a XML file that is basically a Excel file saved as XML. I need to be able to change the XML into a different format. I was thinking one approach would be to: 1. Populate the dataset based on the XML file I get from excel
|
| trouble with viewstate | 15 Feb 2006 21:48 GMT | 2 |
I had a really weird problem that occured on one of our site. (occur 2 times in 3 years) The client 1 have fill the form1 and submit it, for some reason the page was postback to the client 1 but the informations that was on the form after the
|
| re: aspnet error | 15 Feb 2006 21:16 GMT | 1 |
When I logoff or restart win xp pro I get the following error msg: aspnet_state.exe application error the instruction at "0x0074006e"" ref mem at 0x800703e3" the memory could not be written
|
| Call Parent Constructor? | 15 Feb 2006 21:14 GMT | 2 |
My existing 2.0 page inherits from a class that inherits from Page. The parent class also has 2 constructors. What is the syntax for the child class (aspx page) to call the second constructor (that has a boolean parameter)?
|
| ASP.NET hosting ??? | 15 Feb 2006 20:53 GMT | 4 |
Does anyone know a free ASP.NET hosting provider or really cheap one which handle ASP.NET 1.1 and 2.0 with sql ? thanks for your reply regards
|
| Program to Check whether its a file or Directory | 15 Feb 2006 20:48 GMT | 4 |
Suppose I am monitoring a Folder C:\Temp and I drop either a file or directory into this folder How will i programmatically know whether the "item" dropped is a file or a folder
|
| Even I disable the ViewState property, I still see the hidden field _VIEWSTATE | 15 Feb 2006 20:34 GMT | 4 |
I want to get rid of the hidden field _VIEWSTATE. I tried these: I tried to disable ViewState property. I tried to override Page's RegisterHiddenField method.
|
| ViewState Question | 15 Feb 2006 20:31 GMT | 4 |
When the button click event is raised, the value of the selectedindex of the listbox is stored in the viewstate. After refreshing the page using response.redirect, I want the listbox selectedindex to be the value in the viewstate but value is always 0
|
| Can't get around STAThreadAttribute | 15 Feb 2006 20:08 GMT | 10 |
When the following code is excuted from my .apsx page: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim test As New MyTestClass
|
| asp.net 1.1 application on 2.0 | 15 Feb 2006 19:57 GMT | 7 |
I have asp.net application which was tested and developed on asp.net 1.1. WIll my application work on asp.net 2.0 also. Can I say asp.net 2.0 is supported automatically for the applications which are written for asp.net 1.1
|
| Aspnet Treeview limit source page level | 15 Feb 2006 19:53 GMT | 2 |
I have below sitemap as source for treeview that sits on master pages.. Is there a way to limit source for treeview to page level.. When i cruise the pages i would like to see only related nodes for that page versus see all nodes in every page
|
| delegates??? | 15 Feb 2006 19:53 GMT | 3 |
I am reading a CSV file which could be like this - Name1 functionName PK isNumeric AB isAlpha
|
| MVC pattern | 15 Feb 2006 19:45 GMT | 4 |
I have to develop a solution where I have menu and header which will be static for all the pages. I dont want to use frames. I have idea of using usercontorls and loading them dyanamicallay as a solution to this. But do not have complete design of it. Is there any good links which ...
|
| Feedback form | 15 Feb 2006 19:35 GMT | 1 |
hey there, i need a feedback/contact form in my website where the entered data will be sent to my email address. i think this is called form-to-mail. ive tried the internet but none of the tutorials work correctly. how do i do this in ASP.NET
|