| Thread | Last Post | Replies |
|
| Asynchronus call in ASP.NET page? | 24 Jul 2007 17:02 GMT | 2 |
If I have 2 different controls in a webpage Gridcontrol and reportviewer and an asynchronus call for reportviewer query. AddOnPreRenderCompleteAsync(new BeginEventHandler(BeginAsyncOperation),new EndEventHandler(EndAsyncOperation));
|
| Postback mechanism in asp.net | 24 Jul 2007 16:53 GMT | 4 |
I am new to asp.net i want to ask some help about postback mechanism of web page. CAn anyone tell me how postback mechanism is handle by asp.net worker process. Means why worker process know that this page is posted back
|
| IIS6 doesn't recognize changes to config file | 24 Jul 2007 15:02 GMT | 5 |
I have referenced a separate config file in my application using the following syntax in web.config: <galleryServerPro configSource="config\galleryserverpro.config"/> There are several admin pages that modify one or more settings in this file,
|
| Help on using Ms access and DSN | 24 Jul 2007 14:55 GMT | 4 |
Im trying to access a Ms Access database outside my root website folder, so Im using ODBC DSN. I have already the DSN create and working (this same DSN is used by many classic ASP websites I have running on my remote server). Im also have latest ODBC and JET drivers
|
| Problem Setting GridView caption from Calendar1.SelectedDate | 24 Jul 2007 14:49 GMT | 2 |
I have a calendar control on a web form that I am using to allow users to select which date to display a list of scheduled interviews. The SqlDataSource that is the datasource for the gridview has a SelectParameter bound to Calendar1.SelectedDate. This is all working
|
| Development server doesn't refresh changes | 24 Jul 2007 14:48 GMT | 1 |
I am developing an asp.net application with visual studio 2005. My problem is when I do some changes in the css file, this changes are not uptaded if I run the application with the development server. However, there isn't any problem if I run the same application using IIS.
|
| postbackurl | 24 Jul 2007 14:36 GMT | 1 |
Great for answers where(load events...) i put following code :Page.Form.Target = "_blank" or javascript insctruction according url
|
| VS 2005 Web Application Debug Problems | 24 Jul 2007 14:23 GMT | 11 |
New install of VS 2005 Pro (SP1) on new machine with Windows XP Pro SP2, Core 2 Extreme Quad Core processor, 4GB RAM. Trying to debug a Web Application Project. I had no problems debugging this same project on my old machine (also
|
| no data displayed | 24 Jul 2007 14:22 GMT | 4 |
I have a working ASP.net (1.1) app that works fine. on moving it to a different server the application runs as expected but when returning data it no longer displays in the data grid. The application will e.g. know that it has 11 pages of data and let you move around the pages ...
|
| Fetching Records FROM mssql... | 24 Jul 2007 14:14 GMT | 12 |
I've got some perfermance issue while fetching data from MSSQL I have a gridview, the datasource is a objectdatasource, and the objectdatasource is pointed to the dataset. The Select Query in dataset is something like "SELECT * FROM myTable"
|
| TreeView node style - for an individual node | 24 Jul 2007 14:03 GMT | 2 |
I just went over a *lot* of tree node style properties (LeftNodeStyle, NodeStyle, ParentNodeStyle, RootNodeStyle, LevelStyles, HoverNodeStyle, SelectedNodeStyle, etc etc etc) but can't find exactly what I want. It seems that I'm in a situation where none of these predefined groups ...
|
| Erros -> User credentials cannot be used for local connections | 24 Jul 2007 13:14 GMT | 1 |
I am writing a web portal to modify the users account password. However, it is confusing me... for a few days for this error. It has been work fine while debugging on the development web server, however when i run on the on the IIS (on same computer), it has this error: A specified ...
|
| DLL Question. | 24 Jul 2007 12:55 GMT | 11 |
Alright after much researching, I've come to the conclusion that I need to post this here hoping to get a solid answer. I'm looking to create a DLL that is capable of being used on all platforms that I mentioned in my subject (1.1 framework, 2.0 framework, old ASP) I'm
|
| How to use postbackUrl in new window | 24 Jul 2007 12:10 GMT | 1 |
Could you help i want to use postbackurl to a new window, not replace previous page. i doing something onclientscript="form1.target='_blank'" postbackurl="~/default2.aspx" is
|
| javascript popup window and multiple parameters | 24 Jul 2007 11:51 GMT | 1 |
I've got a gridview with a template column calling a javascript "win.open" routine (see below). asp code: <asp:TemplateField
|